liujie
2023-05-26 2e3407d0b46a6e2e75f8cf14cce73f8e0ba2051e
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;