summaryrefslogtreecommitdiff
path: root/data/zh_cn/xtee/2022-05-13/api-docs.php
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/zh_cn/xtee/2022-05-13/api-docs.php
downloadacs-metadata-full-main.tar.gz
acs-metadata-full-main.zip
Diffstat (limited to 'data/zh_cn/xtee/2022-05-13/api-docs.php')
-rw-r--r--data/zh_cn/xtee/2022-05-13/api-docs.php872
1 files changed, 872 insertions, 0 deletions
diff --git a/data/zh_cn/xtee/2022-05-13/api-docs.php b/data/zh_cn/xtee/2022-05-13/api-docs.php
new file mode 100644
index 0000000..acffc98
--- /dev/null
+++ b/data/zh_cn/xtee/2022-05-13/api-docs.php
@@ -0,0 +1,872 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'xtee',
+ 'version' => '2022-05-13',
+ ],
+ 'directories' => [
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'MeterageTallyServiceCallStatistics',
+ 'MeterageTallyGlobalStatistics',
+ 'MeterageTallyServiceAndSceneList',
+ 'MeterageOpenServiceQuery',
+ 'MeterageTallyServiceAndSceneStatistics',
+ 'MeterageStatisticsDownLoad',
+ 'MeterageSubTallyServiceAndSceneStatistics',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'MeterageTallyServiceCallStatistics' => [
+ 'summary' => '查询计量包抵扣按天统计。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'MS',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '返回结果。',
+ 'type' => 'string',
+ 'example' => '{'."\n"
+ .' "code": 200,'."\n"
+ .' "data": {'."\n"
+ .' "ResultObject": {'."\n"
+ .' "dataList": ['."\n"
+ .' 10,'."\n"
+ .' 20,'."\n"
+ .' 70,'."\n"
+ .' 100,'."\n"
+ .' 0,'."\n"
+ .' 0,'."\n"
+ .' 90'."\n"
+ .' ],'."\n"
+ .' "categoryList": ['."\n"
+ .' "2025-07-26",'."\n"
+ .' "2025-07-27",'."\n"
+ .' "2025-07-28",'."\n"
+ .' "2025-07-29",'."\n"
+ .' "2025-07-30",'."\n"
+ .' "2025-07-31",'."\n"
+ .' "2025-08-01"'."\n"
+ .' ]'."\n"
+ .' },'."\n"
+ .' "HttpStatusCode": "200",'."\n"
+ .' "Code": "200"'."\n"
+ .' },'."\n"
+ .' "requestId": "9FC7E340-D441-5D3B-A7F6-42DF4D40B54C",'."\n"
+ .' "success": true'."\n"
+ .'}',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"code\\\\\\": 200,\\\\n \\\\\\"data\\\\\\": {\\\\n \\\\\\"ResultObject\\\\\\": {\\\\n \\\\\\"dataList\\\\\\": [\\\\n 10,\\\\n 20,\\\\n 70,\\\\n 100,\\\\n 0,\\\\n 0,\\\\n 90\\\\n ],\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\",\\\\n \\\\\\"2025-08-01\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"HttpStatusCode\\\\\\": \\\\\\"200\\\\\\",\\\\n \\\\\\"Code\\\\\\": \\\\\\"200\\\\\\"\\\\n },\\\\n \\\\\\"requestId\\\\\\": \\\\\\"9FC7E340-D441-5D3B-A7F6-42DF4D40B54C\\\\\\",\\\\n \\\\\\"success\\\\\\": true\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '查询计量包抵扣按天统计',
+ ],
+ 'MeterageTallyGlobalStatistics' => [
+ 'summary' => '计量查询全局统计数据。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'MS',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '结果对象。',
+ 'type' => 'string',
+ 'example' => '{'."\n"
+ .' "globalData": {'."\n"
+ .' "marketing_shield": {'."\n"
+ .' "remainingAmount": 0,'."\n"
+ .' "amount": 2001000,'."\n"
+ .' "usedAmount": 2001000'."\n"
+ .' }'."\n"
+ .' }'."\n"
+ .' }',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"globalData\\\\\\": {\\\\n \\\\\\"marketing_shield\\\\\\": {\\\\n \\\\\\"remainingAmount\\\\\\": 0,\\\\n \\\\\\"amount\\\\\\": 2001000,\\\\n \\\\\\"usedAmount\\\\\\": 2001000\\\\n }\\\\n }\\\\n }\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '计量查询全局统计数据',
+ ],
+ 'MeterageTallyServiceAndSceneList' => [
+ 'summary' => '获取用户特定包下对应的服务和场景列表。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'MS',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1753631000000',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束日期时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1742227199999',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '结果对象。',
+ 'type' => 'string',
+ 'example' => '{'."\n"
+ .' "scenesMap": {'."\n"
+ .' "anti_fraud_customed": ['."\n"
+ .' "saf_feat_bin_quota"'."\n"
+ .' ]'."\n"
+ .' },'."\n"
+ .' "services": ['."\n"
+ .' "anti_fraud_customed"'."\n"
+ .' ]'."\n"
+ .'}',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"scenesMap\\\\\\": {\\\\n \\\\\\"anti_fraud_customed\\\\\\": [\\\\n \\\\\\"saf_feat_bin_quota\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"services\\\\\\": [\\\\n \\\\\\"anti_fraud_customed\\\\\\"\\\\n ]\\\\n}\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Code\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '获取用户特定包下对应的服务和场景列表',
+ ],
+ 'MeterageOpenServiceQuery' => [
+ 'summary' => '查询是否开通服务。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'MS',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'FB6524B9-9199-51DF-9D17-CA615CBBE180',
+ ],
+ 'ResultObject' => [
+ 'description' => '结果对象。',
+ 'type' => 'string',
+ 'example' => '{"hasOpen": true}',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP返回码。'."\n",
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"FB6524B9-9199-51DF-9D17-CA615CBBE180\\",\\n \\"ResultObject\\": \\"{\\\\\\"hasOpen\\\\\\": true}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '查询是否开通服务',
+ ],
+ 'MeterageTallyServiceAndSceneStatistics' => [
+ 'summary' => '获取用户特定包下对应的服务和场景调用分析。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'MS',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '场景',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'saf_feat_bin_quota',
+ ],
+ ],
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'anti_fraud_customed',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始日期时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1753631000000',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1732982399999',
+ ],
+ ],
+ [
+ 'name' => 'Page',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小,默认:10。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '返回结果。',
+ 'type' => 'string',
+ 'example' => '{'."\n"
+ .' "serviceAndSceneStatisticsData": {'."\n"
+ .' "total": 7,'."\n"
+ .' "serviceDataList": {'."\n"
+ .' "ei_riskLpInfo_lite": ['."\n"
+ .' 0,'."\n"
+ .' 0,'."\n"
+ .' 0,'."\n"
+ .' 1,'."\n"
+ .' 0,'."\n"
+ .' 0,'."\n"
+ .' 0'."\n"
+ .' ],'."\n"
+ .' "ei_riskLpInfo_cstm": ['."\n"
+ .' 2,'."\n"
+ .' 0,'."\n"
+ .' 0,'."\n"
+ .' 1,'."\n"
+ .' 6,'."\n"
+ .' 0,'."\n"
+ .' 0'."\n"
+ .' ]'."\n"
+ .' },'."\n"
+ .' "totalPage": 1,'."\n"
+ .' "categoryList": ['."\n"
+ .' "2025-07-25",'."\n"
+ .' "2025-07-26",'."\n"
+ .' "2025-07-27",'."\n"
+ .' "2025-07-28",'."\n"
+ .' "2025-07-29",'."\n"
+ .' "2025-07-30",'."\n"
+ .' "2025-07-31"'."\n"
+ .' ],'."\n"
+ .' "pageSize": 10,'."\n"
+ .' "currentPage": 1'."\n"
+ .' }'."\n"
+ .'}',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"serviceAndSceneStatisticsData\\\\\\": {\\\\n \\\\\\"total\\\\\\": 7,\\\\n \\\\\\"serviceDataList\\\\\\": {\\\\n \\\\\\"ei_riskLpInfo_lite\\\\\\": [\\\\n 0,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 0,\\\\n 0,\\\\n 0\\\\n ],\\\\n \\\\\\"ei_riskLpInfo_cstm\\\\\\": [\\\\n 2,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 6,\\\\n 0,\\\\n 0\\\\n ]\\\\n },\\\\n \\\\\\"totalPage\\\\\\": 1,\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\"\\\\n ],\\\\n \\\\\\"pageSize\\\\\\": 10,\\\\n \\\\\\"currentPage\\\\\\": 1\\\\n }\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '获取用户特定包下对应的服务和场景调用分析',
+ ],
+ 'MeterageStatisticsDownLoad' => [
+ 'summary' => '统计下载。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREsafY3PCXI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'MS',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'saf_feat_bin_quota',
+ ],
+ ],
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'anti_fraud_customed',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始日期时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1753631000000',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束日期时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1753631999999',
+ ],
+ ],
+ [
+ 'name' => 'Page',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小,默认:10。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '返回结果。',
+ 'type' => 'string',
+ 'example' => '{"downLoadUrl": "https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D"}',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\\\"downLoadUrl\\\\\\": \\\\\\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\\\\\"}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '统计下载',
+ ],
+ 'MeterageSubTallyServiceAndSceneStatistics' => [
+ 'summary' => '子账号维度调用量统计。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TabCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签项code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'MS',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'saf_feat_bin_quota',
+ ],
+ ],
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'anti_fraud_customed',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始日期时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1753631000000',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间戳。单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1748966399999',
+ ],
+ ],
+ [
+ 'name' => 'Page',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小,默认:10。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'SubUserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '子账号uid。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '25353XX',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094',
+ ],
+ 'ResultObject' => [
+ 'description' => '结果对象。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'HTTP状态码。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IdempotentParameterMismatch',
+ 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
+ 'title' => '子账号维度调用量统计',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'riskcontrol-share.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'riskcontrol-share.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-3',
+ 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-5',
+ 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];