Explorar el Código

feat(types): account类型更新,添加身份证号码相关字段

lipk hace 3 años
padre
commit
231fefe019
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/user.ts

+ 2 - 0
types/src/interface/user.ts

@@ -115,6 +115,8 @@ export interface IAPUser {
   lastTryLoginTime?: number; // 上次尝试登陆的时间
   passwordModifyTime?: number; // 密码修改时间
   phrases: string[]; // 常用语
+  idCode: String, // 身份证号码
+  isIdAuth: Boolean, // 身份证是否经过实名认证
 }
 
 // 最近联系人