فهرست منبع

feat(types): 类型修复

zhangweicheng 2 سال پیش
والد
کامیت
96372be2a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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; // 是否通过密码机加密码的用户密码
 }
 
 // 最近联系人