wangliang 4 anni fa
parent
commit
bebd44cc59

+ 2 - 2
themis-common/src/main/java/com/qmth/themis/common/enums/ExceptionResultEnum.java

@@ -56,9 +56,9 @@ public enum ExceptionResultEnum {
     /**
      * 系统预置
      */
-    UNKONW_ERROR(500, 500001, "未知错误:请联系管理员"),
+    UNKONW_ERROR(500, 504, "未知错误:请联系管理员"),
 
-    EXCEPTION_ERROR(500, 500002, "系统异常:请联系管理员"),
+    EXCEPTION_ERROR(500, 505, "系统异常:请联系管理员"),
 
     SUCCESS(200, 200, "成功"),