发放优惠券
接口调用请求说明
http请求方式:POST
https://api.weixin.qq.com/product/coupon/push?access_token=xxxxxxxxx
请求参数示例
{
"openid": "xxxx",
"coupon_id": 123
}
回包示例
{
"errcode": 0,
"errmsg": "ok"
}
请求参数说明
参数 | 类型 | 是否必填 | 说明 |
---|---|---|---|
openid | string | 是 | 用户openid |
coupon_id | number | 是 | 优惠券ID,可从获取优惠券中获得 |
回包参数说明
参数 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码 |
errmsg | string | 错误信息 |
返回码
返回码 | 错误类型 |
---|---|
-1 | 系统异常 |
-2 | token太长 |
9401020 | 参数有误 |
109100 | 优惠券状态不对 |
109101 | 优惠券库存不足 |
109102 | 优惠券还没过期 |
109103 | 优惠券限领 |