mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
update: bump to v4.16.0
This commit is contained in:
@ -12,6 +12,12 @@ module.exports = (query, request) => {
|
||||
'POST',
|
||||
`https://music.163.com/api/v2/banner/get`,
|
||||
{ clientType: type },
|
||||
{ crypto: 'api', proxy: query.proxy, realIP: query.realIP },
|
||||
{
|
||||
crypto: 'api',
|
||||
cookie: query.cookie,
|
||||
ua: query.ua || '',
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user