Merge pull request #1661 from ahmr-bot/patch-1

修复手机号登陆问题(网易这个 api 咋这么爱变啊
This commit is contained in:
binaryify 2022-12-28 22:48:20 +08:00 committed by GitHub
commit 1fadb1b98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ module.exports = async (query, request) => {
}
let result = await request(
'POST',
`https://music.163.com/eapi/w/login/cellphone`,
`https://music.163.com/weapi/login/cellphone`,
data,
{
crypto: 'weapi',