请求域名:

  • http://xx.com

请求URL:

xx.com/business/{公众号id}/plugin/Crowdfunding/activityChannelPromotes

请求类型

GET

参数:

参数名 是否必须 类型 说明
activity_id int 活动id

返回示例:

正确时返回:

{
  "result": 1,
  "msg": "ok",
  "data": {
    "qr_code": "https://dev3.yunzmall.com/addons/yun_shop/storage/app/public/crowdfunding/15/qr_code_h5/id_1/fed688f17099ba1366c1e14490d5ba63.png",
    "qr_code_url": "https://dev3.yunzmall.com/addons/yun_shop/api.php?i=15&route=plugin.crowdfunding.frontend.activity.index?activity=1",
    "mini_code": "",
    "mini_code_url": ""
  }
}


返回参数说明:

参数名 类型 说明
data.qr_code int h5二维码图片
data.qr_code_url int h5链接
data.mini_code int 小程序二维码图片
data.mini_code_url int 小程序链接