Browse Source

feat(types): 名称不符合规范错误

qinlaiqiao 5 years atrás
parent
commit
b32ec3a15b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/error.ts

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

@@ -20,6 +20,7 @@ export enum ErrNo {
   LOGIN_PARAM_ERROR = 1012,
   // 未登录
   NOT_LOGIN = 1013,
+  REAL_NAME_ILLEGAL = 1014,
 
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,