Commit 7a7906f0 by qwmqiuwenmin

fix

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