文档
测试

加载评论回复列表

GET
/api/topic/comment/child/list

接口描述

帖子评论列表

请求参数

参数名
类型
描述
必填
commentId
long
评论id
必填

响应参数

参数名
类型
描述
必填
total
int
示例:4
必填
rows
array
数据列表
必填
commentId
int
示例:2
必填
postId
int
示例:3
必填
topicId
int
示例:1
必填
userId
int
示例:2
必填
commentCont
string
示例:变态的闪电
必填
dislikeNum
int
示例:0
必填
icon
string
示例:http://img.666ydp.com/game/2021/12/28/1640687185447-230f7a95-6193-4ef4-90b9-1650f51ef150.png
必填
nickName
string
示例:古设陡
必填
replayNickName
object
示例:null
必填
replayUserId
int
示例:0
必填
isReplay
int
示例:0
必填
replyCommentId
object
示例:null
必填
replyComments
object
示例:null
必填
childCommentNum
object
示例:null
必填
createTime
string
示例:2021-12-25 20:16:21
必填
dislikeStatus
int
示例:0
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填