feat: 添加登录,注册,忘记密码功能
This commit is contained in:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -197,6 +197,10 @@ declare global {
|
||||
code: number;
|
||||
/**操作信息 */
|
||||
msg: string;
|
||||
/**执行时间 */
|
||||
time: string;
|
||||
/**执行状态 */
|
||||
success: boolean;
|
||||
/**响应结果 */
|
||||
data: T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user