简要描述:
- 干货列表
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/getThingcircleList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 页数 |
page_size | 否 | int | 每页显示数量 |
search_text | 否 | string | 搜索关键字 |
lat | 否 | int | 纬度 |
lng | 否 | int | 经度 |
follow | 否 | int | 关注 1 |
返回示例:
正确时返回:
{
"code": 1,
"message": "关注成功",
"data": {
"code": 0,
"data": [{
"id": 35,
"user_id": 144,
"topic_id": 3,
"title": "",
"content": "test wap端",
"thing_type": 1,
"media_val": "",
"img_temp_array": "",
"recommend_goods": "",
"lat": "22.000000",
"lng": "113.000000",
"location": "test海珠",
"shop_id": 0,
"create_time": 1568950802,
"reading_volumes": 0,
"collects": 0,
"likes": 0,
"evaluates": 0,
"website_id": 26,
"user_name": "tim",
"thing_user_name": "wxk",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"port": "platform",
"topic_title": "测试3"
"comment": {
"code": 0,
"data": [{
"id": 7,
"thing_id": 1,
"topic_id": 1,
"content": "aaaaa",
"from_uid": 144,
"to_uid": null,
"create_time": 1565780512,
"comment_pid": 0,
"state": 1,
"report_uid": null,
"report_reason": null,
"violation_id": null,
"report_time": null,
"update_time": null,
"comment_likes": 0,
"is_check": 0,
"website_id": 26,
"to_user_name": null,
"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"
},
}],
"total_count": 11,
"page_count": 1,
"display_model": "0",
"is_download_source": "1"
}
}
参数名 | 类型 | 说明 |
---|---|---|
id | int | 好物圈id |
user_id | int | 发布人id |
topic_id | int | 话题id |
title | string | 标题 |
content | string | 内容 |
thing_type | int | 发布类型 1图片 2视频 |
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 | |
user_name | string | 用户名 |
user_headimg | string | 用户头像 |
topic_title | string | 主题名 |
display_model | int | 展示方式 0一列 1二列 |
user_name | string | 用户名 |
user_headimg | string | 用户头像 |
topic_title | string | 主题名 |
from_uid | int | 评论人id |
to_uid | int | 评论目标id null是评论,有id则是回复该id |
comment_likes | int | 评论点赞数 |
to_user_name | string | 回复用户名 |
img_temp_array | string | 图片组或视频 |
thing_user_name | string | 名称 |
video_img | string | 视频封面信息 |
is_download_source | string | 是否开启了下载素材 0:未开启 1:开启 |