完善登录与状态回显处理
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user