能够把数据传给后台了
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user