diff --git a/src/components/Auth/AuthFormContent.js b/src/components/Auth/AuthFormContent.js index dbb46bc1..b4edc410 100644 --- a/src/components/Auth/AuthFormContent.js +++ b/src/components/Auth/AuthFormContent.js @@ -238,7 +238,7 @@ export default function AuthFormContent() { const requestBody = { credential: phone, verification_code: verificationCode, - register_type: 'phone', + login_type: 'phone', }; // 调用API(根据模式选择不同的endpoint)