# 更新用户优惠券状态
# 接口调用说明
http请求方式:POST
https://api.weixin.qq.com/shop/coupon/update_usercoupon_status?access_token=xxxxxxxxx
# 请求参数示例
{
"openid": "oIJ9d5Ad4JMhbybqJ3_J73LkR_Io",
"out_coupon_id": "coupon_id_1",
"out_user_coupon_id": "user_coupon_id_1",
"status": 102
}
# 回包示例
{
"errcode": 0
}
# 枚举-status
枚举值 | 说明 |
---|---|
100 | 生效中 |
101 | 已过期 |
102 | 已经使用 |
103 | 已主动废弃 |