mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: 云盘无法上传的bug
This commit is contained in:
parent
dd65c67568
commit
aa418cd0d7
34 changed files with 445 additions and 19 deletions
|
|
@ -5,7 +5,7 @@ module.exports = (query, request) => {
|
|||
const data = {
|
||||
c: '[' + query.ids.map((id) => '{"id":' + id + '}').join(',') + ']',
|
||||
}
|
||||
return request('POST', `https://music.163.com/weapi/v3/song/detail`, data, {
|
||||
return request('POST', `https://music.163.com/api/v3/song/detail`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue