Skip to content

Commit

Permalink
optim sensitive parameters(apiv2) & responses
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Dec 29, 2024
1 parent 14685eb commit 5affcae
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/definitions/querymchrisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,28 @@ querymchrisk.request:
nullable: true
certificates_number:
type: string
format: base64
description: 身份证号(需加密)
example: 8609cb22e1774a50a930e414cc71eca06121bcd266335cda230d24a7886a8d9f
maxLength: 344
nullable: true
certificates_name:
type: string
format: base64
description: 身份证所有人姓名(需加密)
example: ca775af5f841bdf424b2e6eb86a6e21e
maxLength: 344
nullable: true
settlement_card_no:
type: string
format: base64
description: 结算账号(需加密)
example: 8609cb22e1774a50a930e414cc71eca06121bcd266335cda230d24a7886a8d9f
maxLength: 344
nullable: true
settlement_card_name:
type: string
format: base64
description: 结算户名(需加密)
example: ca775af5f841bdf424b2e6eb86a6e21e
maxLength: 344
Expand All @@ -52,6 +56,7 @@ querymchrisk.request:
nullable: true
business_license_number:
type: string
format: base64
description: 营业执照编号(需加密)
example: ca775af5f841bdf424b2e6eb86a6e21e
maxLength: 344
Expand Down
29 changes: 28 additions & 1 deletion docs/definitions/querysubdevconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,40 @@ querysubdevconfig.response:
xml:
x-cdata: true
type: string
format: jsonObjectLike
description: 授权目录
example: '{"jsapi_path_list":["http://www.qq.com/abcd/","http://www.qq.com/abcdedfg/"]}'
maxLength: 2048
x-json:
type: object
properties:
jsapi_path_list:
type: array
description: 支付目录URI数组
items:
type: string
description: 支付目录URI
appid_config_list:
xml:
x-cdata: true
type: string
description: 关联APPID与关注
format: jsonObjectLike
description: 关联APPID与关注特约商户公众号的APPID
example: '{"appid_config_list":[{"subscribe_appid":"wxa9d9651ae82ec4b9","sub_appid":"null"},{"subscribe_appid":"wxa9d9651ae82ec4b9","sub_appid":"wxa9d9651ae82ec4b9"}]}'
maxLength: 1024
x-json:
type: object
properties:
appid_config_list:
type: array
description: 关联与关注APPID数组
items:
type: object
description: APPID数组
properties:
subscribe_appid:
type: string
description: 关注特约商户公众号的APPID
sub_appid:
type: string
description: 绑定好的商户公众号、小程序、APP支付等APPID

0 comments on commit 5affcae

Please sign in to comment.