文档
测试

获取游戏评论回复评论列表

GET
/api/game/comment/child/list

接口描述

加载游戏评论

请求参数

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

响应参数

参数名
类型
描述
必填
total
int
示例:4
必填
rows
array
数据列表
必填
commentId
int
示例:2
必填
gameId
int
示例:16
必填
cont
string
示例:说的很对
必填
scoreNum
object
示例:null
必填
recSort
object
示例:null
必填
userId
int
示例:3
必填
icon
string
示例:http://img.666ydp.com/game/2022/01/10/1641809997157-30d8b210-4700-4ece-bf76-e0a0d50d3558.png
必填
nickName
string
示例:是此女子
必填
createTime
string
示例:2022-01-15 23:29:29
必填
dislikeStatus
int
示例:0
必填
replyCommentId
object
示例:null
必填
replyComments
object
示例:null
必填
childCommentNum
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

{ "total": 1, "rows": [{ "commentId": 2, "gameId": 1, "cont": "1111", "scoreNum": 5, "userId": 1, "icon":"https://img1.baidu.com/it/u=2681504758,1624692466&fm=26&fmt=auto&gp=0.jpg", "nickName": "nickName", "createTime": "2021-07-25T22:05:28.000+0800", "dislikeStatus": 0 }], "code": 200, "msg": "查询成功" }