Commit fd202a0c by 丁伟峰

for test

1 parent 5f9e01e9
...@@ -48,6 +48,6 @@ public class GlobalExceptionHandler { ...@@ -48,6 +48,6 @@ public class GlobalExceptionHandler {
// 处理以上处理不了的其他异常 // 处理以上处理不了的其他异常
@ExceptionHandler(Exception.class) @ExceptionHandler(Exception.class)
public Result<?> exceptionHandler(Exception e) { public Result<?> exceptionHandler(Exception e) {
return Result.failed(String.join(";", collect)); return Result.failed(e.toString());
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!