diff --git a/docs/v3/catering/orders/sync-status.yaml b/docs/v3/catering/orders/sync-status.yaml index 0344dd76..4cfa71d1 100644 --- a/docs/v3/catering/orders/sync-status.yaml +++ b/docs/v3/catering/orders/sync-status.yaml @@ -128,8 +128,10 @@ post: example: 2 dish_list: type: array + description: 商户菜品信息列表 items: type: object + description: 商户菜品信息 required: - out_dish_no - name @@ -177,6 +179,7 @@ post: description: 当前菜品在服务商平台的顺序,值越小越靠前,取值(1~100) properties: type: object + description: 菜品属性 required: - taste - cuisine diff --git a/docs/v3/global/merchant/h5/permission/applications.yaml b/docs/v3/global/merchant/h5/permission/applications.yaml index 48ed5672..5f02620a 100644 --- a/docs/v3/global/merchant/h5/permission/applications.yaml +++ b/docs/v3/global/merchant/h5/permission/applications.yaml @@ -31,6 +31,7 @@ post: description: H5支付域名 items: type: string + description: 域名 example: ["qq.com"] company_register_cert: type: string @@ -51,6 +52,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: type: array @@ -58,6 +60,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: ["6uqyGjvHzOhsLleGFQVRF"] website_state: type: string @@ -101,6 +104,9 @@ post: example: '2491935631' domains: type: array + items: + type: string + description: 域名 description: H5支付域名 example: '["qq.com"]' business_description: @@ -126,6 +132,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: type: array @@ -133,6 +140,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: ["6uqyGjvHzOhsLleGFQVRF"] website_state: type: string diff --git a/docs/v3/global/merchant/h5/permission/applications/{applyment_id}.yaml b/docs/v3/global/merchant/h5/permission/applications/{applyment_id}.yaml index 5da65639..eecbff57 100644 --- a/docs/v3/global/merchant/h5/permission/applications/{applyment_id}.yaml +++ b/docs/v3/global/merchant/h5/permission/applications/{applyment_id}.yaml @@ -36,6 +36,7 @@ get: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] business_description: @@ -56,6 +57,7 @@ get: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -63,6 +65,7 @@ get: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_state: @@ -121,6 +124,7 @@ patch: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] business_description: @@ -137,6 +141,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -144,6 +149,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_state: @@ -193,6 +199,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: '["6uqyGjvHzOhsLleGFQVRF"]' website_homepage_pics: @@ -200,6 +207,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: '["6uqyGjvHzOhsLleGFQVRF"]' website_state: diff --git a/docs/v3/global/merchant/h5/permission/domain/applications.yaml b/docs/v3/global/merchant/h5/permission/domain/applications.yaml index 36befe4f..5b1ef45e 100644 --- a/docs/v3/global/merchant/h5/permission/domain/applications.yaml +++ b/docs/v3/global/merchant/h5/permission/domain/applications.yaml @@ -26,6 +26,7 @@ post: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] website_url: @@ -37,6 +38,7 @@ post: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -44,6 +46,7 @@ post: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_state: @@ -82,6 +85,7 @@ post: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] webiste_url: @@ -93,6 +97,7 @@ post: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -100,6 +105,7 @@ post: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] applyment_id: diff --git a/docs/v3/global/merchant/h5/permission/domain/applications/{applyment_id}.yaml b/docs/v3/global/merchant/h5/permission/domain/applications/{applyment_id}.yaml index b0c83875..db1b6f76 100644 --- a/docs/v3/global/merchant/h5/permission/domain/applications/{applyment_id}.yaml +++ b/docs/v3/global/merchant/h5/permission/domain/applications/{applyment_id}.yaml @@ -38,6 +38,7 @@ get: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] webiste_url: @@ -49,6 +50,7 @@ get: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -56,6 +58,7 @@ get: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] applyment_id: @@ -104,6 +107,9 @@ patch: properties: domains: type: array + items: + type: string + description: 域名 description: H5支付域名 example: '["qq.com"]' website_state: @@ -119,6 +125,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -126,6 +133,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] responses: @@ -152,6 +160,7 @@ patch: type: array items: type: string + description: 域名 description: H5支付域名 example: ["qq.com"] webiste_url: @@ -163,6 +172,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址商业页面截图 example: ["6uqyGjvHzOhsLleGFQVRF"] website_homepage_pics: @@ -170,6 +180,7 @@ patch: items: type: string format: MediaId + description: 图片MediaID description: 经营网址首页截图 example: ["6uqyGjvHzOhsLleGFQVRF"] applyment_id: diff --git a/docs/v3/iotmanage/devices.yaml b/docs/v3/iotmanage/devices.yaml index a41cce2f..6174cb50 100644 --- a/docs/v3/iotmanage/devices.yaml +++ b/docs/v3/iotmanage/devices.yaml @@ -34,60 +34,85 @@ get: properties: data: type: array + description: 设备列表 items: type: object + description: 设备信息 properties: device_sn: type: string + description: 设备序列号 camera_sn: type: string + description: 摄像头序列号 device_category_code: type: string + description: 设备品类代码 device_category: type: string + description: 设备品类 device_class_code: type: string + description: 设备类型代码 device_class: type: string + description: 设备类型 device_model: type: string + description: 设备型号 app_scene_code: type: string + description: 刷脸应用软件模式代码 app_scene: type: string + description: 刷脸应用软件模式 operating_system: type: string + description: 刷脸应用操作系统 activation_status: type: string + description: 激活状态 enum: - ACTIVATED - INACTIVATED activation_time: type: string format: rfc3339 + description: 激活时间 mchid: type: string + description: 商户号 merchant_shortname: type: string + description: 商户简称 sub_mchid: type: string + description: 子商户号 sub_merchant_shortname: type: string + description: 子商户简称 offset: type: integer example: 10 + description: 请求资源起始位置 limit: type: integer example: 5 + description: 最大资源条数 total_count: type: integer example: 1234 + description: 资源总条数 links: type: object + description: 相关链接 properties: next: type: string + description: 下一页链接 prev: type: string + description: 上一页链接 self: type: string + description: 当前链接 diff --git a/docs/v3/mchalterapply/mchsubjectalterapplyment.yaml b/docs/v3/mchalterapply/mchsubjectalterapplyment.yaml index 18130674..88c99b6a 100644 --- a/docs/v3/mchalterapply/mchsubjectalterapplyment.yaml +++ b/docs/v3/mchalterapply/mchsubjectalterapplyment.yaml @@ -135,6 +135,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: - 0P3ng6KTIW4-Q_l2FjmFJBZR9FwczhJehHhAZN6BKXQPcs-VvdSo legal_person_info: @@ -242,6 +243,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: - 0P3ng6KTIW4-Q_l2FjmFJBZR9FwczhJehHhAZN6BKXQPcs-VvdSo openaccount_approval: @@ -250,6 +252,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: - 0P3ng6KTIW4-Q_l2FjmFJBZR9FwczhJehHhAZN6BKXQPcs-VvdSo legal_other_prove: @@ -258,6 +261,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: - 0P3ng6KTIW4-Q_l2FjmFJBZR9FwczhJehHhAZN6BKXQPcs-VvdSo agency_prove: @@ -266,6 +270,7 @@ post: items: type: string format: MediaId + description: 图片MediaID example: - 0P3ng6KTIW4-Q_l2FjmFJBZR9FwczhJehHhAZN6BKXQPcs-VvdSo responses: diff --git a/src/V3/Global_/Merchant/H5/Permission/Domain/Applications/_applyment_id_.php b/src/V3/Global_/Merchant/H5/Permission/Domain/Applications/_applyment_id_.php index 91b5f491..81fd2ce1 100644 --- a/src/V3/Global_/Merchant/H5/Permission/Domain/Applications/_applyment_id_.php +++ b/src/V3/Global_/Merchant/H5/Permission/Domain/Applications/_applyment_id_.php @@ -38,7 +38,7 @@ public function patch(array $options = [ 'base_uri' => 'https://apihk.mch.weixin.qq.com/', // 跨境(香港接入) 'applyment_id' => '100000', 'json' => [ - 'domains' => [["qq.com"]], + 'domains' => ['string'], 'website_state' => 'HAS_LAUNCHED', 'website_url' => 'https://qq.com', 'website_business_page_pics' => ['MediaId'], @@ -55,7 +55,7 @@ public function patchAsync(array $options = [ 'base_uri' => 'https://apihk.mch.weixin.qq.com/', // 跨境(香港接入) 'applyment_id' => '100000', 'json' => [ - 'domains' => [["qq.com"]], + 'domains' => ['string'], 'website_state' => 'HAS_LAUNCHED', 'website_url' => 'https://qq.com', 'website_business_page_pics' => ['MediaId'],