-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed
Parameters.yaml#/HTTP_WECHATPAY_SERIAL
- Loading branch information
1 parent
ba60090
commit d646f43
Showing
58 changed files
with
156 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ post: | |
summary: 子商户进件(融合钱包) | ||
description: 机构提交子商户资料,微信支付系统会为每个子商户创建子商户号。 [官方文档](https://pay.weixin.qq.com/wiki/doc/api/wxpay/ch/Onborading_Sub_Merchant/chapter3_1.shtml) | ||
parameters: | ||
- $ref: '../../definitions/Parameters.yaml#HTTP_IDEMPOTENCY_KEY' | ||
- $ref: '../../definitions/Parameters.yaml#WECHATPAY_CERTIFICATE_SERIAL' | ||
- $ref: '../../definitions/Parameters.yaml#/HTTP_IDEMPOTENCY_KEY' | ||
- $ref: '../../definitions/Parameters.yaml#/HTTP_WECHATPAY_SERIAL' | ||
- name: _ | ||
in: body | ||
required: true | ||
|
@@ -56,14 +56,17 @@ post: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: 李先生 | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '075586010000' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
business_category: | ||
|
@@ -206,7 +209,7 @@ put: | |
summary: 修改子商户(融合钱包) | ||
description: 用于机构子商户创建成功后,接口提供子商户信息修改 [官方文档](https://pay.weixin.qq.com/wiki/doc/api/wxpay/ch/Onborading_Sub_Merchant/chapter3_3.shtml) | ||
parameters: | ||
- $ref: '../../definitions/Parameters.yaml#WECHATPAY_CERTIFICATE_SERIAL' | ||
- $ref: '../../definitions/Parameters.yaml#/HTTP_WECHATPAY_SERIAL' | ||
- name: _ | ||
in: body | ||
required: true | ||
|
@@ -258,14 +261,17 @@ put: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: 李先生 | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '075586010000' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
business_category: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,14 +67,17 @@ get: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: Bob Zhang | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '+8613633334444' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
merchant_type: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ post: | |
summary: 子商户进件(融合钱包) | ||
description: 机构提交子商户资料,微信支付系统会为每个子商户创建子商户号。 [官方文档](https://pay.weixin.qq.com/wiki/doc/api_external/ch/apis/chapter4_2_1.shtml) | ||
parameters: | ||
- $ref: '../../definitions/Parameters.yaml#HTTP_IDEMPOTENCY_KEY' | ||
- $ref: '../../definitions/Parameters.yaml#WECHATPAY_CERTIFICATE_SERIAL' | ||
- $ref: '../../definitions/Parameters.yaml#/HTTP_IDEMPOTENCY_KEY' | ||
- $ref: '../../definitions/Parameters.yaml#/HTTP_WECHATPAY_SERIAL' | ||
- name: _ | ||
in: body | ||
required: true | ||
|
@@ -56,14 +56,17 @@ post: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: 李先生 | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '075586010000' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
business_category: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,14 +67,17 @@ get: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: Bob Zhang | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '+8613633334444' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
merchant_type: | ||
|
@@ -166,6 +169,7 @@ patch: | |
summary: 修改子商户(融合钱包) | ||
description: 用于机构子商户创建成功后,接口提供子商户信息修改 [官方文档](https://pay.weixin.qq.com/wiki/doc/api_external/ch/apis/chapter4_2_3.shtml) | ||
parameters: | ||
- $ref: '../../../definitions/Parameters.yaml#/HTTP_WECHATPAY_SERIAL' | ||
- name: _ | ||
in: body | ||
required: true | ||
|
@@ -220,14 +224,17 @@ patch: | |
properties: | ||
name: | ||
type: string | ||
format: base64 | ||
description: 联系人名称 | ||
example: 李先生 | ||
phone: | ||
type: string | ||
format: base64 | ||
description: 联系人电话 | ||
example: '075586010000' | ||
email: | ||
type: string | ||
format: base64 | ||
description: 联系人邮箱 | ||
example: [email protected] | ||
business_category: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.