简要描述:
- 获取干货内容(视频)
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/getThingcircleVideoDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 页数 |
page_size | 否 | int | 每页显示数量 |
thing_id | 是 | int | 干货id |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"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": 0,
"reading_volumes": 18,
"collects": 2,
"likes": 5,
"evaluates": 9,
"website_id": 26,
"topic_title": "测试话",
"goods_name": "秒杀",
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"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": 1571111857,
"comment_likes": 0,
"is_check": 0,
"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": null
}, {
"id": 1,
"thing_id": 1,
"topic_id": 1,
"content": "test",
"from_uid": 144,
"to_uid": null,
"create_time": 1565084311,
"comment_pid": 0,
"state": 2,
"report_uid": 145,
"report_reason": "XXX",
"violation_id": 1,
"reply_count": 1,
"report_time": 1565084316,
"update_time": 1566526467,
"comment_likes": 0,
"is_check": 0,
"is_attention": 1,
"is_like": 1,
"is_collect": 1,
"website_id": 26,
"user_name": "tim",
"nick_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"to_user_name": null
}],
"total_count": 2,
"page_count": 1,
"is_download_source": "1"
},
}
}
参数名 | 类型 | 说明 |
---|---|---|
id | int | 好物圈id |
user_id | int | 发布人id |
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 | |
user_name | string | 用户名 |
nick_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 | 回复用户名 |
recommend_goods_list | string | 推荐商品列 |
goods_id | int | 商品id |
goods_name | string | 商品名称 |
price | int | 商品价格 |
market_price | int | 商品市场价格 |
goods_img | string | 商品图片 |
state | int | 商品状态 |
is_attention | int | 此用户是否关注 1 |
is_like | int | 此用户是否点赞 1 |
is_collect | int | 此用户实付收藏 1 |
reply_count | int | 评论回复数 |
is_download_source | string | 是否开启了下载素材 0:未开启 1:开启 |