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){