File tree Expand file tree Collapse file tree
v3/marketing/busifavor/users/{openid}/coupons/{coupon_code}/appids Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ CouponState:
200200 - SENDED
201201 - USED
202202 - EXPIRED
203+ - DELETED
204+ - DEACTIVATED
203205
204206MicroBizType :
205207 type : string
Original file line number Diff line number Diff line change 77 整理自官方文档中心[普通商户](https://pay.weixin.qq.com/doc/v3/merchant/4012062524) [合作伙伴](https://pay.weixin.qq.com/doc/v3/partner/4012069852) [全球](https://pay.weixin.qq.com/doc/global/v3/zh)
88 本[项目/工具地址](https://github.com/TheNorthMemory/wechatpay-openapi)
99 **访问第一次加载比较慢,请耐心等待大约1-2分钟不等(小文件下载比较多)。**
10- version : 1.1.17
10+ version : 1.1.18
1111schemes :
1212 - https
1313consumes :
Original file line number Diff line number Diff line change 3333 type : string
3434 description : 券code
3535 coupon_state :
36- $ref : ' ../../../../../../../../definitions/Enumerations.yaml#/CouponState'
36+ allOf :
37+ - $ref : ' ../../../../../../../../definitions/Enumerations.yaml#/CouponState'
38+ - enum :
39+ - PENDING_REDEEM
40+ - REDEEM_CONFIRMING
41+ - REDEEM_FAILED
42+ - REDEEM_EXPIRED
3743 stock_id :
3844 type : string
3945 description : 批次号
You can’t perform that action at this time.
0 commit comments