feat: 修复登陆和注册button请求事件
This commit is contained in:
@@ -239,6 +239,8 @@ export default function AuthFormContent() {
|
||||
credential: phone,
|
||||
verification_code: verificationCode,
|
||||
login_type: 'phone',
|
||||
type: 'phone',
|
||||
purpose: config.api.purpose, // 使用配置中的purpose
|
||||
};
|
||||
|
||||
// 调用API(根据模式选择不同的endpoint)
|
||||
|
||||
Reference in New Issue
Block a user