mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
修改购买专辑接口地址
This commit is contained in:
parent
402cf0fbf2
commit
c3d2817c56
@ -12,7 +12,7 @@ module.exports = (query, request) => {
|
||||
from: 'web'
|
||||
}
|
||||
return request(
|
||||
'POST', `https://music.163.com/weapi/ordering/web/digital`, data,
|
||||
'POST', `https://music.163.com/api/ordering/web/digital`, data,
|
||||
{crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user