问题修复

This commit is contained in:
binaryify
2022-05-29 18:54:29 +08:00
parent 6bd63eb061
commit cff6bcf766
2 changed files with 2 additions and 2 deletions

View File

@ -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(