Administrator
8 days ago cf8dc9ea458b5efc54d6d6d9d8e89db49ca6cf0f
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("The system is busy, please try again later");
    }
    @ExceptionHandler(value = FebsException.class)