648540858
2022-09-07 60c4f767f094d15711aa48b19b4e05e65999625a
src/main/java/com/genersoft/iot/vmp/conf/GlobalExceptionHandler.java
@@ -32,6 +32,7 @@
        return WVPResult.fail(ErrorCode.ERROR500.getCode(), e.getMessage());
    }
    /**
     * 自定义异常处理, 处理controller中返回的错误
     * @param e 异常