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

This commit is contained in:
zdl
2025-10-15 22:51:12 +08:00
parent 4b98e254ed
commit 3f873a1b6e

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