inleft
2022-08-21 7fe1bd7734e8a1f80523d5fce34290e3f20a7403
snowy-main/src/main/java/vip/xiaonuo/modular/blogFile/BlogFileController.java
@@ -72,7 +72,7 @@
            throw new BlogException("错误文件类型");
        }
        if (StrUtil.isEmpty(authCode) || !authCode.equals(ConstantContextHolder.getAuthCode())) {
        if (StrUtil.isEmpty(authCode) || !authCode.equals(ConstantContextHolder.getPushCode())) {
            throw new BlogException("授权码错误");
        }