xiaoyong931011
2023-04-14 b0cd7329c59ebea0bc4b79f931fad39d10f955e4
src/main/java/cc/mrbird/febs/common/handler/GlobalExceptionHandler.java
@@ -37,7 +37,7 @@
    @ExceptionHandler(value = Exception.class)
    public FebsResponse handleException(Exception e) {
        log.error("系统内部异常,异常信息", e);
        return new FebsResponse().code(HttpStatus.INTERNAL_SERVER_ERROR).message("系统内部异常");
        return new FebsResponse().code(HttpStatus.INTERNAL_SERVER_ERROR).message("系统繁忙,请稍后重试");
    }
    @ExceptionHandler(value = FebsException.class)