查询出评论的回复列表
POST
api/CommentApi/GetReplyPageList
接口描述
查询出评论的回复列表
请求参数
参数名
类型
描述
必填
WorkId
int
作品Id
必填
UserId
int
用户Id
必填
Page
int
页
必填
Limit
int
条数
必填
响应参数
参数名
类型
描述
必填
ReplyId
int
回复Id
必填
Reply_type
int
评论类型-->1针对评论的回复 3-针对回复的回复
必填
Countent
datetime
评论内容
必填
Create_time
datetime
评论时间
必填
Is_pubisher
bool
是否为作者
必填
like_count
int
点赞量
必填
IslikeComment
bool
是否点赞该条评论
必填
Nickname
string
评论人昵称
必填
AvatarUrl
string
评论人头像
必填
To_Nickname
string
目标用户昵称
必填