diff --git a/docs/definitions/querymchrisk.yaml b/docs/definitions/querymchrisk.yaml index ea4b2ae..4393d59 100644 --- a/docs/definitions/querymchrisk.yaml +++ b/docs/definitions/querymchrisk.yaml @@ -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 @@ -52,6 +56,7 @@ querymchrisk.request: nullable: true business_license_number: type: string + format: base64 description: 营业执照编号(需加密) example: ca775af5f841bdf424b2e6eb86a6e21e maxLength: 344 diff --git a/docs/definitions/querysubdevconfig.yaml b/docs/definitions/querysubdevconfig.yaml index c12b14c..81cf05c 100644 --- a/docs/definitions/querysubdevconfig.yaml +++ b/docs/definitions/querysubdevconfig.yaml @@ -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