简要描述:

  • 好物圈消息回复

请求URL:

POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/getThingcircleComment

参数:

参数名 是否必须 类型 说明
page_index int 页数
page_size int 每页显示数量

返回示例:

正确时返回:

{
	"code": 1,
	"message": "获取成功",
	"data": {
		"code": 0,
		"data": [{
			"id": 2,
			"thing_id": 1,
			"topic_id": 1,
			"content": "test222",
			"from_uid": 145,
			"to_uid": 144,
			"create_time": 1565084312,
			"comment_pid": 1,
			"state": 1,
			"report_uid": null,
			"report_reason": null,
			"violation_id": null,
			"report_time": null,
			"update_time": 1566527063,
			"comment_likes": 1,
			"is_check": 0,
			"website_id": 26,
			"user_name": "tim:",
			"user_headimg": "https:\/\/pic.vslai.com.cn\/upload\/26\/avator\/15450400927277.jpg",
			"to_user_name": "tim",
			"pic_cover": "",
			"thing_type": 1,
			"video_img":{
			"pic_cover": "http://shop306542.ni.com/upload/80/video_img/1558506425.png", 			"pic_size": "320,240"
			},
		}],
		"total_count": 1,
		"page_count": 1
	}
}
参数名 类型 说明
from_uid int 回复用户id
user_name string 回复用户名称
user_headimg string 回复用户头像
is_check int 已读 1是 0否
content string 回复内容
pic_cover string 图片/视频
thing_type int 类型 1图片 2视频
video_img string 视频封面信息