Commit 7a7906f0 by qwmqiuwenmin

fix

parent edb8e048
...@@ -45,7 +45,7 @@ public class GlobalExceptionHandler extends WebBaseController { ...@@ -45,7 +45,7 @@ public class GlobalExceptionHandler extends WebBaseController {
} else { } else {
message = HaoBanErrCode.ERR_3.getMsg(); message = HaoBanErrCode.ERR_3.getMsg();
} }
res.setMessage(message); res.setMessage("系统异常");
return res; return res;
} }
......
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