mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-02-04 12:53:10 +00:00
fix: 修复验证码登录
This commit is contained in:
parent
bcda215a6c
commit
f7f8c54236
@ -18,7 +18,7 @@ module.exports = async (query, request) => {
|
|||||||
let result = await request(
|
let result = await request(
|
||||||
`/api/w/login/cellphone`,
|
`/api/w/login/cellphone`,
|
||||||
data,
|
data,
|
||||||
createOption(query),
|
createOption(query, "weapi"),
|
||||||
)
|
)
|
||||||
|
|
||||||
if (result.body.code === 200) {
|
if (result.body.code === 200) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user