mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 15:02:08 +08:00
commit
76e850f573
@ -25,6 +25,7 @@ router.get('/', (req, res) => {
|
||||
cookie,
|
||||
(music_req, cookie) => {
|
||||
// console.log(music_req)
|
||||
cookie = cookie&&cookie.map(x => x.replace("Domain=.music.163.com", ""))
|
||||
res.set({
|
||||
'Set-Cookie': cookie
|
||||
})
|
||||
|
@ -21,7 +21,7 @@ router.get('/', (req, res) => {
|
||||
cookie,
|
||||
(music_req, cookie) => {
|
||||
// console.log(music_req)
|
||||
cookie = cookie.map(x => x.replace("Domain=.music.163.com", ""))
|
||||
cookie = cookie&&cookie.map(x => x.replace("Domain=.music.163.com", ""))
|
||||
res.set({
|
||||
'Set-Cookie': cookie
|
||||
})
|
||||
|
@ -16,6 +16,7 @@ router.get('/', (req, res) => {
|
||||
cookie,
|
||||
(music_req, cookie) => {
|
||||
console.log({ cookie })
|
||||
cookie = cookie&&cookie.map(x => x.replace("Domain=.music.163.com", ""))
|
||||
res.set({
|
||||
'Set-Cookie': cookie
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user