Skip to content

Commit 7e9a838

Browse files
bump to v1.1.15
1 parent 55e9f14 commit 7e9a838

23 files changed

Lines changed: 1303 additions & 21 deletions

File tree

docs/swagger.yaml

Lines changed: 25 additions & 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.14
10+
version: 1.1.15
1111
schemes:
1212
- https
1313
consumes:
@@ -933,6 +933,22 @@ paths:
933933
$ref: ./v3/global/customs/redeclare.yaml
934934
/v3/global/customs/verify-certificate:
935935
$ref: ./v3/global/customs/verify-certificate.yaml
936+
/v3/global/merchant-service/complaint-notifications:
937+
$ref: ./v3/global/merchant-service/complaint-notifications.yaml
938+
/v3/global/merchant-service/complaints:
939+
$ref: ./v3/global/merchant-service/complaints.yaml
940+
/v3/global/merchant-service/complaints/{complaint_id}:
941+
$ref: ./v3/global/merchant-service/complaints/{complaint_id}.yaml
942+
/v3/global/merchant-service/complaints/{complaint_id}/complete:
943+
$ref: ./v3/global/merchant-service/complaints/{complaint_id}/complete.yaml
944+
/v3/global/merchant-service/complaints/{complaint_id}/negotiation-historys:
945+
$ref: ./v3/global/merchant-service/complaints/{complaint_id}/negotiation-historys.yaml
946+
/v3/global/merchant-service/complaints/{complaint_id}/response:
947+
$ref: ./v3/global/merchant-service/complaints/{complaint_id}/response.yaml
948+
/v3/global/merchant-service/images/upload:
949+
$ref: ./v3/global/merchant-service/images/upload.yaml
950+
/v3/global/merchant-service/images/{media_id}:
951+
$ref: ./v3/global/merchant-service/images/{media_id}.yaml
936952
/v3/global/merchant-storage/file/upload:
937953
$ref: ./v3/global/merchant-storage/file/upload.yaml
938954
/v3/global/merchant/h5/permission/applications:
@@ -1117,6 +1133,8 @@ paths:
11171133
$ref: ./v3/hire-power-bank/user-qualifications/{openid}.yaml
11181134
/v3/industry-coupon/tokens:
11191135
$ref: ./v3/industry-coupon/tokens.yaml
1136+
/v3/industry-rebate/retail-industry/transactions:
1137+
$ref: ./v3/industry-rebate/retail-industry/transactions.yaml
11201138
/v3/industry-rebate/transactions/{transaction_id}:
11211139
$ref: ./v3/industry-rebate/transactions/{transaction_id}.yaml
11221140
/v3/inspolicymgr/deduct/authorizations:
@@ -2195,6 +2213,12 @@ paths:
21952213
$ref: ./v3/vehicle/transactions/parking.yaml
21962214
/v3/webhooks:
21972215
$ref: ./v3/webhooks.yaml
2216+
/v3/webizpay/avail-mch-ranges:
2217+
$ref: ./v3/webizpay/avail-mch-ranges.yaml
2218+
/v3/webizpay/avail-mch-ranges/{range_id}/merchant-identifiers:
2219+
$ref: ./v3/webizpay/avail-mch-ranges/{range_id}/merchant-identifiers.yaml
2220+
/v3/webizpay/avail-mch-ranges/{range_id}/merchant-identifiers/{merchant_identifier}:
2221+
$ref: ./v3/webizpay/avail-mch-ranges/{range_id}/merchant-identifiers/{merchant_identifier}.yaml
21982222
/v3/webizpay/bill/proof:
21992223
$ref: ./v3/webizpay/bill/proof.yaml
22002224
/v3/webizpay/bill/trade-bill:

docs/v2/wxv/changerentmoney.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ post:
9090
description: 租金费用
9191
example: '5800'
9292
compensation_fee:
93-
type: string
93+
format: int32
94+
type: integer
9495
description: 赔偿金费用
95-
example: 赔偿金费用和租金金额二者必须填写其中一个。赔偿金费用和赔偿金费用说明必须一起填写,单位:分必须>0,传入表示需要扣赔偿金传入表示需要扣赔偿金物品已归还——用户对物品产生了破坏行为造成的损失费用。物品未归还——未还物品费用。传入为0报错.
96-
maxLength: 6000
96+
example: '6000'
9797
compensation_fee_desc:
9898
type: string
9999
description: 赔偿金费用说明
@@ -102,7 +102,6 @@ post:
102102
nullable: true
103103
responses:
104104
'200':
105-
description: ''
106105
schema:
107106
allOf:
108107
- type: object

docs/v3/brand/partner/store/brandstores.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.08.04
2+
x-last-updated-at: 2025.12.02
33
x-role:
44
- 服务商
55
tags:
@@ -12,6 +12,9 @@ post:
1212
required: true
1313
schema:
1414
type: object
15+
required:
16+
- brand_id
17+
- store_address
1518
properties:
1619
brand_id:
1720
type: string
@@ -73,7 +76,7 @@ post:
7376
schema:
7477
type: object
7578
required:
76-
- store_id
79+
- brand_id
7780
properties:
7881
brand_id:
7982
type: string
@@ -91,6 +94,14 @@ post:
9194
- OPEN
9295
- CREATING
9396
- CLOSED
97+
audit_state:
98+
type: string
99+
description: 审核状态
100+
example: SUCCESS
101+
enum:
102+
- SUCCESS
103+
- PROCESSING
104+
- REJECTED
94105
review_reject_reason:
95106
type: string
96107
description: 审核失败原因
@@ -172,7 +183,7 @@ post:
172183
- CONFIRMING #商户号管理员确认中
173184
- TIMEOUT_REJECTED #由于商户管理员确认超时,系统自动拒绝此绑定
174185
get:
175-
x-last-updated-at: 2025.12.06
186+
x-last-updated-at: 2025.12.16
176187
x-role:
177188
- 服务商
178189
tags:

docs/v3/brand/partner/store/brandstores/{store_id}.yaml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
delete:
2-
x-last-updated-at: 2025.08.04
2+
x-last-updated-at: 2025.12.02
33
x-role:
44
- 服务商
55
tags:
@@ -18,6 +18,8 @@ delete:
1818
required: true
1919
schema:
2020
type: object
21+
required:
22+
- brand_id
2123
properties:
2224
brand_id:
2325
type: string
@@ -26,7 +28,7 @@ delete:
2628
responses:
2729
'204': {}
2830
patch:
29-
x-last-updated-at: 2025.08.04
31+
x-last-updated-at: 2025.12.02
3032
x-role:
3133
- 服务商
3234
tags:
@@ -45,7 +47,13 @@ patch:
4547
required: true
4648
schema:
4749
type: object
50+
required:
51+
- brand_id
4852
properties:
53+
brand_id:
54+
type: string
55+
description: 品牌ID
56+
example: '123456789'
4957
store_basics:
5058
type: object
5159
description: 门店基础信息
@@ -102,6 +110,7 @@ patch:
102110
schema:
103111
type: object
104112
required:
113+
- brand_id
105114
- store_id
106115
properties:
107116
brand_id:
@@ -120,6 +129,14 @@ patch:
120129
- OPEN
121130
- CREATING
122131
- CLOSED
132+
audit_state:
133+
type: string
134+
description: 审核状态
135+
example: SUCCESS
136+
enum:
137+
- SUCCESS
138+
- PROCESSING
139+
- REJECTED
123140
review_reject_reason:
124141
type: string
125142
description: 审核失败原因
@@ -201,7 +218,7 @@ patch:
201218
- CONFIRMING #商户号管理员确认中
202219
- TIMEOUT_REJECTED #由于商户管理员确认超时,系统自动拒绝此绑定
203220
get:
204-
x-last-updated-at: 2025.08.04
221+
x-last-updated-at: 2025.12.02
205222
x-role:
206223
- 服务商
207224
tags:
@@ -226,6 +243,7 @@ get:
226243
schema:
227244
type: object
228245
required:
246+
- brand_id
229247
- store_id
230248
properties:
231249
brand_id:
@@ -244,6 +262,14 @@ get:
244262
- OPEN
245263
- CREATING
246264
- CLOSED
265+
audit_state:
266+
type: string
267+
description: 审核状态
268+
example: SUCCESS
269+
enum:
270+
- SUCCESS
271+
- PROCESSING
272+
- REJECTED
247273
review_reject_reason:
248274
type: string
249275
description: 审核失败原因

docs/v3/brand/partner/store/brandstores/{store_id}/bindrecipient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.08.04
2+
x-last-updated-at: 2025.12.02
33
x-role:
44
- 服务商
55
tags:

docs/v3/brand/partner/store/brandstores/{store_id}/close.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.12.06
2+
x-last-updated-at: 2025.12.16
33
x-role:
44
- 服务商
55
tags:
@@ -29,6 +29,8 @@ post:
2929
'200':
3030
schema:
3131
type: object
32+
required:
33+
- brand_id
3234
properties:
3335
brand_id:
3436
type: string

docs/v3/brand/partner/store/brandstores/{store_id}/resume.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.12.06
2+
x-last-updated-at: 2025.12.16
33
x-role:
44
- 服务商
55
tags:
@@ -29,6 +29,8 @@ post:
2929
'200':
3030
schema:
3131
type: object
32+
required:
33+
- brand_id
3234
properties:
3335
brand_id:
3436
type: string

docs/v3/brand/partner/store/brandstores/{store_id}/unbindrecipient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.08.04
2+
x-last-updated-at: 2025.12.02
33
x-role:
44
- 服务商
55
tags:

docs/v3/combine-transactions/app.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ post:
131131
type: object
132132
description: 支付者
133133
properties:
134-
openid:
135-
type: string
136-
description: 用户标识
137-
example: oUpF8uMuAJO_M2pxb1Q9zNjWeS6o
138134
identity:
139135
type: object
140136
description: 实名支付(需单独申请权限)

docs/v3/ecommerce/account/apply-cancel-withdraw/applyment-id/{applyment_id}.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
get:
2-
x-last-updated-at: 2025.03.13
2+
x-last-updated-at: 2025.09.26
33
x-role:
44
- 服务商
55
tags:
@@ -17,6 +17,12 @@ get:
1717
'200':
1818
schema:
1919
type: object
20+
required:
21+
- applyment_id
22+
- out_request_no
23+
- cancel_state
24+
- cancel_state_description
25+
- sub_mchid
2026
properties:
2127
applyment_id:
2228
type: string
@@ -110,6 +116,7 @@ get:
110116
type: object
111117
required:
112118
- out_account_type
119+
- amount
113120
properties:
114121
out_account_type:
115122
type: string
@@ -123,3 +130,11 @@ get:
123130
type: integer
124131
description: 账户金额
125132
example: 101
133+
confirm_cancel:
134+
type: object
135+
description: 用于引导商户超级管理员确认注销的信息
136+
properties:
137+
confirm_cancel_url:
138+
type: string
139+
description: 确认商户注销的页面url
140+
example: https://pay.weixin.qq.com/some_page?param_name=param_value

0 commit comments

Comments
 (0)