feat: 解决手机验证码登陆失败问题

This commit is contained in:
zdl
2025-10-15 22:51:12 +08:00
parent 6bc0c7cf67
commit 09795dbc8e

View File

@@ -238,7 +238,7 @@ export default function AuthFormContent() {
const requestBody = {
credential: phone,
verification_code: verificationCode,
register_type: 'phone',
login_type: 'phone',
};
// 调用API根据模式选择不同的endpoint