Binaryify / NeteaseCloudMusicApi

网易云音乐 Node.js API service
https://gitlab.com/Binaryify/neteasecloudmusicapi
30.29k stars 15.78k forks source link

手机登录接口不可以使用了 #214

Closed niuniuzh closed 6 years ago

niuniuzh commented 6 years ago

环境

系统: windows7

nodejs 版本: v6.11.2

出现问题

调用手机登录接口没有响应,cookie应该为空了。

D:\code\NeteaseCloudMusicApi\router\loginCellphone.js:26
        cookie.push(item + ";Path=/");
              ^

TypeError: Cannot read property 'push' of undefined

重现步骤

期待效果

XGHeaven commented 6 years ago

目前暂时不可以用,文档中已经说明了

Binaryify commented 6 years ago

使用的是哪个版本的

niuniuzh commented 6 years ago

"version": "2.9.1",

niuniuzh commented 6 years ago

"version":"2.9.2"可以登录了,thank you very much!