mitao
2025-03-14 392b42c4891cf2e6beda57ab32c51598f290f4b7
ruoyi-modules/ruoyi-article/src/main/java/com/ruoyi/article/controller/forepart/ForepartArticleCommentsController.java
@@ -27,7 +27,6 @@
    private IArticleCommentsService articleCommentsService;
    @PostMapping("/saveMemberArticleComments")
    @ResponseBody
    @ApiOperation(value = "用户端-添加或者修改用户评论/回复")
    public R saveMemberArticleComments(@RequestBody ArticleCommentsDTO articleCommentsDTO) {
        articleCommentsService.saveMemberArticleComments(articleCommentsDTO);
@@ -35,7 +34,6 @@
    }
    @PostMapping("/delMemberArticleComments")
    @ResponseBody
    @ApiOperation(value = "用户端-删除用户评论/回复")
    public R delMemberArticleComments(@RequestBody ArticleCommentsDTO articleCommentsDTO) {
        articleCommentsService.delMemberArticleComments(articleCommentsDTO);