发放优惠券

接口调用请求说明

  1. http请求方式:POST
  2. https://api.weixin.qq.com/product/coupon/push?access_token=xxxxxxxxx

请求参数示例

  1. {
  2. "openid": "xxxx",
  3. "coupon_id": 123
  4. }

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg": "ok"
  4. }

请求参数说明

参数类型是否必填说明
openidstring用户openid
coupon_idnumber优惠券ID,可从获取优惠券中获得

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息

返回码

返回码错误类型
-1系统异常
-2token太长
9401020参数有误
109100优惠券状态不对
109101优惠券库存不足
109102优惠券还没过期
109103优惠券限领