忘记密码

This commit is contained in:
saplf
2019-09-06 16:15:08 +08:00
parent 8d6cd7a46f
commit 61810d9db4
11 changed files with 163 additions and 14 deletions

View File

@@ -14,6 +14,11 @@ export interface User {
inviteCode: string;
}
export enum SendCodeType {
SignUp = 'signUp',
ForgetPwd = 'forgetPasswd',
}
export interface AreaCode {
id: string;
areacode: string;