diff --git a/README.MD b/README.MD index b84b8929aa8f1cdd4769482785c3c5bc00505d42..e988a3147b264abc0edcdeed2422965d150de6c7 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,5 @@ # 网易云音乐 API -网易云音乐 Node.js 版 API +网易云音乐 Node.js API service

Version License diff --git a/package.json b/package.json index e75848915adbdb22a6880140d926eacf5b1ce454..efd74f5dea8bf7801f571d1d14c442c98430423e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.7.9", + "version": "2.7.10", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", diff --git a/router/loginCellphone.js b/router/loginCellphone.js index 38c2d2f7a1048f3b84355312b737b43c6a784f2d..0a0524e5fb77aa397d31eb3a869baac80644e50e 100644 --- a/router/loginCellphone.js +++ b/router/loginCellphone.js @@ -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 })