获取一级评论
GET
/:postId/comment?commentPage= & commentNum=
请求头
参数名
类型
描述
必填
Authorization
String
登录获得的token,暂时放在localStorage里
必填
响应参数
参数名
类型
描述
必填
replyCommentDate
Date
回复日期
必填
_id
string
评论id
必填
replyCommentOwner
string
评论所有者
必填
replyCommentOfPost
string
评论所属帖子
必填
replyCommentContent
string
评论内容
必填