summaryrefslogtreecommitdiff
path: root/data/retailadvqa/2019-10-27
diff options
context:
space:
mode:
Diffstat (limited to 'data/retailadvqa/2019-10-27')
-rw-r--r--data/retailadvqa/2019-10-27/api-docs.php207
1 files changed, 42 insertions, 165 deletions
diff --git a/data/retailadvqa/2019-10-27/api-docs.php b/data/retailadvqa/2019-10-27/api-docs.php
index e77dc03..061b7ad 100644
--- a/data/retailadvqa/2019-10-27/api-docs.php
+++ b/data/retailadvqa/2019-10-27/api-docs.php
@@ -1,22 +1,13 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'retailadvqa',
- 'version' => '2019-10-27',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'retailadvqa', 'version' => '2019-10-27'],
'components' => [
'schemas' => [],
],
'apis' => [
'PushAudience' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -27,72 +18,43 @@
[
'name' => 'CrowdId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'CrowdName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'CrowdCount',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- 'minimum' => '0',
- 'maximum' => '50000000000',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '0', 'maximum' => '50000000000'],
],
[
'name' => 'BrandId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'BrandName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'SmartName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'Uid',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
'QueryAudienceStatus' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -103,40 +65,23 @@
[
'name' => 'UploadId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- 'minimum' => '0',
- 'maximum' => '2147483647',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '0', 'maximum' => '2147483647'],
],
[
'name' => 'CrowdId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
'name' => 'Uid',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
'QueryBrandList' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -147,20 +92,13 @@
[
'name' => 'uid',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
],
],
'PushAcknowledgeCrowd' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -171,56 +109,38 @@
[
'name' => 'CrowdId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
[
'name' => 'CrowdCount',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64'],
],
[
'name' => 'BrandId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
[
'name' => 'BrandName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
[
'name' => 'SmartName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
[
'name' => 'Uid',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- ],
+ 'schema' => ['type' => 'string'],
],
],
],
'PageIncrementMembers' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -236,39 +156,19 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'OpenMerchantId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'StartModifiedTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'EndModifiedTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'PageNo' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'PageSize' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'OpenMerchantId' => ['type' => 'string', 'required' => false],
+ 'StartModifiedTime' => ['type' => 'string', 'required' => false],
+ 'EndModifiedTime' => ['type' => 'string', 'required' => false],
+ 'PageNo' => ['type' => 'string', 'required' => false],
+ 'PageSize' => ['type' => 'string', 'required' => false],
],
],
],
],
],
'PageMembers' => [
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -284,24 +184,10 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'OpenMerchantId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'EndCreatedTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'PageNo' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'PageSize' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'OpenMerchantId' => ['type' => 'string', 'required' => false],
+ 'EndCreatedTime' => ['type' => 'string', 'required' => false],
+ 'PageNo' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'PageSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
@@ -309,17 +195,8 @@
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-shenzhen',
- 'endpoint' => 'quicka.cn-shenzhen.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-zhangjiakou',
- 'endpoint' => 'quicka.cn-zhangjiakou.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'quicka.cn-shanghai.aliyuncs.com',
- ],
+ ['regionId' => 'cn-shenzhen', 'endpoint' => 'quicka.cn-shenzhen.aliyuncs.com'],
+ ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'quicka.cn-zhangjiakou.aliyuncs.com'],
+ ['regionId' => 'cn-shanghai', 'endpoint' => 'quicka.cn-shanghai.aliyuncs.com'],
],
];