fix: 修复验证码登录

This commit is contained in:
apoint123 2025-12-18 18:21:05 +08:00
parent bcda215a6c
commit f7f8c54236
No known key found for this signature in database
GPG Key ID: 845A0C347866230A

View File

@ -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) {