lishouyi
2023-05-26 d3217fdefb74ca5c985b3cdb7cc5ad491d11ef03
src/main/java/com/stylefeng/guns/core/common/exception/BizExceptionEnum.java
@@ -69,7 +69,8 @@
    /**
     * 其他
     */
    AUTH_REQUEST_ERROR(400, "账号密码错误");
    AUTH_REQUEST_ERROR(400, "账号密码错误"),
    CALLBACK_ERROR(400, "FAIL TO CALLBACK");
    BizExceptionEnum(int code, String message) {
        this.code = code;