简要描述:
- 好友裂变活动推广
请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/CustomerIncrease/activityCode
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 活动id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"web_url": "http://zouye.yunzmall.com/addons/yun_shop/?menu#/cpsExtension/8?i=1",
"mini_url": "/packageI/cps/cpsExtension?tab=8",
"mini_open": 1,
"web_code": "http://zouye.yunzmall.com/storage/app/public/qr/customer-increase/uniacid_1/activity/91757e13e61fcb6777a38c1ae29bbdb1.png",
"mini_code": "http://zouye.yunzmall.com/plugins/customer-increase/static/mini_code/customer_increase_activity_1_8.jpg"
}
}
错误时返回:
{
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
data.web_url | string | 网页链接 |
data.mini_url | string | 小程序路径 |
data.web_code | string | 网页二维码链接 |
data.mini_code | string | 小程序码链接 |
data.mini_open | int | 是否显示小程序码和小程序路径 1显示 0不显示 |