简要描述:
- 优惠券发放接口
请求域名:
请求URL:
POST:route=plugin.store-cashier.frontend.store.center.coupon.send
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 优惠券id |
send_total | 是 | int | 发放张数 |
sendtype | 是 | int | 发送对象,等于1时为按会员id发送 |
send_memberids | 是 | string | 会员id,通过英文逗号隔开 |
###请求示例 "id":5, "sendend_total":2, "sendtype":1,:1, "send_memberids":"3,9,12,6"
返回示例:
正确时返回:
{
"result":1,
"msg":"优惠券发放成功",
"data":{}
}
失败时返回:
{
"result":0,
"msg":"您不是门店,跳转至门店申请!",
"data":{
"url":"https://dev5.yunzshop.com/addons/yun_shop/?menu#/o2o/storeApply?i=2"
}
}
或
{
"result":0,
"msg":"发放优惠券失败,请确认该1,6,18会员是否是该公众号会员",
"data":{}
}
更多错误信息请看接口返回
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
result | int | 返回状态,0为失败,1为成功 |
msg | string | 提示信息 |
data | array |
备注:
注意:当result=0并且data中url字段存在的时候,页面直接跳转至url中的地址