#
Junjie
5 天以前 b8420577c6c8def9de647be55b330e1b51fc0db0
src/main/java/com/zy/common/config/CoolExceptionHandler.java
@@ -26,7 +26,7 @@
    @ExceptionHandler(CoolException.class)
    public R handleRRException(CoolException e) {
        return R.parse(e.getMessage());
        return R.error(e.getMessage());
    }
}