Explorar o código

feat(types): accountType类型更改

laiguoran %!s(int64=4) %!d(string=hai) anos
pai
achega
61b426e5b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/user.ts

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

@@ -88,7 +88,7 @@ export interface IAPUser {
   ID: string;
   createdTime: number;
   gender: string;
-  accountType: number;
+  accountType: string;
   account: string;
   name: string;
   phone: string;