简要描述:

  • 获取用户干货列

请求URL:

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

参数:

参数名 是否必须 类型 说明
page_index int 页数
page_size int 每页显示数量
thing_option int 选项 2收藏 3点赞 默认无为个人

返回示例:

正确时返回:

{
	"code": 1,
	"message": "获取成功",
	"data": {
		"code": 0,
		"data": {
			"2019-11-13": [
				{
					"id": 1,
					"user_id": 144,
					"topic_id": 1,
					"title": "test",
					"content": "test",
					"thing_type": 1,
					"media_val": "2924,2922",
					"recommend_goods": "705",
					"lat": "21.900000",
					"lng": "112.800000",
					"location": null,
					"shop_id": 0,
					"create_time": 1573617142,
					"reading_volumes": 37,
					"collects": 2,
					"likes": 5,
					"evaluates": 9,
					"website_id": 26,
					"user_name": "tim",
					"user_headimg": "http://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/avator/15538535455223.png",
					"nick_name": "wxk",
					"port": "platform",
					"topic_title": "测试话",
					"img_temp_array": [
						{
							"pic_id": 2924,
							"pic_cover": "https://gd3.alicdn.com/imgextra/i3/370767874/TB2X3NqzstnpuFjSZFKXXalFFXa_!!370767874.jpg",
							"pic_size": "800,800"
						},
					],
					"is_show": false,
					"is_like": 0,
					"is_attention": 0,
					"is_collect": 0,
					"like_count": 0,
					"reply_count": 2,
					"thing_user_name": "wxk"
				}
			]
		},
		"total_count": 30,
		"page_count": 30,
		"display_model": "0"
	}
}
参数名 类型 说明
id int 好物圈id
user_id int 发布人id
thing_user_name string 名称
topic_id int 话题id
title string 标题
content string 内容
thing_type int 发布类型 0图片 1视频
media_val string 发布图片或视频
recommend_goods string 推荐商品
lat decimal 纬度
lng decimal 经度
location numeric 定位
create_time string 创建时间
reading_volumes int 阅读量
collects int 收藏量
likes int 点赞量
evaluates int 评论数
website_id int 实例id
user_name string 用户名
user_headimg string 用户头像
attentions int 关注数
fans int 粉丝数
likes int 点赞数
thing_circle_uid int 好物圈号
display_model int 展示方式 0一列 1二列