忘记密码
This commit is contained in:
@@ -14,6 +14,11 @@ export interface User {
|
||||
inviteCode: string;
|
||||
}
|
||||
|
||||
export enum SendCodeType {
|
||||
SignUp = 'signUp',
|
||||
ForgetPwd = 'forgetPasswd',
|
||||
}
|
||||
|
||||
export interface AreaCode {
|
||||
id: string;
|
||||
areacode: string;
|
||||
|
||||
Reference in New Issue
Block a user