MrShi
2026-03-06 cdca21c0c12fa79ad4e85321d0f0960c0c4c3f33
server/dmmall_web/src/main/java/com/doumee/api/web/CommentApi.java
@@ -54,7 +54,6 @@
     * @param pageWrap 分页对象
     * @return PageData<Comment>
     */
    @LoginRequired
    @ApiOperation("分页活动探店评论回复查询")
    @PostMapping("/findActivityReplyCommentDTOPage")
    public ApiResponse<PageData<ActivityReplyCommentDTO>> findActivityReplyCommentDTOPage(@RequestBody PageWrap<CommentDTO> pageWrap){