能够把数据传给后台了

This commit is contained in:
luk.lu
2019-10-12 15:54:07 +08:00
parent f60a7874a0
commit d7d7a5aeba
3 changed files with 15 additions and 15 deletions

View File

@@ -13,10 +13,11 @@ export interface User {
token: string;
inviteCode: string;
inviter: string;
realname: string;
idcode: string;
idtype: string;
nationality: string;
realname?: string;
idcode?: string;
idtype?: string;
nationality?: string;
kyc1success?: boolean;
}
export enum SendCodeType {