提交 2f573e04 编写于 作者: L lengyx

解决 网易云 set-cookie 中 设置 Domain=.music.163.com 本地cookie无效问题

上级 67bc5f24
......@@ -21,6 +21,7 @@ router.get('/', (req, res) => {
cookie,
(music_req, cookie) => {
// console.log(music_req)
cookie = cookie.map(x => x.replace("Domain=.music.163.com", ""))
res.set({
'Set-Cookie': cookie
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册