简要描述:
- 链接显示,详情页
请求域名:
- http://xx.com
请求URL:
GET/route=plugin.promotion-assistant.api.assistant.get-details
POST/route=plugin.promotion-assistant.api.assistant.get-details
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 主键id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"id": 3,
"uniacid": 1,
"member_id": 0,
"content_url": "https://mp.weixin.qq.com/s/5gGAUTyOq59H4gpk8Oiq6w",
"name": "刘亦菲",
"phone": "020-7788258",
"type": 3,
"goods_id": 1,
"share_title": "",
"share_desc": "",
"share_img": "",
"browse_amount": 7,
"created_at": "2020-06-02 15:23:42",
"updated_at": "2020-06-03 09:26:33",
"logo" : "https://ysm-1251768088.cos.ap-guangzhou.myqcloud.com/images/1/2019/10/D4uZa999psputsapuDASza5WAWfs9p.jpg",
"html": "html"
}
}
错误时返回:
{
"result": 0,
"msg": "请求失败,无效的ID",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 主键ID |
uniacid | int | |
member_id | int | 用户id |
content_url | string | 用户填写的链接 |
name | string | 用户填写的明称 |
phone | string | 用户填写的电话 |
type | int | 1=商城首页 2=商品分类 3=商品 |
goods_id | int | type=3时必填,商品的id |
share_title | string | 分享标题 |
share_desc | string | 分享描述 |
share_img | string | 分享图片 |
browse_amount | int | 浏览量 |
logo | string | 商城logo |
html | string | 抓取的页面 |
备注:
- 更多返回错误代码请看首页的错误代码描述