mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:52:07 +08:00
问题修复
This commit is contained in:
@ -55,7 +55,7 @@ const createRequest = (method, url, data, options) => {
|
||||
if (typeof options.cookie === 'object') {
|
||||
if (!options.cookie.MUSIC_U) {
|
||||
// 匿名
|
||||
options.cookie.MUSIC_A = config.anonymous_token + getRandom(10)
|
||||
options.cookie.MUSIC_A = config.anonymous_token
|
||||
}
|
||||
headers['Cookie'] = Object.keys(options.cookie)
|
||||
.map(
|
||||
|
Reference in New Issue
Block a user