ZainCheung / netease-cloud-api

网易云音乐升级API
https://zaincheung.github.io/netease-cloud
MIT License
1.42k stars 3.37k forks source link

腾讯云函数调用 网易云登录接口异常 #66

Open 7-happy opened 3 years ago

7-happy commented 3 years ago

登录接口异常了 response.text : {"message":"当前登录失败,请稍后再试","code":250}

腾讯云函数日志:

配置文件读取完毕

Starting new HTTPS connection (1): neteaseapi.glitch.me:443

https://neteaseapi.glitch.me:443 "GET /?do=check HTTP/1.1" 200 None

api测试正常

账号: 15*** 开始执行========================================

Starting new HTTPS connection (1): neteaseapi.glitch.me:443

https://neteaseapi.glitch.me:443 "POST /?do=login HTTP/1.1" 200 None

2021.03.05-07:58:48 ---------login response----------: {"message":"当前登录失败,请稍后再试","code":250}