提交 e37f9f02 authored 作者: inroi's avatar inroi

微调

上级 b6ec452f
...@@ -35,7 +35,7 @@ public class BlogExceptionHandler { ...@@ -35,7 +35,7 @@ public class BlogExceptionHandler {
* 参数校验异常 * 参数校验异常
*/ */
@ExceptionHandler(MethodArgumentNotValidException.class) @ExceptionHandler(MethodArgumentNotValidException.class)
@ResponseStatus(HttpStatus.OK) @ResponseStatus(HttpStatus.BAD_REQUEST)
@ResponseBody @ResponseBody
public RestResponse handlerMethodArgumentNotValidException(MethodArgumentNotValidException e) { public RestResponse handlerMethodArgumentNotValidException(MethodArgumentNotValidException e) {
BindingResult bindingResult = e.getBindingResult(); BindingResult bindingResult = e.getBindingResult();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论