Merge pull request #70 from apoint123/fix/phone-login

This commit is contained in:
ElyPrism 2025-12-19 20:59:24 +08:00 committed by GitHub
commit 140ea858c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ module.exports = async (query, request) => {
let result = await request(
`/api/w/login/cellphone`,
data,
createOption(query),
createOption(query, "weapi"),
)
if (result.body.code === 200) {