完善登录与状态回显处理

This commit is contained in:
2025-03-28 15:00:46 +08:00
parent e16ef8e509
commit a16faadaab
17 changed files with 463 additions and 285 deletions

View File

@@ -6,8 +6,8 @@ import {ApiResponse, call} from '@/lib/api'
export interface VerifyParams {
phone: string;
captcha: string; // 添加验证码字段
phone: string
captcha: string // 添加验证码字段
}
export default async function verify(props: VerifyParams): Promise<ApiResponse> {