请求URL:
- 正式:
https://pixtext.guangdianyun.tv/v1/picText/live/Comment/getCommentLists - 预发:
- 测试:
请求方式:
GET
请求参数:
| 参数 | 类型 | 说明 | 默认值 | 必填 |
|---|---|---|---|---|
| liveId | int | 图文直播id | 是 | |
| page | int | 页码 | 是 | |
| num | int | 每页数量 | 是 |
返回示例:
{
"code":200,
"errorCode":0,
"errorMessage":"",
"data":{
"list":[
{
"userId":"ady_zhejianghangzhou_24651", //用户id
"userName":"浙江杭州网友24651", //昵称
"userAvatar":"", //头像
"id":243745,
"status":1,
"createTime":1666754459,
"content":"多对多", //内容
"filterContent":"多对多", //内容,显示用这个
"reportId":0,
"replyId":0, //回复的评论的Id
"replyUserId":0, //回复的用户id
"replyNick":"", //回复的用户昵称
"replyContent":"" //被回复的内容
}
],
"count":1
}
}最后编辑: 广电云技术部 文档更新时间: 2026-05-15 10:19 作者:广电云技术部