liusheng
7 天以前 a933f76c7157ed429bbf6921d6f11535c99cae2c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
@@ -247,7 +247,7 @@
    @ApiOperation("富文本转html")
    @PostMapping("/htmlContent")
    public AjaxResult htmlContent(@RequestBody HtmlContentVO htmlContentVO) {
        log.error("htmlContentVO入参为:{}", htmlContentVO);
        log.info("htmlContentVO入参为:{}", htmlContentVO);
        // 获取文件的原始名称
        String fileName = htmlContentVO.getFileName();
        if (!fileName.endsWith(".html")) {