feat: 登陆注册接口调整

This commit is contained in:
zdl
2025-10-15 22:37:53 +08:00
parent 7250f72397
commit 4b98e254ed

View File

@@ -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',
},