文档
测试

获取回复评论

GET
/:postId/comment/:commentId/replyComment?replyCommentPage= & replyCommentNum=

请求头

参数名
类型
描述
必填
Authorization
String
登录获得的token,暂时放在localStorage里
必填

响应参数

参数名
类型
描述
必填
replyCommentDate
date
回复日期
必填
_id
string
评论id
必填
replyCommentOwner
string
评论所有者
必填
replyCommentOfPost
string
评论所属帖子
必填
replyCommentOfComment
string
被评论的评论id
必填
replyCommentContent
string
评论内容
必填

状态码

参数名
类型
描述
必填