mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 08:02:06 +08:00
update: bump to v4.16.0
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module.exports = (query, request) => {
|
||||
query.cookie.os = 'ios'
|
||||
query.cookie.appver = '8.20.21'
|
||||
query.cookie.appver = '9.0.65'
|
||||
const data = {
|
||||
userId: query.uid,
|
||||
songId: query.sid,
|
||||
@ -13,6 +13,7 @@ module.exports = (query, request) => {
|
||||
{
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
ua: query.ua || '',
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
},
|
||||
|
Reference in New Issue
Block a user