简要描述:

  • 获取评论回复

请求URL:

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

参数:

参数名 是否必须 类型 说明
thing_id int 干货id
comment_pid int 评论id

返回示例:

正确时返回:

{
	"code": 1,
	"message": "获取成功",
	"data": {
		"code": 0,
		"data": [{
			"id": 8,
			"thing_id": 1,
			"topic_id": 1,
			"content": "aaaaa",
			"from_uid": 144,
			"to_uid": 145,
			"create_time": 1565849999,
			"comment_pid": 2,
			"state": 1,
			"report_uid": null,
			"report_reason": null,
			"violation_id": null,
			"report_time": null,
			"update_time": null,
			"comment_likes": 0,
			"is_check": 0,
			"is_self": 1,
			"website_id": 26,
			"user_name": "tim",
			"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
			"to_user_name": "tim:",
			"like_count": 0
		}],
		"total_count": 1
	}
}
参数名 类型 说明
id int 好物圈id
user_id int 发布人id
topic_id int 话题id
content string 内容
create_time string 创建时间
website_id int
user_name string 用户名
user_headimg string 用户头像
from_uid int 评论人id
to_uid int 评论目标id null是评论,有id则是回复该id
comment_likes int 评论点赞数
to_user_name string 回复用户名
is_self int 此用户评论 1
is_author int 是否作者评论 1