Commit 6c29b6d6 by 徐高华

发货

parent e10532fa
...@@ -245,6 +245,8 @@ public enum HaoBanErrCode { ...@@ -245,6 +245,8 @@ public enum HaoBanErrCode {
ERR_DEFINE(-888, "自定义错误"), ERR_DEFINE(-888, "自定义错误"),
ERR_9600(9600, "请刷新页面"),
ERR_OTHER(-999, "未知错误code"); ERR_OTHER(-999, "未知错误code");
private int code; private int code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment