Explorar el Código

feat(types): 类型修复

zhangweicheng hace 2 años
padre
commit
96372be2a2
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

@@ -144,7 +144,7 @@ export interface IAPUser {
   certificate: ICertificate[];
   employmentCertificateName: string;
   MAC?: string; // 验证用户信息的mac值
-  isNP?: string; // 是否通过密码机加密码的用户密码
+  isNP?: boolean; // 是否通过密码机加密码的用户密码
 }
 
 // 最近联系人