简要描述:
- 好物圈消息点赞和收藏
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/getThingcircleLac
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 页数 |
page_size | 否 | int | 每页显示数量 |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"code": 0,
"data": [{
"id": 3,
"user_id": 144,
"type_id": 1,
"type": 1,
"status": 0,
"is_check": 0,
"create_time": 1565768654,
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"video_img":{
"pic_cover": "http://shop306542.ni.com/upload/80/video_img/1558506425.png", "pic_size": "320,240"
},
}, {
"id": 5,
"user_id": 144,
"type_id": 2,
"type": 2,
"status": 1,
"is_check": 0,
"create_time": 1565771643,
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png"
}, {
"id": 1,
"user_id": 144,
"type_id": 2,
"type": null,
"status": 0,
"is_check": 0,
"create_time": 1565773222,
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"pic_cover": "",
"thing_type": 1
}],
"total_count": 2,
"page_count": 1
}
}
参数名 | 类型 | 说明 |
---|---|---|
user_id | int | 点赞或收藏用户id |
user_name | string | 用户名称 |
user_headimg | string | 用户头像 |
is_check | int | 已读 1是 0否 |
type | int | 收藏或点赞 收藏:null 点赞:非null |
pic_cover | string | 图片/视频 |
thing_type | int | 类型 1图片 2视频 |
video_img | string | 视频封面信息 |