简要描述:
- 好物圈分享
请求URL:
POST/wapapi/addons/thingcircle/thingcircle/getShareInfo
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
thing_id | 否 | int | 干货id |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"thing_title": "",
"thing_describe": "",
"thing_pic": "http://ni.com/upload/80/common/1559555436.png",
"other_title": "",
"other_describe": "",
"other_pic": "http://ni.com/upload/80/common/1559555457.jpg"
}
}
参数名 | 类型 | 说明 |
---|---|---|
thing_title | string | 干货详情分享标题 |
thing_describe | string | 干货详情分享描述 |
thing_pic | string | 干货详情分享图片 |
other_title | string | 其他页面分享标题 |
other_describe | string | 其他页面分享描述 |
other_pic | string | 其他页面分享图片 |