Skip to content

Commit

Permalink
新增paltform评论区查询
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin committed Apr 13, 2024
1 parent 2e690c1 commit 569f2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz/application/service/comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (s *CommentService) GetCommentBlocks(ctx context.Context, req *core_api.Get
p := convertor.MakePaginationOptions(req.Limit, req.Offset, req.LastToken, req.Backward)
if res, err = s.Platform.GetCommentBlocks(ctx, &platform.GetCommentBlocksReq{
SubjectId: req.SubjectId,
RootId: req.FatherId,
RootId: req.RootId,
Pagination: p,
}); err != nil {
return resp, err
Expand Down

0 comments on commit 569f2f1

Please sign in to comment.