liusheng
4 天以前 5dce75a53738c22cbe924efad19bc26a724ca2ac
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")) {