From 3f873a1b6ef0f5fc744fa5ee0fa95ebd5dc94512 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 15 Oct 2025 22:51:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E7=99=BB=E9=99=86=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Auth/AuthFormContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)