feat: 解决手机验证码登陆失败问题
This commit is contained in:
@@ -238,7 +238,7 @@ export default function AuthFormContent() {
|
|||||||
const requestBody = {
|
const requestBody = {
|
||||||
credential: phone,
|
credential: phone,
|
||||||
verification_code: verificationCode,
|
verification_code: verificationCode,
|
||||||
register_type: 'phone',
|
login_type: 'phone',
|
||||||
};
|
};
|
||||||
|
|
||||||
// 调用API(根据模式选择不同的endpoint)
|
// 调用API(根据模式选择不同的endpoint)
|
||||||
|
|||||||
Reference in New Issue
Block a user