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;