zjj
2 天以前 99c4dcb454bbcb467e88ac23fc28da4e143100d9
rsf-server/src/main/java/com/vincent/rsf/server/common/exception/GlobalExceptionHandler.java
@@ -44,7 +44,7 @@
    @ExceptionHandler(BusinessException.class)
    public R businessExceptionHandler(BusinessException e, HttpServletResponse response) {
        CommonUtil.addCrossHeaders(response);
        return R.error(e.getMessage());
        return R.parse(e.getMessage());
    }
    @ResponseBody