feat: 登陆注册接口调整
This commit is contained in:
@@ -44,7 +44,7 @@ const AUTH_CONFIG = {
|
||||
// UI文本
|
||||
title: "价值前沿",
|
||||
subtitle: "开启您的投资之旅",
|
||||
formTitle: "手机号验证",
|
||||
formTitle: "登陆/注册",
|
||||
buttonText: "登录/注册",
|
||||
loadingText: "验证中...",
|
||||
successTitle: "验证成功",
|
||||
@@ -53,7 +53,7 @@ const AUTH_CONFIG = {
|
||||
|
||||
// API配置
|
||||
api: {
|
||||
endpoint: '/api/auth/register-with-code',
|
||||
endpoint: '/api/auth/register/phone',
|
||||
purpose: 'register',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user