文档
测试

查询出作品的评论列表

POST
api/CommentApi/GetCommentPageList

接口描述

查询出作品的评论列表

请求参数

参数名
类型
描述
必填
sign
string
签名
必填
WorkId
int
作品Id
必填
UserId
int
用户Id
必填
Page
int
必填
Limit
int
条数
必填

响应参数

参数名
类型
描述
必填
CommenId
int
评论Id
必填
Countent
string
评论内容
必填
Create_time
date
评论时间
必填
Is_pubisher
bool
是否为作者
必填
UserId
int
评论人Id
必填
Nickname
string
评论人昵称
必填
AvatarUrl
string
评论人头像
必填
like_count
int
点赞量
必填
Reply_count
int
回复量
必填
IslikeComment
int
是否点赞该条评论
必填