inleft
2022-08-12 ff14c4edc7aa41db4b8fd8722486027b8ff84af0
snowy-main/src/main/java/vip/xiaonuo/modular/blogarticle/controller/BlogArticleOutsideController.java
@@ -221,7 +221,7 @@
            throw new BlogException(BlogExceptionEnum.article_file_lose);
        vo.setArticleFileURL(tempURL);
        vo.setCoverFileURL(this.getBlogSourceURL(vo.getCoverFileId()));
        return new SuccessResponseData(vo);
    }