Commit acfee034 by fsn

更改请求为空的提示

parent 898be29d
......@@ -43,7 +43,7 @@ public enum BizExceptionEnum {
/**
* 错误的请求
*/
REQUEST_NULL(400, "请求为空"),
REQUEST_NULL(400, "请求有错误"),
SERVER_ERROR(500, "服务器异常");
BizExceptionEnum(int code, String message) {
......
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