mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 22:52:07 +08:00
修复cookie没返回的问题 #778
This commit is contained in:
@ -29,7 +29,8 @@ module.exports = async (query, request) => {
|
||||
body: {
|
||||
...result.body,
|
||||
cookie: result.cookie.join(';')
|
||||
}
|
||||
},
|
||||
cookie: result.cookie
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
Reference in New Issue
Block a user