简要描述:
- 让利涨粉-获取员工联系方式二维码
请求域名:
- http://xx.com
请求URL:
route=plugin.discount-harvest-fans.frontend.controller.AddFriends.getFriendQrCode
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"qr_code" : "https://wiki.yunzmall.com/docs/edit/1"
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
qr_code | string | 二维码链接 |