♻️ refactored login-related code

This commit is contained in:
2024-12-21 01:15:57 +08:00
parent 76336d1553
commit 59a8b63ee7
14 changed files with 139 additions and 128 deletions

5
src/types/user.d.ts vendored
View File

@@ -18,3 +18,8 @@ export interface ResetPassword {
password?: string;
repassword?: string;
}
export interface WechatOffiaccountLogin {
openid:string;
client_id:string;
}