Преглед изворни кода

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng пре 4 година
родитељ
комит
e1740bac74
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      types/src/interface/error.ts

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

@@ -43,6 +43,10 @@ export enum ErrNo {
   TOKEN_ERROR = 1023,
   // 用户 ID 不存在
   USER_ID_NOT_EXIST = 1024,
+  // 地址错误
+  LOCATION_ERROR = 1025,
+  // 数据为空
+  DATA_EMPTY_ERROR = 1026,
 
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,