Explorar el Código

feat(types): 用户密码类型定义

zhangweicheng hace 3 años
padre
commit
ba7c2dd723
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/user.ts

+ 1 - 1
types/src/interface/user.ts

@@ -143,7 +143,7 @@ export interface IAPUser {
   qualifications: IQualifications[];
   certificate: ICertificate[];
   employmentCertificateName: string;
-  MAC?: string;
+  MAC?: string; // 验证用户信息的mac值
 }
 
 // 最近联系人