Skip to content

Commit af9dee2

Browse files
bump to v1.1.18
1 parent e37d9ef commit af9dee2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/definitions/Enumerations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ CouponState:
200200
- SENDED
201201
- USED
202202
- EXPIRED
203+
- DELETED
204+
- DEACTIVATED
203205

204206
MicroBizType:
205207
type: string

docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
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
1111
schemes:
1212
- https
1313
consumes:

docs/v3/marketing/busifavor/users/{openid}/coupons/{coupon_code}/appids/{appid}.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ get:
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: 批次号

0 commit comments

Comments
 (0)