邀请页面

This commit is contained in:
saplf
2019-09-06 14:08:11 +08:00
parent c8f919ce5a
commit f8598d34f7
9 changed files with 289 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ export interface User {
phone: string;
email?: string;
token: string;
inviteCode: string;
}
export interface AreaCode {