添加《实名认证》模块的一级认证页面。尚未完工。

This commit is contained in:
luk.lu
2019-10-12 07:37:51 +08:00
parent 10e3c39f3c
commit 9c92fd0d33
10 changed files with 237 additions and 5 deletions

View File

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