Parcourir la source

feat(types): error

qinlaiqiao il y a 4 ans
Parent
commit
c01efa977c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      types/src/interface/error.ts

+ 2 - 0
types/src/interface/error.ts

@@ -37,6 +37,8 @@ export enum ErrNo {
   PASSWORD_ILLEGAL = 1020,
   // 数据类型错误
   DATA_TYPE_ERROR = 1021,
+  // 用户没有企业版
+  HAS_NO_ENTERPRISE = 1022,
 
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,