Browse Source

feat(types): user ssoid改为number

vian 3 năm trước cách đây
mục cha
commit
c1fd8a1550
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/user.ts

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

@@ -66,7 +66,7 @@ export interface IUserArea {
 
 export interface IUser {
   ID: string;
-  ssoID: string;
+  ssoID: number;
   mobile: string;
   realName: string;
   email?: string;