Explorar el Código

feat(types): error code

qinlaiqiao hace 5 años
padre
commit
6efc02b7fc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/error.ts

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

@@ -47,6 +47,8 @@ export enum ErrNo {
   LOCATION_ERROR = 1025,
   // 数据为空
   DATA_EMPTY_ERROR = 1026,
+  // 尚未登录企业版
+  NOT_LOGIN_ENTERPRISE = 1027,
 
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,