summaryrefslogtreecommitdiff
path: root/data/zh_cn/green
diff options
context:
space:
mode:
Diffstat (limited to 'data/zh_cn/green')
-rw-r--r--data/zh_cn/green/2017-08-23/api-docs.php15477
-rw-r--r--data/zh_cn/green/2018-05-09/api-docs.php4064
-rw-r--r--data/zh_cn/green/2022-03-02/api-docs.php4955
-rw-r--r--data/zh_cn/green/2022-09-26/api-docs.php13232
4 files changed, 37728 insertions, 0 deletions
diff --git a/data/zh_cn/green/2017-08-23/api-docs.php b/data/zh_cn/green/2017-08-23/api-docs.php
new file mode 100644
index 0000000..de5eecd
--- /dev/null
+++ b/data/zh_cn/green/2017-08-23/api-docs.php
@@ -0,0 +1,15477 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'Green',
+ 'version' => '2017-08-23',
+ ],
+ 'directories' => [
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'CreatCustomOcrTemplate',
+ 'CreateBizType',
+ 'CreateImageLib',
+ 'CreateKeyword',
+ 'CreateKeywordLib',
+ 'CreateWebsiteIndexPageBaseline',
+ 'DeleteBizType',
+ 'DeleteCustomOcrTemplate',
+ 'DeleteImageFromLib',
+ 'DeleteImageLib',
+ 'DeleteKeyword',
+ 'DeleteKeywordLib',
+ 'DescribeAppInfo',
+ 'DescribeAuditCallback',
+ 'DescribeAuditContent',
+ 'DescribeAuditContentItem',
+ 'DescribeAuditRange',
+ 'DescribeAuditSetting',
+ 'DescribeBizTypeSetting',
+ 'DescribeBizTypes',
+ 'DescribeCloudMonitorServices',
+ 'DescribeCustomOcrTemplate',
+ 'DescribeImageFromLib',
+ 'DescribeImageLib',
+ 'DescribeImageUploadInfo',
+ 'DescribeKeyword',
+ 'DescribeKeywordLib',
+ 'DescribeNotificationSetting',
+ 'DescribeOpenApiRcpStats',
+ 'DescribeOpenApiUsage',
+ 'DescribeOssCallbackSetting',
+ 'DescribeOssIncrementOverview',
+ 'DescribeOssIncrementCheckSetting',
+ 'DescribeOssIncrementStats',
+ 'DescribeOssResultItems',
+ 'DescribeOssStockStatus',
+ 'DescribeUploadInfo',
+ 'DescribeUsageBill',
+ 'DescribeUserBizTypes',
+ 'DescribeUserStatus',
+ 'DescribeViewContent',
+ 'DescribeWebsiteIndexPageBaseline',
+ 'DescribeWebsiteInstance',
+ 'DescribeWebsiteInstanceId',
+ 'DescribeWebsiteInstanceKeyUrl',
+ 'DescribeWebsiteScanResult',
+ 'DescribeWebsiteStat',
+ 'DescribeWebsiteVerifyInfo',
+ 'ExportKeywords',
+ 'ExportOpenApiRcpStats',
+ 'ExportOssResult',
+ 'ImportKeywords',
+ 'MarkAuditContent',
+ 'MarkOssResult',
+ 'UpdateAuditCallback',
+ 'UpdateAuditRange',
+ 'UpdateBizTypeImageLib',
+ 'UpdateBizTypeSetting',
+ 'UpdateBizTypeTextLib',
+ 'UpdateCustomOcrTemplate',
+ 'UpdateImageLib',
+ 'UpdateKeywordLib',
+ 'UpdateNotificationSetting',
+ 'UpdateOssIncrementCheckSetting',
+ 'UpdateWebsiteInstance',
+ 'UpdateWebsiteInstanceKeyUrl',
+ 'UpdateWebsiteInstanceStatus',
+ 'UploadImageToLib',
+ 'VerifyCustomOcrTemplate',
+ 'VerifyWebsiteInstance',
+ 'DescribeBizTypeImageLib',
+ 'DescribeBizTypeTextLib',
+ 'UpdateBizType',
+ 'CreateAuditCallback',
+ 'DescribeAuditCallbackList',
+ 'CreateCallback',
+ 'CreateOssStockTask',
+ 'DeleteAuditCallback',
+ 'DeleteCallback',
+ 'DescribeBizTypeAuditRange',
+ 'DescribeBizTypeResultBackupSetting',
+ 'DescribeCallbackBind',
+ 'DescribeCallbackList',
+ 'DescribeOpenApiMonitorAlarmSetting',
+ 'DescribeOpenApiMonitorData',
+ 'DescribeOssStockScanTaskStatData',
+ 'DescribeOssStockScanTasks',
+ 'DescribeOssStockTaskSetting',
+ 'DescribeUserOssBuckets',
+ 'ExportOpenApiUsage',
+ 'ModifyAuditCallback',
+ 'UpdateBizTypeAuditRange',
+ 'UpdateBizTypeResultBackupSetting',
+ 'UpdateCallback',
+ 'UpdateCallbackBind',
+ 'UpdateOssStockTask',
+ 'DescribeOssStockScanUserStatus',
+ 'DescribeBizTypeTemplates',
+ 'StopOssIncrementCheck',
+ 'GetAuditItemDetail',
+ 'AuditItemSubmit',
+ 'GetAuditUserConf',
+ 'GetAuditItemList',
+ 'DescribeOssConfiguration',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'CreatCustomOcrTemplate' => [
+ 'summary' => '创建ocr模板。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102639',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangG3RW9T',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '自定义模板名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '行驶证',
+ ],
+ ],
+ [
+ 'name' => 'ImgUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片地址',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'image/upload/12345678/001.jpg',
+ ],
+ ],
+ [
+ 'name' => 'ReferArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '区域封面。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{"height":83,"name":"name","width":473,"x":525,"y":185}]',
+ ],
+ ],
+ [
+ 'name' => 'RecognizeArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '识别区域。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{"height":83,"name":"name","width":473,"x":525,"y":185}]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '创建自定义ocr模板',
+ ],
+ 'CreateBizType' => [
+ 'summary' => '创建业务场景。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102641',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'recommend_test',
+ ],
+ ],
+ [
+ 'name' => 'BizTypeImport',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '从现有导入。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'recommend_standard',
+ ],
+ ],
+ [
+ 'name' => 'IndustryInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '行业分类。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '社交-注册信息-昵称'."\n",
+ ],
+ ],
+ [
+ 'name' => 'CiteTemplate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '使用行业模板。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '描述。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '依据法律法规和相关政策,由内容安全专家推荐的标准检测配置',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '创建业务类型',
+ ],
+ 'CreateImageLib' => [
+ 'summary' => '创建图库。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102645',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***.11.26',
+ ],
+ ],
+ [
+ 'name' => 'ServiceModule',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库适用的服务模块。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'open_api',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '图库1',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '使用场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'PORN',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '识别结果。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'BLACK',
+ ],
+ ],
+ [
+ 'name' => 'BizTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["recommend_test"]',
+ ],
+ ],
+ [
+ 'name' => 'Enable',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否启用图库。取值:'."\n"
+ .'- **true**:启用'."\n"
+ .'- **false**:禁用',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '15212',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 15212\\n}","type":"json"}]',
+ 'title' => '创建自定义图库',
+ ],
+ 'CreateKeyword' => [
+ 'summary' => '新增关键词。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102646',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '171.***.241.61',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'KeywordLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '22290',
+ ],
+ ],
+ [
+ 'name' => 'Keywords',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["测试"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'SuccessCount' => [
+ 'description' => '成功个数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '17',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'InvalidKeywordList' => [
+ 'description' => '关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '关键字列表。',
+ 'type' => 'string',
+ 'example' => '非法词',
+ ],
+ ],
+ 'validKeywordList' => [
+ 'description' => '关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '关键字列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'keyword' => [
+ 'description' => '关键词。',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '60850',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SuccessCount\\": 17,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"InvalidKeywordList\\": [\\n \\"非法词\\"\\n ],\\n \\"validKeywordList\\": [\\n {\\n \\"keyword\\": \\"测试\\",\\n \\"id\\": 60850\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '向指定文本库中添加文本',
+ ],
+ 'CreateKeywordLib' => [
+ 'summary' => '创建文本库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102647',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '42.***.73.61',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'ServiceModule',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关联的服务模块。取值:-**open_api**:内容检测api-**website**:站点检测',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'open_api',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词库名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '风险库',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'LibType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'textKeyword',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '识别结果。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'BLACK',
+ ],
+ ],
+ [
+ 'name' => 'BizTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["recommend_test"]',
+ ],
+ ],
+ [
+ 'name' => 'Language',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'MatchMode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词的搜索模式。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'precise',
+ ],
+ ],
+ [
+ 'name' => 'Enable',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否开启关闭,取值:-true:开启-false:关闭',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'string',
+ 'example' => '22014',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Id\\": \\"22014\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '创建自定义文本库',
+ ],
+ 'CreateWebsiteIndexPageBaseline' => [
+ 'summary' => '创建站点首页基线',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102649',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '171.***.241.61',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisite*******z001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '创建网站索引页基线',
+ ],
+ 'DeleteBizType' => [
+ 'summary' => '删除业务场景',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102652',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'recommend_oxm_stock',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除业务类型',
+ ],
+ 'DeleteCustomOcrTemplate' => [
+ 'summary' => '删除ocr模板',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102655',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangG3RW9T',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID列表。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[1739]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除自定义ocr模板',
+ ],
+ 'DeleteImageFromLib' => [
+ 'summary' => '从图库删除图片',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102656',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***.11.250',
+ ],
+ ],
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID列表。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[\\"36\\"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除图库中的指定图片',
+ ],
+ 'DeleteImageLib' => [
+ 'summary' => '删除图库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102657',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***.11.26',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '15114',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除自定义图片库',
+ ],
+ 'DeleteKeyword' => [
+ 'summary' => '删除关键词',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102658',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '112.22.***.147',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[14888736,14888735]',
+ ],
+ ],
+ [
+ 'name' => 'Keywords',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["xdf"]',
+ ],
+ ],
+ [
+ 'name' => 'KeywordLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '17820',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除文本库中的文本',
+ ],
+ 'DeleteKeywordLib' => [
+ 'summary' => '删除文本库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102659',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***.11.250',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '21989',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求 ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除自定义文本库',
+ ],
+ 'DescribeAppInfo' => [
+ 'summary' => '查询一个应用的信息。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102661',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用的语言类型。取值:-zh:中文-en:英文',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '511',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每页显示条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Platform',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'package类型。取值:ANDROID、IOS',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ANDROID',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '每页显示条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '513',
+ ],
+ 'AppInfoList' => [
+ 'description' => '应用信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '应用信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '应用类型。取值:-**0**:表示android应用。-**1**:表示ios应用。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'custom_llm_template',
+ ],
+ 'EndDate' => [
+ 'description' => '应用到期日期。',
+ 'type' => 'string',
+ 'example' => '2025-09-05 10:13:44',
+ ],
+ 'PackageName' => [
+ 'description' => '应用包名。',
+ 'type' => 'string',
+ 'example' => 'com.haibukeji.app',
+ ],
+ 'Icon' => [
+ 'description' => '应用图标。',
+ 'type' => 'string',
+ 'example' => '@lADPDetfgMsFFUvNAkjNAkg',
+ ],
+ 'StartDate' => [
+ 'description' => '应用上线开始时间。',
+ 'type' => 'string',
+ 'example' => '2024-08-01 00:00:00 +0800',
+ ],
+ 'Name' => [
+ 'description' => '应用名称。',
+ 'type' => 'string',
+ 'example' => 'test007_',
+ ],
+ 'Id' => [
+ 'description' => '应用id。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '16478',
+ ],
+ 'PackageInfo' => [
+ 'description' => '应用包信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Version' => [
+ 'description' => '应用包版本。',
+ 'type' => 'string',
+ 'example' => '4',
+ ],
+ ],
+ ],
+ 'DebugPackageInfo' => [
+ 'description' => '调试版本信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Version' => [
+ 'description' => '调试版本。',
+ 'type' => 'string',
+ 'example' => '4',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 513,\\n \\"AppInfoList\\": [\\n {\\n \\"Type\\": 0,\\n \\"EndDate\\": \\"2025-09-05 10:13:44\\",\\n \\"PackageName\\": \\"com.haibukeji.app\\",\\n \\"Icon\\": \\"@lADPDetfgMsFFUvNAkjNAkg\\",\\n \\"StartDate\\": \\"2024-08-01 00:00:00 +0800\\",\\n \\"Name\\": \\"test007_\\",\\n \\"Id\\": 16478,\\n \\"PackageInfo\\": {\\n \\"Version\\": \\"4\\"\\n },\\n \\"DebugPackageInfo\\": {\\n \\"Version\\": \\"4\\"\\n }\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询 APP 信息',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n"
+ .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ ],
+ 'DescribeAuditCallback' => [
+ 'summary' => '查询回调配置。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102662',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'SHA256',
+ ],
+ 'Seed' => [
+ 'description' => 'seed值,随机生成。',
+ 'type' => 'string',
+ 'example' => 'cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf',
+ ],
+ 'Callback' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'example' => 'https://gatewaysit.jrdaimao.com/dw-hercules-center/smartApi/callBack/voiceReview',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CryptType\\": 0,\\n \\"Seed\\": \\"cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf\\",\\n \\"Callback\\": \\"https://gatewaysit.jrdaimao.com/dw-hercules-center/smartApi/callBack/voiceReview\\"\\n}","type":"json"}]',
+ 'title' => '获取审核回调',
+ ],
+ 'DescribeAuditContent' => [
+ 'summary' => '自助审核列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102664',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '14.145.***.79',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每页显示的条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-04-13 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-05-05 23:59:59 +0800',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '使用场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'Suggestion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '处理建议。可取值:pass:通过 review:人工重审 block:拦截',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'pass',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'terrorism',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'img5owu4zBQk*****6UZHP5t5-1yR@3j',
+ ],
+ ],
+ [
+ 'name' => 'DataId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '5cb170f7689247e6a58b156b4fbc8476',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'recommend_social_template_01',
+ ],
+ ],
+ [
+ 'name' => 'AuditResult',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'noAudit',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'ImageId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ ],
+ [
+ 'name' => 'KeywordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键字。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ ],
+ [
+ 'name' => 'LibType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'textKeyword',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求的ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'PageSize' => [
+ 'description' => '每页显示的条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '24',
+ ],
+ 'AuditContentList' => [
+ 'description' => '审核信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ 'Url' => [
+ 'description' => '任务URL',
+ 'type' => 'string',
+ 'example' => 'https://www.xxx.com/xxx.jpg',
+ ],
+ 'DataId' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'example' => '5cb170f7689247e6a58b156b4fbc8476',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'recommend_social_template_01',
+ ],
+ 'NewUrl' => [
+ 'description' => '转存后的URL。',
+ 'type' => 'string',
+ 'example' => 'https://www.xxx.com/xxx.jpg'."\n",
+ ],
+ 'ScanFinishedTime' => [
+ 'description' => '扫描结束时间。',
+ 'type' => 'string',
+ 'example' => '2023-05-05 23:59:59 +0800'."\n",
+ ],
+ 'AuditResult' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => 'noAudit',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'img5VB@6A****5HNUkpBXyoy-1zvats',
+ ],
+ 'Content' => [
+ 'description' => '审核内容。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图 URL',
+ 'type' => 'string',
+ 'example' => 'https://www.xxx.com/xxx.jpg'."\n",
+ ],
+ 'Audit' => [
+ 'description' => '审核状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22136',
+ ],
+ 'RequestTime' => [
+ 'description' => '请求时间。',
+ 'type' => 'string',
+ 'example' => '1710293064524',
+ ],
+ 'Results' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ 'Label' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'bloody',
+ ],
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'political',
+ ],
+ ],
+ ],
+ ],
+ 'FrameResults' => [
+ 'description' => '结果集。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '结果集。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Offset' => [
+ 'description' => '截帧偏移值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Url' => [
+ 'description' => 'URL。',
+ 'type' => 'string',
+ 'example' => 'https://www.xxx.com/xxx.jpg'."\n",
+ ],
+ 'Label' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'weapon',
+ ],
+ ],
+ ],
+ ],
+ 'AuditIllegalReasons' => [
+ 'description' => '审核备注。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核备注。',
+ 'type' => 'string',
+ 'example' => '[\\"terrorism\\"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 24,\\n \\"AuditContentList\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Url\\": \\"https://www.xxx.com/xxx.jpg\\",\\n \\"DataId\\": \\"5cb170f7689247e6a58b156b4fbc8476\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"NewUrl\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"ScanFinishedTime\\": \\"2023-05-05 23:59:59 +0800\\\\n\\",\\n \\"AuditResult\\": \\"noAudit\\",\\n \\"TaskId\\": \\"img5VB@6A****5HNUkpBXyoy-1zvats\\",\\n \\"Content\\": \\"xxx\\",\\n \\"Thumbnail\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"Audit\\": 0,\\n \\"Id\\": 22136,\\n \\"RequestTime\\": \\"1710293064524\\",\\n \\"Results\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Label\\": \\"bloody\\",\\n \\"Scene\\": \\"political\\"\\n }\\n ],\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://www.xxx.com/xxx.jpg\\\\n\\",\\n \\"Label\\": \\"weapon\\"\\n }\\n ],\\n \\"AuditIllegalReasons\\": [\\n \\"[\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取审核内容',
+ ],
+ 'DescribeAuditContentItem' => [
+ 'summary' => '查询审核结果详情。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102665',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '123.124.142.194',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言配置信息。-**cn**:中文-**en**:英文',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '13',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务id。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xxxx-xxx'."\n",
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '模态类型。取值:-**text**:文本。-**image**:图片。-**video**:视频。-**voice**:语音。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'image',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '13',
+ ],
+ 'AuditContentItemList' => [
+ 'description' => '审核配置列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核配置列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2025-09-26T02:17:00Z',
+ ],
+ 'StartTime' => [
+ 'description' => '生效时间。',
+ 'type' => 'string',
+ 'example' => '2025-10-11 10:01:47',
+ ],
+ 'Suggestion' => [
+ 'description' => '审核建议。取值:-**block**:违规。-**review**:疑似。-**pass**:通过。',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ 'Sn' => [
+ 'description' => 'sn。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ParentTaskId' => [
+ 'description' => '父任务id。',
+ 'type' => 'string',
+ 'example' => 'P_L28N43',
+ ],
+ 'AuditResult' => [
+ 'description' => '审核结果。取值:-**normal**:正常。-**blocked**:屏蔽。',
+ 'type' => 'string',
+ 'example' => 'normal',
+ ],
+ 'Audit' => [
+ 'description' => '审核状态。取值:-**0**:未审核。-**1**:已审核。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Content' => [
+ 'description' => '审核内容。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'Id' => [
+ 'description' => '审核id。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2244',
+ ],
+ 'AuditIllegalReasons' => [
+ 'description' => '违规原因。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '违规原因。',
+ 'type' => 'string',
+ 'example' => 'terrorism',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 13,\\n \\"AuditContentItemList\\": [\\n {\\n \\"EndTime\\": \\"2025-09-26T02:17:00Z\\",\\n \\"StartTime\\": \\"2025-10-11 10:01:47\\",\\n \\"Suggestion\\": \\"block\\",\\n \\"Sn\\": 1,\\n \\"ParentTaskId\\": \\"P_L28N43\\",\\n \\"AuditResult\\": \\"normal\\",\\n \\"Audit\\": 0,\\n \\"Content\\": \\"xxxx\\",\\n \\"Id\\": 2244,\\n \\"AuditIllegalReasons\\": [\\n \\"terrorism\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取审核内容详细结果',
+ ],
+ 'DescribeAuditRange' => [
+ 'summary' => '查询审核范围。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102666',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次请求的id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'AuditRange' => [
+ 'description' => '审核范围详情。',
+ 'type' => 'object',
+ 'properties' => [
+ 'pass' => [
+ 'description' => '是否审核suggesstion = pass的内容。-**true**:审核-**false**:不审核',
+ 'type' => 'boolean',
+ ],
+ 'block' => [
+ 'description' => '是否审核suggesstion = block的内容。-**true**:审核-**false**:不审核',
+ 'type' => 'boolean',
+ ],
+ 'review' => [
+ 'description' => '是否审核suggesstion = review的内容。-**true**:审核-**false**:不审核',
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"AuditRange\\": {\\n \\"pass\\": true,\\n \\"block\\": true,\\n \\"review\\": true\\n }\\n}","type":"json"}]',
+ 'title' => '获取审核范围',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'DescribeAuditSetting' => [
+ 'summary' => '查询审核配置。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102667',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '指定请求的来源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言配置,支持多种语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'en',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Seed' => [
+ 'description' => '回调seed。',
+ 'type' => 'string',
+ 'example' => 'aaaabbbbccccdddd',
+ ],
+ 'Callback' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'example' => 'http://xxx.com/xxx',
+ ],
+ 'AuditRange' => [
+ 'description' => '审核范围。',
+ 'type' => 'object',
+ 'properties' => [
+ 'pass' => [
+ 'description' => '是否审核pass的内容。-**true**:审核。-**false**:不审核。',
+ 'type' => 'boolean',
+ ],
+ 'block' => [
+ 'description' => '是否审核block的内容。-**true**:审核。-**false**:不审核。',
+ 'type' => 'boolean',
+ ],
+ 'review' => [
+ 'description' => '是否审核review的内容。-**true**:审核。-**false**:不审核。',
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Seed\\": \\"aaaabbbbccccdddd\\",\\n \\"Callback\\": \\"http://xxx.com/xxx\\",\\n \\"AuditRange\\": {\\n \\"pass\\": true,\\n \\"block\\": true,\\n \\"review\\": true\\n }\\n}","type":"json"}]',
+ 'title' => '获取审核设置',
+ ],
+ 'DescribeBizTypeSetting' => [
+ 'summary' => '查询业务场景机审标准',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102672',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'recommend_standard_template_01',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Antispam' => [
+ 'description' => '文本反垃圾。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '获取业务类型设置',
+ ],
+ 'DescribeBizTypes' => [
+ 'summary' => '查询业务场景Biztype列表。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102671',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ImportFlag',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '使用标准输出还是自定义输出。默认值为**false**。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'BizTypeList' => [
+ 'description' => '业务场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '业务场景信息。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BizTypeList\\": [\\n \\"default\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取BizType列表',
+ ],
+ 'DescribeCloudMonitorServices' => [
+ 'summary' => '获取并发检测服务',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102678',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangQ4BOUA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59.82.***.165',
+ ],
+ ],
+ [
+ 'name' => 'Page',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '页码。默认值:1。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Items\\": [\\n \\"[]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取云监控服务',
+ ],
+ 'DescribeCustomOcrTemplate' => [
+ 'summary' => '查询用户OCR模板',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102679',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang82NHPF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["1605"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '24',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'OcrTemplateList' => [
+ 'description' => 'OCR模板列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'OCR模板列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '模板状态。取值:-**1**:启用-**0**:禁用',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Name' => [
+ 'description' => '模板名称。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ImgUrl' => [
+ 'description' => '图片地址',
+ 'type' => 'string',
+ 'example' => 'https://aligreen-shanghai.oss-cn-shanghai.aliyuncs.com/x/custom_ocr_template/1546886714089278/9e188bfa-b0e9-42a0.jpg',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1750',
+ ],
+ 'ReferArea' => [
+ 'description' => '参考字段。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '参考字段。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Y' => [
+ 'description' => '文本框左上角y坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '4',
+ ],
+ 'Name' => [
+ 'description' => '文本框名称',
+ 'type' => 'string',
+ 'example' => 'referKey1',
+ ],
+ 'Width' => [
+ 'description' => '文本框宽度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '220',
+ ],
+ 'Height' => [
+ 'description' => '文本框高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '229',
+ ],
+ 'X' => [
+ 'description' => '文本框左上角x坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '12',
+ ],
+ ],
+ ],
+ ],
+ 'RecognizeArea' => [
+ 'description' => '识别字段。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '识别字段。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Y' => [
+ 'description' => '文本框左上角y坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Name' => [
+ 'description' => '文本框名称',
+ 'type' => 'string',
+ 'example' => 'referKey2',
+ ],
+ 'Width' => [
+ 'description' => '文本框宽度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'Height' => [
+ 'description' => '文本框高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'X' => [
+ 'description' => '文本框左上角x坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '55',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 24,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"OcrTemplateList\\": [\\n {\\n \\"Status\\": 1,\\n \\"Name\\": \\"xx\\",\\n \\"ImgUrl\\": \\"https://aligreen-shanghai.oss-cn-shanghai.aliyuncs.com/x/custom_ocr_template/1546886714089278/9e188bfa-b0e9-42a0.jpg\\",\\n \\"Id\\": 1750,\\n \\"ReferArea\\": [\\n {\\n \\"Y\\": 4,\\n \\"Name\\": \\"referKey1\\",\\n \\"Width\\": 220,\\n \\"Height\\": 229,\\n \\"X\\": 12\\n }\\n ],\\n \\"RecognizeArea\\": [\\n {\\n \\"Y\\": 10,\\n \\"Name\\": \\"referKey2\\",\\n \\"Width\\": 100,\\n \\"Height\\": 100,\\n \\"X\\": 55\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取自定义ocr模板',
+ ],
+ 'DescribeImageFromLib' => [
+ 'summary' => '库维度图片列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102680',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '114.84.0.***',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '52',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前分页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'ImageLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库id。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '13776',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1791',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-01-01 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-11-18 10:21:32 +0800',
+ ],
+ ],
+ [
+ 'name' => 'ModelId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '模型ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '21981',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前分页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '52',
+ ],
+ 'ImageFromLibList' => [
+ 'description' => '图库信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图库信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ImageHitCount' => [
+ 'description' => '图库中的图片命中数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'Image' => [
+ 'description' => '图片地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxxx.png'."\n",
+ ],
+ 'CreateTime' => [
+ 'description' => '图库的创建时间。',
+ 'type' => 'string',
+ 'example' => '2022-11-04 16:09:51 +0800',
+ ],
+ 'VideoHitCount' => [
+ 'description' => '视频中的图片命中数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图url。',
+ 'type' => 'string',
+ 'example' => 'https://xxxx.png',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1697',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 52,\\n \\"ImageFromLibList\\": [\\n {\\n \\"ImageHitCount\\": 22,\\n \\"Image\\": \\"https://xxxx.png\\\\n\\",\\n \\"CreateTime\\": \\"2022-11-04 16:09:51 +0800\\",\\n \\"VideoHitCount\\": 11,\\n \\"Thumbnail\\": \\"https://xxxx.png\\",\\n \\"Id\\": 1697\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取自定义图片库中已添加的图片列表',
+ ],
+ 'DescribeImageLib' => [
+ 'summary' => '查询自定义图库信息列表。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102681',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '125.121.36.***',
+ ],
+ ],
+ [
+ 'name' => 'ServiceModule',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库适用的服务模块。取值:-**open_api**:用于内容检测api-**website**:用于站点检测',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'website' => 'website',
+ 'open_api' => 'open_api',
+ ],
+ 'example' => 'open_api',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'RequestId' => [
+ 'description' => '请求的ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ImageLibList' => [
+ 'description' => '图库信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图库信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2018-03-19 10:45:44 +0800',
+ ],
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '808003055',
+ ],
+ 'ImageCount' => [
+ 'description' => '图库中的图片数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'Category' => [
+ 'description' => '图库的用途。取值:-**black**:黑名单-**white**:白名单',
+ 'type' => 'string',
+ 'example' => 'BLACK',
+ ],
+ 'ServiceModule' => [
+ 'description' => '图库适用的服务模块。取值:'."\n"
+ .'- **open_api**:用于内容检测API'."\n"
+ .'- **website**:用于站点检测',
+ 'type' => 'string',
+ 'example' => 'open_api',
+ ],
+ 'Source' => [
+ 'description' => '图库的来源。取值:-**manual**:手动创建-**feedback**:根据用户反馈的结果自动创建',
+ 'type' => 'string',
+ 'example' => 'MANUAL',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '测试a',
+ ],
+ 'Scene' => [
+ 'description' => '图库的使用场景。取值:'."\n"
+ .'- **PORN**:智能鉴黄'."\n"
+ .'- **AD**:广告识别'."\n"
+ .'- **ILLEGAL**:暴恐涉政识别',
+ 'type' => 'string',
+ 'example' => 'PORN',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1279',
+ ],
+ 'Enable' => [
+ 'description' => '是否启用图库。取值:-**true**:启用-**false**:禁用',
+ 'type' => 'string',
+ 'example' => 'true',
+ ],
+ 'BizTypes' => [
+ 'description' => '业务类型',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'example' => '[\\"default\\",\\"xinxifabu\\"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 2,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ImageLibList\\": [\\n {\\n \\"ModifiedTime\\": \\"2018-03-19 10:45:44 +0800\\",\\n \\"Code\\": \\"808003055\\",\\n \\"ImageCount\\": 2,\\n \\"Category\\": \\"BLACK\\",\\n \\"ServiceModule\\": \\"open_api\\",\\n \\"Source\\": \\"MANUAL\\",\\n \\"Name\\": \\"测试a\\",\\n \\"Scene\\": \\"PORN\\",\\n \\"Id\\": 1279,\\n \\"Enable\\": \\"true\\",\\n \\"BizTypes\\": [\\n \\"[\\\\\\\\\\\\\\"default\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"xinxifabu\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询自定义图库信息列表',
+ ],
+ 'DescribeImageUploadInfo' => [
+ 'summary' => '获取图片上传设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102682',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59.82.****.165',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Signature' => [
+ 'description' => '上传文件到OSS使用的签名。',
+ 'type' => 'string',
+ 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=',
+ ],
+ 'Host' => [
+ 'description' => 'OSS Endpoint。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Policy' => [
+ 'description' => 'OSS上传文件的Policy。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'Accessid' => [
+ 'description' => 'oss上传所需accesskeyid信息。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Folder' => [
+ 'description' => '文件名称。',
+ 'type' => 'string',
+ 'example' => 'image/upload/xxx'."\n",
+ ],
+ 'Expire' => [
+ 'description' => '过期时间。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '900',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Accessid\\": \\"xxx\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Expire\\": 900\\n}","type":"json"}]',
+ 'title' => '获取图片上传信息',
+ ],
+ 'DescribeKeyword' => [
+ 'summary' => '查询关键词列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '113.109.***.132',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '364',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'KeywordLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '22220',
+ ],
+ ],
+ [
+ 'name' => 'Keyword',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询关键字。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '盯',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '364',
+ ],
+ 'KeywordList' => [
+ 'description' => '关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '关键字列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'HitCount' => [
+ 'description' => '命中次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Keyword' => [
+ 'description' => '关键字。',
+ 'type' => 'string',
+ 'example' => '盯链',
+ ],
+ 'Id' => [
+ 'description' => '主键id',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '211',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:58:07 +0800',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 364,\\n \\"KeywordList\\": [\\n {\\n \\"HitCount\\": 11,\\n \\"Keyword\\": \\"盯链\\",\\n \\"Id\\": 211,\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '搜索指定文本库中的文本',
+ ],
+ 'DescribeKeywordLib' => [
+ 'summary' => '查询文本库列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102684',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '58.***.97.190',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'ServiceModule',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关联的服务模块。取值:-**open_api**:内容检测api-**website**:站点检测',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'open_api',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'KeywordLibList' => [
+ 'description' => '关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '关键字列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Source' => [
+ 'description' => '词库的来源。取值:'."\n"
+ .'- **MANUAL**:手动创建'."\n"
+ .'- **FEEDBACK**:根据用户反馈的结果自动创建',
+ 'type' => 'string',
+ 'example' => 'MANUAL',
+ ],
+ 'Count' => [
+ 'description' => '关键字个数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '16',
+ ],
+ 'Language' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'example' => 'zh',
+ ],
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'TEXT',
+ ],
+ 'LibType' => [
+ 'description' => '词库类型。',
+ 'type' => 'string',
+ 'example' => 'textKeyword',
+ ],
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '12200013',
+ ],
+ 'Category' => [
+ 'description' => '词库的用途。取值:'."\n"
+ .'- **BLACK**:黑名单'."\n"
+ .'- **WHITE**:白名单',
+ 'type' => 'string',
+ 'example' => 'BLACK',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'ServiceModule' => [
+ 'description' => '要查询的服务模块。取值:'."\n"
+ .'- **open_api**:表示内容检测API'."\n"
+ .'- **website**:表示站点检测'."\n",
+ 'type' => 'string',
+ 'example' => 'open_api',
+ ],
+ 'MatchMode' => [
+ 'description' => '匹配方式。',
+ 'type' => 'string',
+ 'example' => 'precise',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '21732',
+ ],
+ 'Enable' => [
+ 'description' => '是否启用。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'BizTypes' => [
+ 'description' => '业务类型',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'example' => '[\\"default\\"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"KeywordLibList\\": [\\n {\\n \\"Source\\": \\"MANUAL\\",\\n \\"Count\\": 16,\\n \\"Language\\": \\"zh\\",\\n \\"ModifiedTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"ResourceType\\": \\"TEXT\\",\\n \\"LibType\\": \\"textKeyword\\",\\n \\"Code\\": \\"12200013\\",\\n \\"Category\\": \\"BLACK\\",\\n \\"Name\\": \\"测试\\",\\n \\"ServiceModule\\": \\"open_api\\",\\n \\"MatchMode\\": \\"precise\\",\\n \\"Id\\": 21732,\\n \\"Enable\\": true,\\n \\"BizTypes\\": [\\n \\"[\\\\\\\\\\\\\\"default\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取文本库列表',
+ ],
+ 'DescribeNotificationSetting' => [
+ 'summary' => '查询站点检测消息通知设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102685',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59.82.****.165',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ScheduleMessageTime' => [
+ 'description' => '定时消息通知时间',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '9',
+ ],
+ 'Email' => [
+ 'description' => '邮箱',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ScheduleMessageTimeZone' => [
+ 'description' => '定时消息通知时区',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'Phone' => [
+ 'description' => '电话。',
+ 'type' => 'string',
+ 'example' => '1*******334',
+ ],
+ 'RealtimeMessageList' => [
+ 'description' => '需实时通知的消息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '需实时通知的消息',
+ 'type' => 'string',
+ 'example' => '["websiteIndexRisk"]',
+ ],
+ ],
+ 'ReminderModeList' => [
+ 'description' => '需提醒通知的消息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '需提醒通知的消息',
+ 'type' => 'string',
+ 'example' => '["mail","message","stationLetter"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ScheduleMessageTime\\": 9,\\n \\"Email\\": \\"xxx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScheduleMessageTimeZone\\": 8,\\n \\"Phone\\": \\"1*******334\\",\\n \\"RealtimeMessageList\\": [\\n \\"[\\\\\\"websiteIndexRisk\\\\\\"]\\"\\n ],\\n \\"ReminderModeList\\": [\\n \\"[\\\\\\"mail\\\\\\",\\\\\\"message\\\\\\",\\\\\\"stationLetter\\\\\\"]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取通知配置',
+ ],
+ 'DescribeOpenApiRcpStats' => [
+ 'summary' => '人审数据统计',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102688',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangLV54EY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-10-01 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-12-12 10:16:48 +0800',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求 ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'StatList' => [
+ 'description' => '数据列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'IMAGE',
+ ],
+ 'PassCount' => [
+ 'description' => '通过数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Date' => [
+ 'description' => '日期。',
+ 'type' => 'string',
+ 'example' => '20231009',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '命中数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalDuration' => [
+ 'description' => '总使用时长',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"StatList\\": [\\n {\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 1,\\n \\"Date\\": \\"20231009\\",\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"TotalDuration\\": 1,\\n \\"ReviewCount\\": 1\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取开放API调用统计',
+ ],
+ 'DescribeOpenApiUsage' => [
+ 'summary' => '机审数据统计。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102689',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '183.***.210.253',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-03-05 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-12-15 10:22:45 +0800',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '364',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'OpenApiUsageList' => [
+ 'description' => '返回的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'PassDuration' => [
+ 'description' => '通过时长',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ReviewDuration' => [
+ 'description' => '疑似时长',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Date' => [
+ 'description' => '日期。',
+ 'type' => 'string',
+ 'example' => '20240712',
+ ],
+ 'OuterTotalCount' => [
+ 'description' => '外部用户视频截帧数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalCount' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InnerTotalCount' => [
+ 'description' => '内部系统视频截帧数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '12',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'IMAGE',
+ ],
+ 'PassCount' => [
+ 'description' => '通过数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'BlockDuration' => [
+ 'description' => '命中时长',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'BlockCount' => [
+ 'description' => '命中数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'TotalDuration' => [
+ 'description' => '总使用时长',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 364,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"OpenApiUsageList\\": [\\n {\\n \\"PassDuration\\": 1,\\n \\"ReviewDuration\\": 1,\\n \\"Date\\": \\"20240712\\",\\n \\"OuterTotalCount\\": 1,\\n \\"TotalCount\\": 3,\\n \\"ReviewCount\\": 1,\\n \\"InnerTotalCount\\": 12,\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 2,\\n \\"BlockDuration\\": 1,\\n \\"Scene\\": \\"porn\\",\\n \\"BlockCount\\": 11,\\n \\"TotalDuration\\": 22\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取用量统计',
+ ],
+ 'DescribeOssCallbackSetting' => [
+ 'summary' => '查询oss增量扫描回调配置。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102690',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'AuditCallback' => [
+ 'description' => '是否开启自助审核回调。取值:-**true**:已开启。-**false**:未开启。',
+ 'type' => 'boolean',
+ ],
+ 'CallbackUrl' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'example' => 'http://xxx/callback',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ScanCallback' => [
+ 'description' => '是否开启机审回调。取值:-**true**:已开启。-**false**:未开启。',
+ 'type' => 'boolean',
+ ],
+ 'CallbackSeed' => [
+ 'description' => '回调seed。',
+ 'type' => 'string',
+ 'example' => 'aaaabbbbccccddd',
+ ],
+ 'ScanCallbackSuggestions' => [
+ 'description' => '回调的suggestion。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '回调的suggestion。',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ 'ServiceModules' => [
+ 'description' => '服务模块。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '服务模块。',
+ 'type' => 'string',
+ 'example' => 'oss_inc_scan',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AuditCallback\\": true,\\n \\"CallbackUrl\\": \\"http://xxx/callback\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScanCallback\\": true,\\n \\"CallbackSeed\\": \\"aaaabbbbccccddd\\",\\n \\"ScanCallbackSuggestions\\": [\\n \\"block\\"\\n ],\\n \\"ServiceModules\\": [\\n \\"oss_inc_scan\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取 Oss 回调设置',
+ ],
+ 'DescribeOssIncrementOverview' => [
+ 'summary' => '查询待开票对象信息。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102692',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangSIW14U',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言配置,支持多种语言。包括zh_cn和en_us。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'VideoCount' => [
+ 'description' => '当天的视频总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'AdUnhandleCount' => [
+ 'description' => '广告图片、视频违规数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'VoiceAntispamUnhandleCount' => [
+ 'description' => '语音违规数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'VideoFrameCount' => [
+ 'description' => '当天视频帧总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1000',
+ ],
+ 'AudioCount' => [
+ 'description' => '当天的语音总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'PornUnhandleCount' => [
+ 'description' => '涉黄图片、视频违规数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'ImageCount' => [
+ 'description' => '当天图片总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'TerrorismUnhandleCount' => [
+ 'description' => '暴恐图片、视频 违规数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LiveUnhandleCount' => [
+ 'description' => '不良场景图片、视频违规数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"VideoCount\\": 100,\\n \\"AdUnhandleCount\\": 100,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VoiceAntispamUnhandleCount\\": 100,\\n \\"VideoFrameCount\\": 1000,\\n \\"AudioCount\\": 100,\\n \\"PornUnhandleCount\\": 100,\\n \\"ImageCount\\": 100,\\n \\"TerrorismUnhandleCount\\": 100,\\n \\"LiveUnhandleCount\\": 100\\n}","type":"json"}]',
+ 'title' => '获取 OSS 增量概述',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n"
+ .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ ],
+ 'DescribeOssIncrementCheckSetting' => [
+ 'summary' => 'OSS增量扫描设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102691',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang82NHPF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '218.17.***.226',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CallbackName' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ImageScanLimit' => [
+ 'description' => '每日图片扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10000',
+ ],
+ 'VideoScanLimit' => [
+ 'description' => '每日视频扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'AudioAutoFreezeOpened' => [
+ 'description' => '音频需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'VideoMaxSize' => [
+ 'description' => '单视频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'ImageEnableLimit' => [
+ 'description' => '开启图片上限',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-21 16:08:38 +0800',
+ ],
+ 'ImageAutoFreezeOpened' => [
+ 'description' => '图片需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'VideoMaxFrames' => [
+ 'description' => '单视频截帧上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'StartTime' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-21 16:08:38 +0800'."\n",
+ ],
+ 'CallbackId' => [
+ 'description' => '回调通知ID',
+ 'type' => 'string',
+ 'example' => '1664',
+ ],
+ 'ScanImageNoFileType' => [
+ 'description' => '检测无后缀文件',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AutoFreezeType' => [
+ 'description' => '冻结方式',
+ 'type' => 'string',
+ 'example' => 'acl',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'VideoAutoFreezeOpened' => [
+ 'description' => '视频需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'VideoFrameInterval' => [
+ 'description' => '截帧频率',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'AudioScanLimit' => [
+ 'description' => '每日语音扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1000',
+ ],
+ 'AudioMaxSize' => [
+ 'description' => '单音频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'AudioSceneList' => [
+ 'description' => '音频场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '音频场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"antispam\\"]',
+ ],
+ ],
+ 'VideoAutoFreezeSceneList' => [
+ 'description' => '视频冻结场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频冻结场景列表。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'VideoSceneList' => [
+ 'description' => '视频场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"porn\\",\\"terrorism\\",\\"ad\\",\\"live\\"]',
+ ],
+ ],
+ 'ImageSceneList' => [
+ 'description' => '图片场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"porn\\"]',
+ ],
+ ],
+ 'ImageAutoFreeze' => [
+ 'description' => '图片自动冻结配置',
+ 'type' => 'object',
+ 'properties' => [
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'string',
+ 'example' => '99.01'."\n",
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'string',
+ 'example' => '99.01'."\n",
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'string',
+ 'example' => '99.01'."\n",
+ ],
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'string',
+ 'example' => '99.01'."\n",
+ ],
+ 'Enabled' => [
+ 'description' => '是否开启',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ 'AudioAntispamFreezeConfig' => [
+ 'description' => '音频冻结场景列表',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'BizTypeTemplate' => [
+ 'description' => '业务场景模板',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => 'test88899',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => 'created by eventbridge',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'ImageConfig' => [
+ 'description' => '图片配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VideoConfig' => [
+ 'description' => '视频配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VoiceConfig' => [
+ 'description' => '语音配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Antispam' => [
+ 'description' => '文本反垃圾。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'IncludeChannel' => [
+ 'description' => '是否包含三方渠道的算法-0:不包含-1:包含',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'ImagePornFreezeConfig' => [
+ 'description' => '图片鉴黄冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageTerrorismFreezeConfig' => [
+ 'description' => '图片暴恐冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageAdFreezeConfig' => [
+ 'description' => '图片广告冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageLiveFreezeConfig' => [
+ 'description' => '图片不良场景冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoPornFreezeConfig' => [
+ 'description' => '视频鉴黄冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoTerrorismFreezeConfig' => [
+ 'description' => '视频暴恐冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoAdFreezeConfig' => [
+ 'description' => '视频广告冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoLiveFreezeConfig' => [
+ 'description' => '视频不良场景冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoVoiceAntispamFreezeConfig' => [
+ 'description' => '视频语音发垃圾冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'BucketConfigList' => [
+ 'description' => 'ossbucket的配置信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'ossbucket的配置信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '过滤条件类型',
+ 'type' => 'string',
+ 'example' => 'include',
+ ],
+ 'Selected' => [
+ 'description' => '是否被选中。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'gj-bucket1',
+ ],
+ 'Prefixes' => [
+ 'description' => '前缀',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀',
+ 'type' => 'string',
+ 'example' => '["img/test_"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackName\\": \\"xx\\",\\n \\"ImageScanLimit\\": 10000,\\n \\"VideoScanLimit\\": 100,\\n \\"AudioAutoFreezeOpened\\": false,\\n \\"VideoMaxSize\\": 100,\\n \\"ImageEnableLimit\\": true,\\n \\"BizType\\": \\"default\\",\\n \\"EndTime\\": \\"2023-10-21 16:08:38 +0800\\",\\n \\"ImageAutoFreezeOpened\\": true,\\n \\"VideoMaxFrames\\": 100,\\n \\"StartTime\\": \\"2023-08-21 16:08:38 +0800\\\\n\\",\\n \\"CallbackId\\": \\"1664\\",\\n \\"ScanImageNoFileType\\": true,\\n \\"AutoFreezeType\\": \\"acl\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoAutoFreezeOpened\\": true,\\n \\"VideoFrameInterval\\": 1,\\n \\"AudioScanLimit\\": 1000,\\n \\"AudioMaxSize\\": 200,\\n \\"AudioSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoAutoFreezeSceneList\\": [\\n \\"[]\\"\\n ],\\n \\"VideoSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImageSceneList\\": [\\n \\"[\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImageAutoFreeze\\": {\\n \\"Live\\": \\"99.01\\\\n\\",\\n \\"Porn\\": \\"99.01\\\\n\\",\\n \\"Ad\\": \\"99.01\\\\n\\",\\n \\"Terrorism\\": \\"99.01\\\\n\\",\\n \\"Enabled\\": true\\n },\\n \\"AudioAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BizTypeTemplate\\": {\\n \\"Name\\": \\"test88899\\",\\n \\"Description\\": \\"created by eventbridge\\",\\n \\"BizType\\": \\"default\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"IncludeChannel\\": 0\\n },\\n \\"ImagePornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoPornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoVoiceAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BucketConfigList\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取oss增量检查设置',
+ ],
+ 'DescribeOssIncrementStats' => [
+ 'summary' => 'Oss增量扫描数据统计',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102693',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangSIW14U',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '58.17.***.197',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-04-29 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-07-27 10:13:00 +0800',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'StatList' => [
+ 'description' => '数据列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'IMAGE',
+ ],
+ 'PassCount' => [
+ 'description' => '通过数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Date' => [
+ 'description' => '日期。',
+ 'type' => 'string',
+ 'example' => '202311',
+ ],
+ 'TotalCount' => [
+ 'description' => '总条目数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '命中数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'terrorism',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 3,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"StatList\\": [\\n {\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"PassCount\\": 1,\\n \\"Date\\": \\"202311\\",\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"Scene\\": \\"terrorism\\",\\n \\"ReviewCount\\": 1\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取oss增量统计',
+ ],
+ 'DescribeOssResultItems' => [
+ 'summary' => 'Oss扫描结果查询',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102694',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '117.139.***.244',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-07-12 10:06:20 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-27 10:07:52 +0800',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'Suggestion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'block',
+ ],
+ ],
+ [
+ 'name' => 'Stock',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否查询存量扫描结果。',
+ 'type' => 'boolean',
+ 'required' => true,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'MinScore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '(仅适用于图片对象)要查询的结果的最低风险分值。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '99.01',
+ ],
+ ],
+ [
+ 'name' => 'MaxScore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '(仅适用于图片对象)要查询的结果的最高风险分值。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '99.01',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'VIDEO',
+ ],
+ ],
+ [
+ 'name' => 'Bucket',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '要查询的OSS的Bucket名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '123',
+ ],
+ ],
+ [
+ 'name' => 'QueryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '要查询的检测请求ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '@guid ',
+ ],
+ ],
+ [
+ 'name' => 'Object',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'OSS Object名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg',
+ ],
+ ],
+ [
+ 'name' => 'StockTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存量扫描任务ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '3482',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'QueryId' => [
+ 'description' => '检测请求ID。',
+ 'type' => 'string',
+ 'example' => '@guid '."\n",
+ ],
+ 'ScanResultList' => [
+ 'description' => '扫描结果列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'example' => 'pass',
+ ],
+ 'CreateTime' => [
+ 'description' => '扫描时间。',
+ 'type' => 'string',
+ 'example' => '1527410977000',
+ ],
+ 'Score' => [
+ 'description' => '资源的风险分值,取值:0~100。分值越高,违规可能越大。',
+ 'type' => 'string',
+ 'example' => '90.9 ',
+ ],
+ 'DataId' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'example' => '4faded38970c41628f7dced832072af8',
+ ],
+ 'Object' => [
+ 'description' => 'OSS Object名称。',
+ 'type' => 'string',
+ 'example' => 'post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg ',
+ ],
+ 'NewUrl' => [
+ 'description' => '原始文件链接地址。',
+ 'type' => 'string',
+ 'example' => 'https://example.com/bao/uploaded/LB1Q7lIoIbI8KJjy1zdXXbe1VXa.mp4 ',
+ ],
+ 'ScanFinishedTime' => [
+ 'description' => '扫描完成时间。',
+ 'type' => 'string',
+ 'example' => '1527410977000 ',
+ ],
+ 'HandleStatus' => [
+ 'description' => '资源的处理状态',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Content' => [
+ 'description' => '审核内容。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图地址。',
+ 'type' => 'string',
+ 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1739',
+ ],
+ 'ResourceStatus' => [
+ 'description' => '资源的状态',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'RequestTime' => [
+ 'description' => '请求时间。',
+ 'type' => 'string',
+ 'example' => '1527410977000',
+ ],
+ 'Bucket' => [
+ 'description' => '资源所在的OSS Bucket。',
+ 'type' => 'string',
+ 'example' => 'uc-image ',
+ ],
+ 'FrameResults' => [
+ 'description' => '(仅使用视频对象)存在风险的问题帧。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Offset' => [
+ 'description' => '该帧的位置,即距离视频开头的偏移量,单位为秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Url' => [
+ 'description' => '该帧的链接。',
+ 'type' => 'string',
+ 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ',
+ ],
+ 'Thumbnail' => [
+ 'description' => '该帧的缩略图链接。',
+ 'type' => 'string',
+ 'example' => 'https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png ',
+ ],
+ ],
+ ],
+ ],
+ 'VoiceSegmentAntispamResults' => [
+ 'description' => '实例的语音审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'EndTime' => [
+ 'description' => '分段结束时间(秒)。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '20',
+ ],
+ 'StartTime' => [
+ 'description' => '分段开始时间(秒)。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Text' => [
+ 'description' => '文本内容。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TotalCount\\": 10,\\n \\"QueryId\\": \\"@guid\\\\t\\\\n\\",\\n \\"ScanResultList\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"CreateTime\\": \\"1527410977000\\",\\n \\"Score\\": \\"90.9\\\\t\\",\\n \\"DataId\\": \\"4faded38970c41628f7dced832072af8\\",\\n \\"Object\\": \\"post/image/eae1722368b6951ac05cfb68b1cdeb03.jpg\\\\t\\",\\n \\"NewUrl\\": \\"https://example.com/bao/uploaded/LB1Q7lIoIbI8KJjy1zdXXbe1VXa.mp4\\\\t\\",\\n \\"ScanFinishedTime\\": \\"1527410977000\\\\t\\",\\n \\"HandleStatus\\": 0,\\n \\"Content\\": \\"xxx\\",\\n \\"TaskId\\": \\"xxx\\",\\n \\"Thumbnail\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\",\\n \\"Id\\": 1739,\\n \\"ResourceStatus\\": 0,\\n \\"RequestTime\\": \\"1527410977000\\",\\n \\"Bucket\\": \\"uc-image\\\\t\\",\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\",\\n \\"Thumbnail\\": \\"https://example.com/tfs/TB1HPS9qb9YBuNjy0FgXXcxcXXa-200-200.png\\\\t\\"\\n }\\n ],\\n \\"VoiceSegmentAntispamResults\\": [\\n {\\n \\"EndTime\\": 20,\\n \\"StartTime\\": 10,\\n \\"Text\\": \\"xx\\",\\n \\"Label\\": \\"politics\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取OSS违规检测的检测结果数据',
+ ],
+ 'DescribeOssStockStatus' => [
+ 'summary' => '获取oss存量检测状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102698',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '124.74.***.90',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'StockTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存量扫描任务ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1664',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'VideoLiveCount' => [
+ 'description' => '视频不良场景检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageTotalCount' => [
+ 'description' => '图片总量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'VideoPornCount' => [
+ 'description' => '视频鉴黄检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageLiveCount' => [
+ 'description' => '图片不良场景检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'AudioTotalCount' => [
+ 'description' => '语音总量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageAdCount' => [
+ 'description' => '图文违规检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImagePornCount' => [
+ 'description' => '图片鉴黄检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'VideoVoiceAntispamCount' => [
+ 'description' => '视频语音反垃圾检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'VideoTerrorismCount' => [
+ 'description' => '视频暴恐检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'AudioAntispamCount' => [
+ 'description' => '语音反垃圾检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'StockStatus' => [
+ 'description' => '存量任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'FinishedTime' => [
+ 'description' => '完成时间。',
+ 'type' => 'string',
+ 'example' => '2023-12-21T02:17Z',
+ ],
+ 'VideoAdCount' => [
+ 'description' => '视频图文检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageTerrorismCount' => [
+ 'description' => '图片暴恐检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'VideoTotalCount' => [
+ 'description' => '视频检测量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'SceneList' => [
+ 'description' => '场景信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '场景信息列表。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'ResouceTypeList' => [
+ 'description' => '资源类型列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '资源类型列表。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'BucketList' => [
+ 'description' => 'oss存储bucket列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'oss存储bucket列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '是否选中',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'gj-bucket1',
+ ],
+ 'Prefixes' => [
+ 'description' => '前缀',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀',
+ 'type' => 'string',
+ 'example' => '["img/test_"]'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"VideoLiveCount\\": 1,\\n \\"ImageTotalCount\\": 1,\\n \\"VideoPornCount\\": 1,\\n \\"ImageLiveCount\\": 1,\\n \\"AudioTotalCount\\": 1,\\n \\"ImageAdCount\\": 1,\\n \\"ImagePornCount\\": 1,\\n \\"VideoVoiceAntispamCount\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoTerrorismCount\\": 1,\\n \\"AudioAntispamCount\\": 1,\\n \\"StockStatus\\": 1,\\n \\"FinishedTime\\": \\"2023-12-21T02:17Z\\",\\n \\"VideoAdCount\\": 1,\\n \\"ImageTerrorismCount\\": 1,\\n \\"VideoTotalCount\\": 2,\\n \\"SceneList\\": [\\n \\"[]\\"\\n ],\\n \\"ResouceTypeList\\": [\\n \\"[]\\"\\n ],\\n \\"BucketList\\": [\\n {\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取oss库存状态',
+ ],
+ 'DescribeUploadInfo' => [
+ 'summary' => '文本库上传信息',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102703',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '111.207.***.245',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Biz',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'customKeywordLib',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Signature' => [
+ 'description' => '上传的osssignature。',
+ 'type' => 'string',
+ 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=',
+ ],
+ 'Host' => [
+ 'description' => 'OSS Endpoint。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Policy' => [
+ 'description' => 'OSS上传文件的Policy。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'Accessid' => [
+ 'description' => 'oss上传所需accesskeyid信息。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Folder' => [
+ 'description' => '上传文件的路径。',
+ 'type' => 'string',
+ 'example' => 'image/upload/xxx'."\n",
+ ],
+ 'Expire' => [
+ 'description' => '过期时间。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '900',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Accessid\\": \\"xxx\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Expire\\": 900\\n}","type":"json"}]',
+ 'title' => '获取图片信息',
+ ],
+ 'DescribeUsageBill' => [
+ 'summary' => '查询用户的计费类型',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '类型:-**overall**:总体查询。-**details**:详情查询。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'overall',
+ ],
+ ],
+ [
+ 'name' => 'Day',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '日期',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '20210401',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总条数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每页数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '每页数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总条数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '13',
+ ],
+ 'BillList' => [
+ 'description' => '用户账号信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '用户账号信息列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Day' => [
+ 'description' => '时间。',
+ 'type' => 'string',
+ 'example' => '2021-04-01',
+ ],
+ 'SubUid' => [
+ 'description' => '子账号id',
+ 'type' => 'string',
+ 'example' => '1087252759921515',
+ ],
+ 'Region' => [
+ 'description' => '调用地域。',
+ 'type' => 'string',
+ 'example' => 'cn-shanghai',
+ ],
+ 'ConfirmCount' => [
+ 'description' => '确定数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '20',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'Scene' => [
+ 'description' => '计费场景。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'BizType' => [
+ 'description' => '业务类型。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'FreeCount' => [
+ 'description' => '免费数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '80',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 13,\\n \\"BillList\\": [\\n {\\n \\"Day\\": \\"2021-04-01\\",\\n \\"SubUid\\": \\"1087252759921515\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"ConfirmCount\\": 20,\\n \\"TotalCount\\": 100,\\n \\"Scene\\": \\"porn\\",\\n \\"BizType\\": \\"default\\",\\n \\"FreeCount\\": 0,\\n \\"ReviewCount\\": 80\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取使用账单',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'DescribeUserBizTypes' => [
+ 'summary' => '获取用户业务场景',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102705',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Customized',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否自定义:-true:是-false:否',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'BizTypeList' => [
+ 'description' => '所有业务场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'IndustryInfo' => [
+ 'description' => '行业信息。',
+ 'type' => 'string',
+ 'example' => '教育-论坛社区-主贴',
+ ],
+ 'Description' => [
+ 'description' => '业务场景描述。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'CiteTemplate' => [
+ 'description' => '是否引入行业模板配置。取值:'."\n"
+ .'true:表示引入了行业模板配置。'."\n"
+ .'false:表示没有引入行业模板配置。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'SourceBizType' => [
+ 'description' => '原始BizType,如无特殊需求请忽略该字段。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Gray' => [
+ 'description' => '是否灰度。取值:-true:是-false:否',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'Source' => [
+ 'description' => '业务场景来源。取值:'."\n"
+ .'custom:您自定义的信息。'."\n"
+ .'system:内容安全服务默认配置。',
+ 'type' => 'string',
+ 'example' => 'custom',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ ],
+ 'BizTypeListImport' => [
+ 'description' => '可导入的业务场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'IndustryInfo' => [
+ 'description' => '行业信息。',
+ 'type' => 'string',
+ 'example' => '社交-注册信息-昵称',
+ ],
+ 'Description' => [
+ 'description' => '业务场景描述。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'CiteTemplate' => [
+ 'description' => '是否引入行业模板配置。取值:'."\n"
+ .'true:表示引入了行业模板配置。'."\n"
+ .'false:表示没有引入行业模板配置。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'SourceBizType' => [
+ 'description' => '原始BizType,如无特殊需求请忽略该字段。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Gray' => [
+ 'description' => '是否灰度。取值:-**true**:是-**false**:否',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'Source' => [
+ 'description' => '业务场景来源。取值: custom:您自定义的信息。 system:内容安全服务默认配置。',
+ 'type' => 'string',
+ 'example' => 'custom',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BizTypeList\\": [\\n {\\n \\"IndustryInfo\\": \\"教育-论坛社区-主贴\\",\\n \\"Description\\": \\"xxx\\",\\n \\"CiteTemplate\\": false,\\n \\"SourceBizType\\": \\"default\\",\\n \\"Gray\\": false,\\n \\"Source\\": \\"custom\\",\\n \\"BizType\\": \\"default\\"\\n }\\n ],\\n \\"BizTypeListImport\\": [\\n {\\n \\"IndustryInfo\\": \\"社交-注册信息-昵称\\",\\n \\"Description\\": \\"xxx\\",\\n \\"CiteTemplate\\": false,\\n \\"SourceBizType\\": \\"default\\",\\n \\"Gray\\": false,\\n \\"Source\\": \\"custom\\",\\n \\"BizType\\": \\"default\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取用户业务类型',
+ ],
+ 'DescribeUserStatus' => [
+ 'summary' => '获取用户状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102707',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '114.***.42.109',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'OssVideoSizeLimit' => [
+ 'description' => 'oss视频大小配置上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'OssCheckStatus' => [
+ 'description' => 'oss检测服务状态。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'InDept' => [
+ 'description' => '是否欠费',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'OpenApiBeginTime' => [
+ 'description' => '第一次调用时间',
+ 'type' => 'string',
+ 'example' => '2023-04-04 09:19:38 +0800',
+ ],
+ 'Buyed' => [
+ 'description' => '是否已订阅',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'OpenApiUsed' => [
+ 'description' => '是否已调用API',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '17726*****370735',
+ ],
+ 'AgreeChannel' => [
+ 'description' => '是否同意三方渠道',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OssVideoSizeLimit\\": 100,\\n \\"OssCheckStatus\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"InDept\\": true,\\n \\"OpenApiBeginTime\\": \\"2023-04-04 09:19:38 +0800\\",\\n \\"Buyed\\": true,\\n \\"OpenApiUsed\\": true,\\n \\"Uid\\": \\"17726*****370735\\",\\n \\"AgreeChannel\\": 1\\n}","type":"json"}]',
+ 'title' => '获取用户状态信息',
+ ],
+ 'DescribeViewContent' => [
+ 'summary' => '获取检测结果列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102708',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-10-25 15:59:17 +0800'."\n",
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-10-25 15:59:17 +0800'."\n",
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'Suggestion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '建议。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'block',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abuse',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxx-xxx'."\n",
+ ],
+ ],
+ [
+ 'name' => 'DataId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '4f3fa36f77174c0985e400c1a02a8f4c',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ext',
+ ],
+ ],
+ [
+ 'name' => 'AuditResult',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'noAudit',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'ImageId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'KeywordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '14341124',
+ ],
+ ],
+ [
+ 'name' => 'LibType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'textKeyword',
+ ],
+ ],
+ [
+ 'name' => 'Keyword',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键字。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '75',
+ ],
+ 'ViewContentList' => [
+ 'description' => '视频检测内容列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'example' => 'pass',
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Url' => [
+ 'description' => '任务URL。',
+ 'type' => 'string',
+ 'example' => 'https://www.xx.com',
+ ],
+ 'DataId' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'example' => '4f3fa36f77174c0985e400c1a02a8f4c',
+ ],
+ 'BizType' => [
+ 'description' => '业务类型。',
+ 'type' => 'string',
+ 'example' => 'recommend_standard_template_01',
+ ],
+ 'NewUrl' => [
+ 'description' => '原始文件链接地址。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ScanFinishedTime' => [
+ 'description' => '扫描结束时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800'."\n",
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxx-xx',
+ ],
+ 'Content' => [
+ 'description' => '文本内容。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图 URL',
+ 'type' => 'string',
+ 'example' => 'https://xxx.png',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3744',
+ ],
+ 'RequestTime' => [
+ 'description' => '请求时间。',
+ 'type' => 'string',
+ 'example' => '1708911502123',
+ ],
+ 'Results' => [
+ 'description' => '检测结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'abuse',
+ ],
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ ],
+ ],
+ ],
+ 'FrameResults' => [
+ 'description' => '结果集。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Offset' => [
+ 'description' => '截帧偏移值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'Url' => [
+ 'description' => '该帧的链接。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.jpg',
+ ],
+ 'Label' => [
+ 'description' => '视频截帧标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ ],
+ ],
+ ],
+ 'FaceResults' => [
+ 'description' => '人脸结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Bualified' => [
+ 'description' => '是否修改成功。取值:-**true**:成功-**false**:失败',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Location' => [
+ 'description' => '位置信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '33',
+ ],
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '44',
+ ],
+ ],
+ ],
+ 'Gender' => [
+ 'description' => '性别。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '性别值。取值:-**female**:女性-**male**:男性',
+ 'type' => 'string',
+ 'example' => 'female',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '99.01',
+ ],
+ ],
+ ],
+ 'Glasses' => [
+ 'description' => '眼镜类型',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => 'None',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Age' => [
+ 'description' => '年龄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '年龄值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '35',
+ ],
+ 'Rate' => [
+ 'description' => '年龄段置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Smile' => [
+ 'description' => '笑脸信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '笑脸分值。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Quality' => [
+ 'description' => '质量分数。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Roll' => [
+ 'description' => '平面旋转角度',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'Pitch' => [
+ 'description' => '抬头角度',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'Yaw' => [
+ 'description' => '摇头角度',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'Blur' => [
+ 'description' => '人脸模糊度',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Respirator' => [
+ 'description' => '摄像头信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Hat' => [
+ 'description' => '帽子信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99'."\n",
+ ],
+ ],
+ ],
+ 'Mustache' => [
+ 'description' => '笑脸分组信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => 'None',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Bang' => [
+ 'description' => '图片的分数。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => 'None',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99'."\n",
+ ],
+ ],
+ ],
+ 'Hairstyle' => [
+ 'description' => '发型信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => 'None',
+ ],
+ 'Rate' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0.99',
+ ],
+ ],
+ ],
+ 'Image' => [
+ 'description' => '图片信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Width' => [
+ 'description' => '图片宽度。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '720',
+ ],
+ 'Height' => [
+ 'description' => '图片高度。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '720',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 75,\\n \\"ViewContentList\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Url\\": \\"https://www.xx.com\\",\\n \\"DataId\\": \\"4f3fa36f77174c0985e400c1a02a8f4c\\",\\n \\"BizType\\": \\"recommend_standard_template_01\\",\\n \\"NewUrl\\": \\"xx\\",\\n \\"ScanFinishedTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"TaskId\\": \\"xxx-xx\\",\\n \\"Content\\": \\"xx\\",\\n \\"Thumbnail\\": \\"https://xxx.png\\",\\n \\"Id\\": 3744,\\n \\"RequestTime\\": \\"1708911502123\\",\\n \\"Results\\": [\\n {\\n \\"Suggestion\\": \\"block\\",\\n \\"Label\\": \\"abuse\\",\\n \\"Scene\\": \\"porn\\"\\n }\\n ],\\n \\"FrameResults\\": [\\n {\\n \\"Offset\\": 0,\\n \\"Url\\": \\"https://xxx.jpg\\",\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"FaceResults\\": [\\n {\\n \\"Bualified\\": true,\\n \\"Location\\": {\\n \\"Y\\": 11,\\n \\"W\\": 22,\\n \\"H\\": 33,\\n \\"X\\": 44\\n },\\n \\"Gender\\": {\\n \\"Value\\": \\"female\\",\\n \\"Rate\\": 99.01\\n },\\n \\"Glasses\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Age\\": {\\n \\"Value\\": 35,\\n \\"Rate\\": 0.99\\n },\\n \\"Smile\\": {\\n \\"Value\\": 1,\\n \\"Rate\\": 0.99\\n },\\n \\"Quality\\": {\\n \\"Roll\\": 1,\\n \\"Pitch\\": 1,\\n \\"Yaw\\": 1,\\n \\"Blur\\": 1\\n },\\n \\"Respirator\\": {\\n \\"Value\\": \\"1\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Hat\\": {\\n \\"Value\\": \\"1\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Mustache\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Bang\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Hairstyle\\": {\\n \\"Value\\": \\"None\\",\\n \\"Rate\\": 0.99\\n },\\n \\"Image\\": {\\n \\"Width\\": 720,\\n \\"Height\\": 720\\n }\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取视图内容',
+ ],
+ 'DescribeWebsiteIndexPageBaseline' => [
+ 'summary' => '获取站点首页基线',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102709',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。'."\n",
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '117.139.***.244',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'BaseLineStatus' => [
+ 'description' => 'baseline基线状态,取值:-**normal**:正常。-**abnormal**:异常。',
+ 'type' => 'string',
+ 'example' => 'normal',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800',
+ ],
+ 'Snapshot' => [
+ 'description' => '快照。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BaseLineStatus\\": \\"normal\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"Snapshot\\": \\"xx\\"\\n}","type":"json"}]',
+ 'title' => '获取网站索引页基线',
+ ],
+ 'DescribeWebsiteInstance' => [
+ 'summary' => '查询站点检测实例',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102710',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '183.63.***.131',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'WebsiteInstanceList' => [
+ 'description' => '网站实例列表',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '网站业务状态。取值:-**normal**:正常。-**financiallocked**:欠费锁定。',
+ 'type' => 'string',
+ 'example' => 'normal',
+ ],
+ 'Domain' => [
+ 'description' => '网站域名。',
+ 'type' => 'string',
+ 'example' => 'nfnews.com',
+ ],
+ 'IndexPage' => [
+ 'description' => '首页地址',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ExpiredTime' => [
+ 'description' => '过期时间。',
+ 'type' => 'string',
+ 'example' => '1716393600000',
+ ],
+ 'WebsiteScanInterval' => [
+ 'description' => 'website扫描间隔,单位:秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Protocol' => [
+ 'description' => '协议类型。',
+ 'type' => 'string',
+ 'example' => 'TCP',
+ ],
+ 'BuyTime' => [
+ 'description' => '购买时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800'."\n",
+ ],
+ 'InstanceId' => [
+ 'description' => '实例id',
+ 'type' => 'string',
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ 'IndexPageScanInterval' => [
+ 'description' => '首页扫描间隔,单位:秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 1,\\n \\"WebsiteInstanceList\\": [\\n {\\n \\"Status\\": \\"normal\\",\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"IndexPage\\": \\"xx\\",\\n \\"ExpiredTime\\": \\"1716393600000\\",\\n \\"WebsiteScanInterval\\": 1,\\n \\"Protocol\\": \\"TCP\\",\\n \\"BuyTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"InstanceId\\": \\"cdisitecheck-cn-nif20glmz001\\",\\n \\"IndexPageScanInterval\\": 1\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取网站实例',
+ ],
+ 'DescribeWebsiteInstanceId' => [
+ 'summary' => '获取websiteinstanceid。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102711',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'en',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '查询到的实例总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '52',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'WebsiteInstanceIdList' => [
+ 'description' => '网站实例id列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '网站实例id列表。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 52,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"WebsiteInstanceIdList\\": [\\n \\"xxxx\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取网站实例',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'DescribeWebsiteInstanceKeyUrl' => [
+ 'summary' => '获取站点实例url',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102712',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '117.139.***.244',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'WebsiteInstanceKeyUrlList' => [
+ 'description' => '网站业务的密钥url列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '网站业务的密钥url列表。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"WebsiteInstanceKeyUrlList\\": [\\n \\"xx\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取网站实例密钥URL',
+ ],
+ 'DescribeWebsiteScanResult' => [
+ 'summary' => '查询站点扫描结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***.11.250',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'SubServiceModule',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '子模块描述。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'website_index_page',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abuse',
+ ],
+ ],
+ [
+ 'name' => 'Domain',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'nfnews.com',
+ ],
+ ],
+ [
+ 'name' => 'SiteUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '站点URL',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'nfnews.com'."\n",
+ ],
+ ],
+ [
+ 'name' => 'HandleStatus',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '处理状态。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'WebsiteScanResultList' => [
+ 'description' => '网站业务扫描结果列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ScanTime' => [
+ 'description' => '扫描时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800'."\n",
+ ],
+ 'Domain' => [
+ 'description' => '网站域名。',
+ 'type' => 'string',
+ 'example' => 'nfnews.com',
+ ],
+ 'SourceRiskCount' => [
+ 'description' => '源网站数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageRiskCount' => [
+ 'description' => '当前页显示的图片中包含图片的概率。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Url' => [
+ 'description' => '网站的访问地址。',
+ 'type' => 'string',
+ 'example' => 'https://www.xxx.com',
+ ],
+ 'TextRiskCount' => [
+ 'description' => '文本风险等级**高**的文本数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'HandleStatus' => [
+ 'description' => '处理状态。取值:-**0**:未处理-**1**:已处理',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'InstanceId' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1480',
+ ],
+ 'Labels' => [
+ 'description' => '标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'sapm',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 0,\\n \\"WebsiteScanResultList\\": [\\n {\\n \\"ScanTime\\": \\"2023-10-25 15:59:17 +0800\\\\n\\",\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"SourceRiskCount\\": 1,\\n \\"ImageRiskCount\\": 1,\\n \\"Url\\": \\"https://www.xxx.com\\",\\n \\"TextRiskCount\\": 1,\\n \\"HandleStatus\\": 0,\\n \\"InstanceId\\": \\"cdisitecheck-cn-nif20glmz001\\",\\n \\"TaskId\\": \\"xx\\",\\n \\"Id\\": 1480,\\n \\"Labels\\": [\\n \\"sapm\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取网站扫描结果',
+ ],
+ 'DescribeWebsiteStat' => [
+ 'summary' => '获取站点检测状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102715',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***11.250',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'WebsiteStatList' => [
+ 'description' => '网站统计信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ScanCount' => [
+ 'description' => '扫描数据总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RiskCount' => [
+ 'description' => '您网站存在的风险项总数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'SubServiceModule' => [
+ 'description' => '子服务模块。取值:-**default**:默认模块。-**virtual**:虚拟模块。',
+ 'type' => 'string',
+ 'example' => 'website_index_page',
+ ],
+ 'InstanceCount' => [
+ 'description' => '实例数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"WebsiteStatList\\": [\\n {\\n \\"ScanCount\\": 1,\\n \\"RiskCount\\": 1,\\n \\"SubServiceModule\\": \\"website_index_page\\",\\n \\"InstanceCount\\": 10\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取网站状态',
+ ],
+ 'DescribeWebsiteVerifyInfo' => [
+ 'summary' => '获取网站验证信息',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102716',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '117.139.***.244',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例id。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Domain' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'example' => 'nfnews.com',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'VerifyMethod' => [
+ 'description' => '验证方法。',
+ 'type' => 'string',
+ 'example' => 'aliyunAccount',
+ ],
+ 'IndexPage' => [
+ 'description' => '主页。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Protocol' => [
+ 'description' => '协议。',
+ 'type' => 'string',
+ 'example' => 'https',
+ ],
+ 'Cname' => [
+ 'description' => 'cname接入域名。',
+ 'type' => 'string',
+ 'example' => 'ack',
+ ],
+ 'HostFile' => [
+ 'description' => 'hostfile文件信息。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Domain\\": \\"nfnews.com\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VerifyMethod\\": \\"aliyunAccount\\",\\n \\"IndexPage\\": \\"xx\\",\\n \\"Protocol\\": \\"https\\",\\n \\"Cname\\": \\"ack\\",\\n \\"HostFile\\": \\"xx\\"\\n}","type":"json"}]',
+ 'title' => '获取网站验证信息',
+ ],
+ 'ExportKeywords' => [
+ 'summary' => '导出关键词',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102717',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'KeywordLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'DownloadUrl' => [
+ 'description' => '导出文件下载地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.xlsx',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '导出关键词',
+ ],
+ 'ExportOpenApiRcpStats' => [
+ 'summary' => '导出OpenAPI调用统计',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102718',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-10-25 15:59:17 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-10-25 15:59:17 +0800',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'DownloadUrl' => [
+ 'description' => '下载地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.xlsx',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '导出开放API调用统计',
+ ],
+ 'ExportOssResult' => [
+ 'summary' => '导出Oss扫描结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102720',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYI9A19',
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '115.231.***.52',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'TotalCount',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-07-20 09:00:13 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-10-17 10:00:05 +0800',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'Suggestion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'block',
+ ],
+ ],
+ [
+ 'name' => 'Stock',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否查询存量扫描结果。',
+ 'type' => 'boolean',
+ 'required' => true,
+ 'example' => 'False',
+ ],
+ ],
+ [
+ 'name' => 'MinScore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '最低审核分数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'MaxScore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '最高审核分数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Bucket',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'OSS文件存储的空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'gj-bucket1',
+ ],
+ ],
+ [
+ 'name' => 'StockTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存量扫描任务ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '3751',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'FileUrl' => [
+ 'description' => '文件下载地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.xlsx'."\n",
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"FileUrl\\": \\"https://xxx.xlsx\\\\n\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '以文件的形式导出OSS违规检测结果',
+ ],
+ 'ImportKeywords' => [
+ 'summary' => '导入关键词',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102721',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'KeywordLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '9543',
+ ],
+ ],
+ [
+ 'name' => 'KeywordsObject',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '导入文件的oss object名称',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'x/custom_text_lib/59-b42f-9ad473aefceb',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '318',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'InvalidKeywordList' => [
+ 'description' => '无效的关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '无效的关键字列表。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'validKeywordList' => [
+ 'description' => '有效的关键字列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '有效的关键字列表。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SuccessCount\\": 318,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"InvalidKeywordList\\": [\\n \\"[]\\"\\n ],\\n \\"validKeywordList\\": [\\n \\"[]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '导入关键词',
+ ],
+ 'MarkAuditContent' => [
+ 'summary' => '自助审核结果打标记。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102722',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[9230817]',
+ ],
+ ],
+ [
+ 'name' => 'AuditResult',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'illegal',
+ ],
+ ],
+ [
+ 'name' => 'AuditIllegalReasons',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '违规原因。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'BizTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[\\"book\\"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '标记审核内容',
+ ],
+ 'MarkOssResult' => [
+ 'summary' => '标记oss检测结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102724',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangSIW14U',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '183.159.***.138',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Ids',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[66657226873]',
+ ],
+ ],
+ [
+ 'name' => 'Operation',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '操作类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'unfreeze',
+ ],
+ ],
+ [
+ 'name' => 'Stock',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否查询存量扫描结果。',
+ 'type' => 'boolean',
+ 'required' => true,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'terrorism',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '对OSS违规检测结果进行审核和标记',
+ ],
+ 'UpdateAuditCallback' => [
+ 'summary' => '更新回调配置信息。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102736',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Seed',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调seed。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'aaaabbbbccccdddd',
+ ],
+ ],
+ [
+ 'name' => 'Callback',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'http://xxx/callback',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '加密类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'SHA256',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新审核回调',
+ ],
+ 'UpdateAuditRange' => [
+ 'summary' => '更新审核范围',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102737',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AuditRange',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核范围。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'pass',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新审核范围',
+ ],
+ 'UpdateBizTypeImageLib' => [
+ 'summary' => '自定义场景保存关联图库配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102741',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'porn',
+ ],
+ ],
+ [
+ 'name' => 'Black',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '黑名单库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[{\\"code\\":\\"565501\\"}]}',
+ ],
+ ],
+ [
+ 'name' => 'Review',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '疑似样本库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[]}',
+ ],
+ ],
+ [
+ 'name' => 'White',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '白样本库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[{\\"code\\":\\"552701\\"}]}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型图像库',
+ ],
+ 'UpdateBizTypeSetting' => [
+ 'summary' => '修改业务场景机审标准',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102743',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Porn',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '鉴黄。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Terrorism',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '暴恐。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Antispam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '文本反垃圾。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Ad',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '广告。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Live',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '不良场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型设置',
+ ],
+ 'UpdateBizTypeTextLib' => [
+ 'summary' => '修改业务场景关联文本库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102744',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang77FCDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'TEXT',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'antispam',
+ ],
+ ],
+ [
+ 'name' => 'Black',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '黑名单库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[{\\"code\\":\\"13236007\\"}]}',
+ ],
+ ],
+ [
+ 'name' => 'Review',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '疑似样本库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[]}',
+ ],
+ ],
+ [
+ 'name' => 'Ignore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '忽略样本库列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[{\\"code\\":\\"12546010\\"}]}',
+ ],
+ ],
+ [
+ 'name' => 'White',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '白样本库信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"selected\\":[{\\"code\\":\\"90810716002\\"}]}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型文本库',
+ ],
+ 'UpdateCustomOcrTemplate' => [
+ 'summary' => '编辑ocr模板',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102747',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangG3RW9T',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1791',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '方案名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'ReferArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '参考字段。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'RecognizeArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '识别字段。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新自定义ocr模板',
+ ],
+ 'UpdateImageLib' => [
+ 'summary' => '更新自定义图片库的名称及适用的bizTypes参数。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102748',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '117.139.***.244',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '15111',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'test8888',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'PORN',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '词库的用途。取值:'."\n"
+ .'- **BLACK**:黑名单'."\n"
+ .'- **WHITE**:白名单',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'BLACK',
+ ],
+ ],
+ [
+ 'name' => 'BizTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"chenyin\\"]',
+ ],
+ ],
+ [
+ 'name' => 'Enable',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否启用图库,取值:-**true**:启用-**false**:不启用',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新图片库名称及参数',
+ ],
+ 'UpdateKeywordLib' => [
+ 'summary' => '编辑词库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102749',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '36.249.***.181',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '18135',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '关键词库名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'test222333',
+ ],
+ ],
+ [
+ 'name' => 'BizTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"default\\"]',
+ ],
+ ],
+ [
+ 'name' => 'MatchMode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '匹配方式。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'precise',
+ ],
+ ],
+ [
+ 'name' => 'Enable',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否开启,取值:-**true**:开启-**false**:关闭',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新自定义文本库信息',
+ ],
+ 'UpdateNotificationSetting' => [
+ 'summary' => '更新通知设置。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102750',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问者源ip地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '27.189.***.27',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'en',
+ ],
+ ],
+ [
+ 'name' => 'RealtimeMessageList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '需实时通知的消息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["websiteIndexRisk"]',
+ ],
+ ],
+ [
+ 'name' => 'ReminderModeList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '提示消息。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[\\"mail\\",\\"message\\",\\"stationLetter\\"]',
+ ],
+ ],
+ [
+ 'name' => 'ScheduleMessageTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '定时消息通知时间。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '8',
+ ],
+ ],
+ [
+ 'name' => 'ScheduleMessageTimeZone',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '定时消息通知时区。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '8',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E20A0DC5-1B4F-5796-BAB5-73F29B67CEDC\\"\\n}","type":"json"}]',
+ 'title' => '更新通知设置',
+ 'description' => '请确保在使用该接口前,已充分了解文本审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq)。',
+ ],
+ 'UpdateOssIncrementCheckSetting' => [
+ 'summary' => '更新增量扫描配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102753',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '115.199.***.250',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'BucketConfigList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ossbucket的配置信息列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\\"type\\":\\"include\\",\\"bucket\\":\\"flychat\\",\\"selected\\":true,\\"prefixes\\":[\\"test\\"],\\"id\\":0}]',
+ ],
+ ],
+ [
+ 'name' => 'ImageScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每日图片扫描上限',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'ScanImageNoFileType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '检测无后缀文件',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ImageSceneList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片场景列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"porn\\",\\"terrorism\\",\\"ad\\",\\"live\\"]',
+ ],
+ ],
+ [
+ 'name' => 'VideoSceneList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频场景列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"porn\\",\\"terrorism\\"]',
+ ],
+ ],
+ [
+ 'name' => 'ImageAutoFreeze',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片自动冻结配置',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoAutoFreezeSceneList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频冻结场景列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'VideoFrameInterval',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '截帧频率',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'VideoMaxFrames',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单视频截帧上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'VideoMaxSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单视频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'AutoFreezeType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结方式',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'acl',
+ ],
+ ],
+ [
+ 'name' => 'CallbackId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调通知ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1755',
+ ],
+ ],
+ [
+ 'name' => 'AudioSceneList',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频场景列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'AudioAntispamFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频冻结场景列表',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'AudioMaxSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单音频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '200',
+ ],
+ ],
+ [
+ 'name' => 'AudioAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频需要冻结',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'recommend_social_template_01',
+ ],
+ ],
+ [
+ 'name' => 'VideoScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每日视频扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'AudioScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每日语音扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ ],
+ ],
+ [
+ 'name' => 'ImageAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片需要冻结',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'VideoAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频需要冻结',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ImageAdFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片广告冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ImageLiveFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片不良场景冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ImageTerrorismFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片暴恐冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ImagePornFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片鉴黄冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoVoiceAntispamFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频语音发垃圾冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoPornFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频鉴黄冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoAdFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频广告冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoTerrorismFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频暴恐冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'VideoLiveFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频不良场景冻结配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新oss增量检查设置',
+ ],
+ 'UpdateWebsiteInstance' => [
+ 'summary' => '更新实例',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102757',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '183.159.***.138',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'SiteProtocol',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '插件的协议类型。取值:-**http**:http协议-**https**:https协议',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'https',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ [
+ 'name' => 'WebsiteScanInterval',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '站点扫描间隔,单位:秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Domain',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'nfnews.com',
+ ],
+ ],
+ [
+ 'name' => 'IndexPageScanInterval',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '首页扫描间隔,单位:秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'IndexPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主页。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '更新网站实例',
+ ],
+ 'UpdateWebsiteInstanceKeyUrl' => [
+ 'summary' => '更新网站实例url',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102758',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '140.***11.250',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'Urls',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '链接列表',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新网站实例 KeyUrl',
+ ],
+ 'UpdateWebsiteInstanceStatus' => [
+ 'summary' => '更新实例状态,即解绑定,停止、运行等状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102759',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '183.159.***.138',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例状态',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'running',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '更新网站实例状态',
+ ],
+ 'UploadImageToLib' => [
+ 'summary' => '上传图片到图库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102761',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '111.207.**.245',
+ ],
+ ],
+ [
+ 'name' => 'ImageLibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图库ID。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '13776',
+ ],
+ ],
+ [
+ 'name' => 'Images',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片列表',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'Urls',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '链接列表',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '向自定义库中添加图片元信息',
+ ],
+ 'VerifyCustomOcrTemplate' => [
+ 'summary' => 'ocr模板测试',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102762',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangG3RW9T',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '969',
+ ],
+ ],
+ [
+ 'name' => 'TestImgUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '测试模板图片url',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'RecognizeInfo' => [
+ 'description' => '认证结果。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片地址',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"RecognizeInfo\\": \\"{}\\",\\n \\"ImageUrl\\": \\"xx\\"\\n}","type":"json"}]',
+ 'title' => '验证自定义ocr模板',
+ ],
+ 'VerifyWebsiteInstance' => [
+ 'summary' => '验证域名所有权。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102765',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceIp',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '访问源的IP地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '36.249.***.181',
+ ],
+ ],
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语言类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'zh',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '实例ID。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'cdisitecheck-cn-nif20glmz001',
+ ],
+ ],
+ [
+ 'name' => 'VerifyMethod',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '验证方法。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'aliyunAccount',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '验证网站实例',
+ ],
+ 'DescribeBizTypeImageLib' => [
+ 'summary' => '自定义场景关联图库列表查询',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102669',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'recommend_social_template_01',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'porn',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Black' => [
+ 'description' => '黑名单库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '324317',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库1',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量黑名单库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量黑名单库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '324317',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库1'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Review' => [
+ 'description' => '疑似样本库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '3243177',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库2',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量疑似样本库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量疑似样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '3243177',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库2'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'White' => [
+ 'description' => '白样本库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '5123',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库3',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量白样本库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量白样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '图库编码。',
+ 'type' => 'string',
+ 'example' => '5123',
+ ],
+ 'Name' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '图库3'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Black\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"324317\\",\\n \\"Name\\": \\"图库1\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"324317\\",\\n \\"Name\\": \\"图库1\\\\n\\"\\n }\\n ]\\n },\\n \\"Review\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3243177\\",\\n \\"Name\\": \\"图库2\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3243177\\",\\n \\"Name\\": \\"图库2\\\\n\\"\\n }\\n ]\\n },\\n \\"White\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"5123\\",\\n \\"Name\\": \\"图库3\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"5123\\",\\n \\"Name\\": \\"图库3\\\\n\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '获取业务类型图像库',
+ ],
+ 'DescribeBizTypeTextLib' => [
+ 'summary' => '业务场景关联文本库',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102674',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ7UK4W',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'TEXT',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'antispam',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Black' => [
+ 'description' => '黑名单库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '314317',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '黑样本库',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量黑名单库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量黑名单库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '314317',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '黑样本库',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Review' => [
+ 'description' => '疑似样本库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '3143127',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '疑似样本库',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量疑似样本库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量疑似样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '3143127',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '疑似样本库',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Ignore' => [
+ 'description' => '忽略样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '3343223',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '忽略样本库',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量忽略样本库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量忽略样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '3343223',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '忽略样本库',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'White' => [
+ 'description' => '白样本库信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Selected' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '已选择的列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '65467',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '白样本库',
+ ],
+ ],
+ ],
+ ],
+ 'All' => [
+ 'description' => '全量白样本库列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '全量白样本库列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '词库编码。',
+ 'type' => 'string',
+ 'example' => '65467',
+ ],
+ 'Name' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'example' => '白样本库',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Black\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"314317\\",\\n \\"Name\\": \\"黑样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"314317\\",\\n \\"Name\\": \\"黑样本库\\"\\n }\\n ]\\n },\\n \\"Review\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3143127\\",\\n \\"Name\\": \\"疑似样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3143127\\",\\n \\"Name\\": \\"疑似样本库\\"\\n }\\n ]\\n },\\n \\"Ignore\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"3343223\\",\\n \\"Name\\": \\"忽略样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"3343223\\",\\n \\"Name\\": \\"忽略样本库\\"\\n }\\n ]\\n },\\n \\"White\\": {\\n \\"Selected\\": [\\n {\\n \\"Code\\": \\"65467\\",\\n \\"Name\\": \\"白样本库\\"\\n }\\n ],\\n \\"All\\": [\\n {\\n \\"Code\\": \\"65467\\",\\n \\"Name\\": \\"白样本库\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '获取业务类型文本库',
+ ],
+ 'UpdateBizType' => [
+ 'summary' => '编辑业务场景信息',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102739',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizTypeName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务类型描述信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型',
+ ],
+ 'CreateAuditCallback' => [
+ 'summary' => '创建回调方式、回调地址、事件类型',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102640',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调配置名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'green-test',
+ ],
+ ],
+ [
+ 'name' => 'Url',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'https://console.aliyun.com/',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SHA256',
+ ],
+ ],
+ [
+ 'name' => 'CallbackTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'selfAudit' => '自助审核结果',
+ 'aliyunAudit' => '阿里云人审结果',
+ ],
+ 'example' => 'selfAudit',
+ ],
+ ],
+ [
+ 'name' => 'CallbackSuggestions',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["block","pass","review"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-14 19:09:44',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-14 19:09:44'."\n",
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb3qgXi0iqApy79smStqT@LT-1zMiFd"',
+ ],
+ 'Url' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'example' => 'https://console.aliyun.com/'."\n",
+ ],
+ 'Name' => [
+ 'description' => '方案名称。',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '969',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知类型。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-09-14 19:09:44\\\\n\\",\\n \\"Seed\\": \\"cb3qgXi0iqApy79smStqT@LT-1zMiFd\\\\\\"\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Name\\": \\"测试\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 969,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '创建审核回调',
+ ],
+ 'DescribeAuditCallbackList' => [
+ 'summary' => '查询指定查询条件下的回调配置列表。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102663',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'CallbackList' => [
+ 'description' => '回调配置列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '回调配置对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'ModifiedTime' => [
+ 'description' => '最近修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-06-27 15:19:50 +0800',
+ ],
+ 'Seed' => [
+ 'description' => '回调seed。',
+ 'type' => 'string',
+ 'example' => 'cb78DMIGhiAcA6ouvVC5wiU0-1yqXjT',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-06-27 15:19:50 +0800',
+ ],
+ 'Url' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'example' => 'https://www.test123.com',
+ ],
+ 'Name' => [
+ 'description' => '回调配置名称。',
+ 'type' => 'string',
+ 'example' => 'green-test',
+ ],
+ 'CryptType' => [
+ 'description' => '回调加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '回调配置ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '233',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知内容类型列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '回调通知类型。',
+ 'type' => 'string',
+ 'example' => '[\\"aliyunAudit\\",\\"selfAudit\\"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '回调审核列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '回调审核结果。',
+ 'type' => 'string',
+ 'example' => '[\\"pass\\",\\"review\\",\\"block\\"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 2,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CallbackList\\": [\\n {\\n \\"ModifiedTime\\": \\"2023-06-27 15:19:50 +0800\\",\\n \\"Seed\\": \\"cb78DMIGhiAcA6ouvVC5wiU0-1yqXjT\\",\\n \\"CreateTime\\": \\"2023-06-27 15:19:50 +0800\\",\\n \\"Url\\": \\"https://www.test123.com\\",\\n \\"Name\\": \\"green-test\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 233,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\\\\\\\\\"aliyunAudit\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"selfAudit\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\\\\\\\\\"pass\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"review\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"block\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取审核回调列表',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'CreateCallback' => [
+ 'summary' => '创建消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102642',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '方案名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '回调方案1',
+ ],
+ ],
+ [
+ 'name' => 'CallbackUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'https://yundun.console.aliyun.com/',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '加密算法',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'SHA256',
+ ],
+ ],
+ [
+ 'name' => 'CallbackTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '通知类型',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => ' '."\n"
+ .'["selfAudit", "aliyunAudit"]',
+ ],
+ ],
+ [
+ 'name' => 'CallbackSuggestions',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CallbackUrl' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'example' => 'https://yundun.console.aliyun.com/',
+ ],
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-14 19:09:44',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-14 19:09:44'."\n",
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb3IpyPAMp4Zs7gLIpoZypRr-1A4QSP',
+ ],
+ 'Name' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => '回调方案1',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1791',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知类型。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackUrl\\": \\"https://yundun.console.aliyun.com/\\",\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CreateTime\\": \\"2023-09-14 19:09:44\\\\n\\",\\n \\"Seed\\": \\"cb3IpyPAMp4Zs7gLIpoZypRr-1A4QSP\\",\\n \\"Name\\": \\"回调方案1\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 1791,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '创建回调',
+ ],
+ 'CreateOssStockTask' => [
+ 'summary' => '创建存量扫描任务。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102648',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ 'FEATURElvwangD22DKJ',
+ 'FEATURElvwangF6WBQ5',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2000-01-01 00:00:00 ',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-11-29 10:04:39 ',
+ ],
+ ],
+ [
+ 'name' => 'Buckets',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]',
+ ],
+ ],
+ [
+ 'name' => 'ImageOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否扫描图片。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ImageScenes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"porn\\",\\"terrorism\\"]',
+ ],
+ ],
+ [
+ 'name' => 'ScanImageNoFileType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '检测无后缀文件。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'VideoOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否扫描视频。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'VideoScenes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]',
+ ],
+ ],
+ [
+ 'name' => 'AudioOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否扫描音频。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'AudioScenes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\\"antispam\\"]',
+ ],
+ ],
+ [
+ 'name' => 'ImageAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片需要自动冻结。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ImagePornFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片自动冻结涉黄场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'ImageTerrorismFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片自动冻结暴恐场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'ImageAdFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片自动冻结广告场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'ImageLiveFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片自动冻结不良场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'VideoFrameInterval',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频帧间隔,单位为秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'VideoMaxFrames',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频最大帧数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '5',
+ ],
+ ],
+ [
+ 'name' => 'VideoMaxSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单视频大小上限。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '500MB',
+ ],
+ ],
+ [
+ 'name' => 'VideoAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频需要自动冻结。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'VideoPornFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频自动冻结涉黄场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block,review\\"}',
+ ],
+ ],
+ [
+ 'name' => 'VideoTerrorismFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频自动冻结暴恐场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'VideoAdFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频自动冻结广告场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"review,block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'VideoLiveFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频自动冻结不良场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block,review\\"}',
+ ],
+ ],
+ [
+ 'name' => 'VideoVoiceAntispamFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频自动冻结语音违规场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'AudioAutoFreezeOpened',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频需要自动冻结。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'AudioMaxSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单音频大小上限。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '200MB',
+ ],
+ ],
+ [
+ 'name' => 'AudioAntispamFreezeConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '自动冻结语音反垃圾场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"type\\":\\"suggestion\\",\\"value\\":\\"block\\"}',
+ ],
+ ],
+ [
+ 'name' => 'AutoFreezeType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结方式。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'acl',
+ ],
+ ],
+ [
+ 'name' => 'CallbackId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调任务id。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1764',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'recommend_reading_template_01',
+ ],
+ ],
+ [
+ 'name' => 'ImageScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片扫描上限。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ ],
+ ],
+ [
+ 'name' => 'VideoScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '单视频截帧上限。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '200',
+ ],
+ ],
+ [
+ 'name' => 'AudioScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '语音扫描上限。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Id' => [
+ 'description' => '检测任务ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5122',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Id\\": 5122\\n}","type":"json"}]',
+ 'title' => '创建oss存量任务',
+ ],
+ 'DeleteAuditCallback' => [
+ 'summary' => '删除自助审核消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102651',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '方案名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除审核回调',
+ ],
+ 'DeleteCallback' => [
+ 'summary' => '删除消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102653',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1666',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除回调',
+ ],
+ 'DescribeBizTypeAuditRange' => [
+ 'summary' => '流入自助审核的数据类型',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102668',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI5RAMY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'biz_complaint',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'AuditRange' => [
+ 'description' => '审核范围列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核范围列表。',
+ 'type' => 'string',
+ 'example' => 'normal',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AuditRange\\": [\\n \\"normal\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取业务类型审核范围',
+ ],
+ 'DescribeBizTypeResultBackupSetting' => [
+ 'summary' => '获取证据转存设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102670',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Voice' => [
+ 'description' => '音频。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Path' => [
+ 'description' => '转存目录。',
+ 'type' => 'string',
+ 'example' => '/path',
+ ],
+ 'ExpireSeconds' => [
+ 'description' => '过期时间,单位秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '300',
+ ],
+ 'Suggestions' => [
+ 'description' => '转存范围。',
+ 'type' => 'string',
+ 'example' => '["pass"]',
+ ],
+ 'Enable' => [
+ 'description' => '规则是否开启。取值:-true:开启-false:关闭',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => 'OSS的Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ 'Video' => [
+ 'description' => '视频。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Path' => [
+ 'description' => '转存目录。',
+ 'type' => 'string',
+ 'example' => '/path'."\n",
+ ],
+ 'ExpireSeconds' => [
+ 'description' => '过期时间,单位秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '300',
+ ],
+ 'Suggestions' => [
+ 'description' => '转存范围。',
+ 'type' => 'string',
+ 'example' => '["pass"]'."\n",
+ ],
+ 'Enable' => [
+ 'description' => '规则是否开启。取值:-true:开启-false:关闭',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'Bucket' => [
+ 'description' => 'OSS的Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ 'Image' => [
+ 'description' => '图片。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Path' => [
+ 'description' => '转存目录。',
+ 'type' => 'string',
+ 'example' => '/path'."\n",
+ ],
+ 'ExpireSeconds' => [
+ 'description' => '过期时间,单位秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '300',
+ ],
+ 'Suggestions' => [
+ 'description' => '转存范围。',
+ 'type' => 'string',
+ 'example' => '["pass"]'."\n",
+ ],
+ 'Enable' => [
+ 'description' => '规则是否开启。取值:-true:开启-false:关闭',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'Bucket' => [
+ 'description' => 'OSS的Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Voice\\": {\\n \\"Path\\": \\"/path\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n },\\n \\"Video\\": {\\n \\"Path\\": \\"/path\\\\n\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\\\n\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n },\\n \\"Image\\": {\\n \\"Path\\": \\"/path\\\\n\\",\\n \\"ExpireSeconds\\": 300,\\n \\"Suggestions\\": \\"[\\\\\\"pass\\\\\\"]\\\\n\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"xxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '获取业务类型备份设置',
+ ],
+ 'DescribeCallbackBind' => [
+ 'summary' => '获取消息通知配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102676',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => '回调方案1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Name\\": \\"回调方案1\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取回调绑定信息',
+ ],
+ 'DescribeCallbackList' => [
+ 'summary' => '获取消息通知列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102677',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '13',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'CallbackList' => [
+ 'description' => '回调列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '回调列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'CallbackUrl' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'example' => 'https://yundun.console.aliyun.com/',
+ ],
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-04-24 14:33:31 +0800',
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb3ugu72*****$bwl8MmclV-1yI@gP',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:58:07 +0800',
+ ],
+ 'Name' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => '违规通知',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '15212',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知类型。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 13,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CallbackList\\": [\\n {\\n \\"CallbackUrl\\": \\"https://yundun.console.aliyun.com/\\",\\n \\"ModifiedTime\\": \\"2024-04-24 14:33:31 +0800\\",\\n \\"Seed\\": \\"cb3ugu72*****$bwl8MmclV-1yI@gP\\",\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\",\\n \\"Name\\": \\"违规通知\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 15212,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取回调列表',
+ ],
+ 'DescribeOpenApiMonitorAlarmSetting' => [
+ 'summary' => '实时监控报警设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102686',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'QpsAlarmOpend' => [
+ 'description' => '告警开关。取值:-**true**:开启-**false**:关闭',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'IMAGE',
+ ],
+ 'RtAlarmConf' => [
+ 'description' => '告警配置。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RtAlarmOpend' => [
+ 'description' => '告警是否通知。取值:-true:通知。-false:不通知。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'QpsAlarmConf' => [
+ 'description' => '告警配置。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"QpsAlarmOpend\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"ResourceType\\": \\"IMAGE\\",\\n \\"RtAlarmConf\\": \\"{}\\",\\n \\"RtAlarmOpend\\": true,\\n \\"QpsAlarmConf\\": \\"{}\\"\\n}","type":"json"}]',
+ 'title' => '获取开放api监控报警设置',
+ ],
+ 'DescribeOpenApiMonitorData' => [
+ 'summary' => '机审实时监控',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102687',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ReportName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '报告名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'qps',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'terrorism',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-08-07 09:22:41 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-12-02 09:59:53 +0800',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'RtItemList' => [
+ 'description' => '返回的结果数据内容。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回的结果数据内容。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'terrorism',
+ ],
+ 'ItemList' => [
+ 'description' => '返回数据列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Rt' => [
+ 'description' => 'Rt。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'Minute' => [
+ 'description' => '分钟。',
+ 'type' => 'string',
+ 'example' => '2023-07-13 10:26:00',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'QpsItemList' => [
+ 'description' => '图片每秒访问次数。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片每秒访问次数。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Scene' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'ItemList' => [
+ 'description' => '返回数据列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Qps' => [
+ 'description' => 'QPS数据。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Minute' => [
+ 'description' => '分钟。',
+ 'type' => 'string',
+ 'example' => '2023-07-13 10:26:00',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'PathItems' => [
+ 'description' => '返回结果的路径列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回结果的路径列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Path' => [
+ 'description' => '路径。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Minute' => [
+ 'description' => '分钟。',
+ 'type' => 'string',
+ 'example' => '2023-07-13 10:26:00',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"RtItemList\\": [\\n {\\n \\"Scene\\": \\"terrorism\\",\\n \\"ItemList\\": [\\n {\\n \\"Rt\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n }\\n ],\\n \\"QpsItemList\\": [\\n {\\n \\"Scene\\": \\"porn\\",\\n \\"ItemList\\": [\\n {\\n \\"Qps\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n }\\n ],\\n \\"PathItems\\": [\\n {\\n \\"Path\\": 1,\\n \\"Minute\\": \\"2023-07-13 10:26:00\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取api监控数据',
+ ],
+ 'DescribeOssStockScanTaskStatData' => [
+ 'summary' => 'Oss存量扫描结果数据',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102696',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '3751',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'AudioDurations' => [
+ 'description' => '语音总时长,单位为秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'VideoTotalFrameCount' => [
+ 'description' => '视频总截帧数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11',
+ ],
+ 'ImageSum' => [
+ 'description' => '图片检测数量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImagePorn' => [
+ 'description' => '图片鉴黄场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageTerrorism' => [
+ 'description' => '图片暴恐涉政场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageAd' => [
+ 'description' => '图文违规场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageLive' => [
+ 'description' => '图片不良场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoSum' => [
+ 'description' => '视频总量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoPorn' => [
+ 'description' => '鉴黄场景视频量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoTerrorism' => [
+ 'description' => '暴恐涉政场景视频量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoAd' => [
+ 'description' => '视频图文违规场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoLive' => [
+ 'description' => '视频不良场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoVoiceAntispam' => [
+ 'description' => '视频语音反垃圾检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'AudioSum' => [
+ 'description' => '语音总量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'AudioAntispam' => [
+ 'description' => '语音反垃圾检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3',
+ ],
+ 'BlockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'NormalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ReviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AudioDurations\\": 22,\\n \\"VideoTotalFrameCount\\": 11,\\n \\"ImageSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImagePorn\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageTerrorism\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageAd\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"ImageLive\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoPorn\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoTerrorism\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoAd\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoLive\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"VideoVoiceAntispam\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"AudioSum\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n },\\n \\"AudioAntispam\\": {\\n \\"TotalCount\\": 3,\\n \\"BlockCount\\": 1,\\n \\"NormalCount\\": 1,\\n \\"ReviewCount\\": 1\\n }\\n}","type":"json"}]',
+ 'title' => '获取oss存量状态数据',
+ ],
+ 'DescribeOssStockScanTasks' => [
+ 'summary' => 'Oss存量扫描任务列表查询',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102695',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ 'FEATURElvwangD22DKJ',
+ 'FEATURElvwangF6WBQ5',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-11-12 10:26:57 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-12-12 10:26:57 +0800'."\n",
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TaskList' => [
+ 'description' => '扫描任务列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ImageScanLimit' => [
+ 'description' => '图片扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'VideoScanLimit' => [
+ 'description' => '视频扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-26 11:38:08 +0800',
+ ],
+ 'VideoResultFileDownloadUrl' => [
+ 'description' => '视频审核文件下载地址。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ResultFileStatus' => [
+ 'description' => '文件状态。',
+ 'type' => 'string',
+ 'example' => 'finished',
+ ],
+ 'ImageResultFileDownloadUrl' => [
+ 'description' => '结果文件下载地址。',
+ 'type' => 'string',
+ 'example' => 'oss_result_file/img/result_xx.txt',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'recommend_social_template_01',
+ ],
+ 'FinishedTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-12 18:15:00 +0800',
+ ],
+ 'AudioResultFileDownloadUrl' => [
+ 'description' => '音频下载地址。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Name' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => 'test889',
+ ],
+ 'AudioScanLimit' => [
+ 'description' => '语音扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1000',
+ ],
+ 'taskScanStatus' => [
+ 'description' => '任务状态。',
+ 'type' => 'string',
+ 'example' => 'finished',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1769',
+ ],
+ 'ModifyTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-11 18:15:00 +0800'."\n",
+ ],
+ 'BizTypeName' => [
+ 'description' => '业务类型名称。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Buckets' => [
+ 'description' => '存储空间。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '过滤条件类型',
+ 'type' => 'string',
+ 'example' => 'include',
+ ],
+ 'Selected' => [
+ 'description' => '是否选中',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'gj-bucket1',
+ ],
+ 'Prefixes' => [
+ 'description' => '前缀',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀',
+ 'type' => 'string',
+ 'example' => '["img/test_"]'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'ImageScenes' => [
+ 'description' => '图片场景列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片场景列表',
+ 'type' => 'string',
+ 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]',
+ ],
+ ],
+ 'VideoScenes' => [
+ 'description' => '视频场景列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频场景列表',
+ 'type' => 'string',
+ 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]',
+ ],
+ ],
+ 'AudioScenes' => [
+ 'description' => '音频场景列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '音频场景列表',
+ 'type' => 'string',
+ 'example' => '[\\"antispam\\"]',
+ ],
+ ],
+ 'StatData' => [
+ 'description' => '统计数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'VideoTotalFrameCount' => [
+ 'description' => '视频总截帧数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11',
+ ],
+ 'AudioDurations' => [
+ 'description' => '语音总时长,单位为秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'ImageSum' => [
+ 'description' => '图片总量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImagePorn' => [
+ 'description' => '鉴黄场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageTerrorism' => [
+ 'description' => '图片暴恐涉政场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageAd' => [
+ 'description' => '图文违规场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ImageLive' => [
+ 'description' => '图片不良场景检测量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoSum' => [
+ 'description' => '视频总量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoPorn' => [
+ 'description' => '鉴黄场景视频量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoTerrorism' => [
+ 'description' => '暴恐涉政场景视频量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoAd' => [
+ 'description' => '视频图文违规场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoLive' => [
+ 'description' => '视频不良场景检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VoiceSum' => [
+ 'description' => '语音总量。',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'VideoVoiceAntispam' => [
+ 'description' => '视频语音反垃圾检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'AudioSum' => [
+ 'description' => '语音总量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'AudioAntispam' => [
+ 'description' => '语音反垃圾检测量',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalCount' => [
+ 'description' => '总量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'blockCount' => [
+ 'description' => '违规数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'normalCount' => [
+ 'description' => '正常数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'reviewCount' => [
+ 'description' => '疑似数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'ScanFileSum' => [
+ 'description' => '扫描文件数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1000',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 10,\\n \\"TaskList\\": [\\n {\\n \\"ImageScanLimit\\": 100,\\n \\"VideoScanLimit\\": 10,\\n \\"CreateTime\\": \\"2023-09-26 11:38:08 +0800\\",\\n \\"VideoResultFileDownloadUrl\\": \\"xx\\",\\n \\"ResultFileStatus\\": \\"finished\\",\\n \\"ImageResultFileDownloadUrl\\": \\"oss_result_file/img/result_xx.txt\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"FinishedTime\\": \\"2023-10-12 18:15:00 +0800\\",\\n \\"AudioResultFileDownloadUrl\\": \\"xx\\",\\n \\"Name\\": \\"test889\\",\\n \\"AudioScanLimit\\": 1000,\\n \\"taskScanStatus\\": \\"finished\\",\\n \\"Id\\": 1769,\\n \\"ModifyTime\\": \\"2023-10-11 18:15:00 +0800\\\\n\\",\\n \\"BizTypeName\\": \\"default\\",\\n \\"Buckets\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ],\\n \\"ImageScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"AudioScenes\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"StatData\\": {\\n \\"VideoTotalFrameCount\\": 11,\\n \\"AudioDurations\\": 22,\\n \\"ImageSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImagePorn\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageTerrorism\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageAd\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ImageLive\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoPorn\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoTerrorism\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoAd\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoLive\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VoiceSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"VideoVoiceAntispam\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"AudioSum\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"AudioAntispam\\": {\\n \\"totalCount\\": 10,\\n \\"blockCount\\": 1,\\n \\"normalCount\\": 1,\\n \\"reviewCount\\": 1\\n },\\n \\"ScanFileSum\\": 1000\\n }\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取oss存量扫描任务',
+ ],
+ 'DescribeOssStockTaskSetting' => [
+ 'summary' => '获取存量扫描任务配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102699',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangF6WBQ5',
+ 'FEATURElvwangD22DKJ',
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '3744',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CallbackName' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'videoScanLimit' => [
+ 'description' => '视频扫描的最大数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'AudioAutoFreezeOpened' => [
+ 'description' => '音频需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'EndDate' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-21 16:08:38 +0800'."\n",
+ ],
+ 'VideoOpened' => [
+ 'description' => '是否扫描视频,取值:-**true**:开启。-**false**:关闭。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AudioOpened' => [
+ 'description' => '是否扫描音频。取值:-**true**:开启-**false**:不开启',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'audioScanLimit' => [
+ 'description' => '音频扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11',
+ ],
+ 'StartDate' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-21 16:08:38 +0800'."\n",
+ ],
+ 'ImageOpened' => [
+ 'description' => '是否扫描图片。取值:-true:开启-false:不开启',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ImageAutoFreezeOpened' => [
+ 'description' => '图片需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'VideoMaxFrames' => [
+ 'description' => '单视频截帧上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'CallbackId' => [
+ 'description' => '回调通知ID',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1664',
+ ],
+ 'ScanImageNoFileType' => [
+ 'description' => '检测无后缀文件',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AutoFreezeType' => [
+ 'description' => '冻结方式',
+ 'type' => 'string',
+ 'example' => 'acl',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'VideoAutoFreezeOpened' => [
+ 'description' => '视频需要冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'VideoFrameInterval' => [
+ 'description' => '截帧频率',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'videoMaxSize' => [
+ 'description' => '单视频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'imageScanLimit' => [
+ 'description' => '图片扫描上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'AudioMaxSize' => [
+ 'description' => '单音频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'ImageScenes' => [
+ 'description' => '图片场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]',
+ ],
+ ],
+ 'VideoScenes' => [
+ 'description' => '视频场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"ad\\",\\"terrorism\\",\\"live\\",\\"porn\\"]',
+ ],
+ ],
+ 'AudioScenes' => [
+ 'description' => '音频场景列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '音频场景列表。',
+ 'type' => 'string',
+ 'example' => '[\\"antispam\\"]',
+ ],
+ ],
+ 'ImagePornFreezeConfig' => [
+ 'description' => '图片鉴黄冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageTerrorismFreezeConfig' => [
+ 'description' => '图片暴恐冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageAdFreezeConfig' => [
+ 'description' => '图片广告冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'ImageLiveFreezeConfig' => [
+ 'description' => '图片不良场景冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoPornFreezeConfig' => [
+ 'description' => '视频鉴黄冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoTerrorismFreezeConfig' => [
+ 'description' => '视频暴恐冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoAdFreezeConfig' => [
+ 'description' => '视频广告冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoLiveFreezeConfig' => [
+ 'description' => '视频不良场景冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'VideoVoiceAntispamFreezeConfig' => [
+ 'description' => '视频语音发垃圾冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'AudioAntispamFreezeConfig' => [
+ 'description' => '音频冻结场景列表',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'suggestion',
+ ],
+ 'Value' => [
+ 'description' => '值',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ ],
+ ],
+ 'BizTypeTemplate' => [
+ 'description' => '业务场景模板',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => 'mgst',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'ImageConfig' => [
+ 'description' => '图片配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VideoConfig' => [
+ 'description' => '视频配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VoiceConfig' => [
+ 'description' => '语音配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Antispam' => [
+ 'description' => '文本反垃圾。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Buckets' => [
+ 'description' => '存储空间。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '存储空间。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'description' => '过滤条件类型',
+ 'type' => 'string',
+ 'example' => 'include',
+ ],
+ 'Selected' => [
+ 'description' => '是否选中该ossbucket。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'tctest',
+ ],
+ 'Prefixes' => [
+ 'description' => '前缀',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀',
+ 'type' => 'string',
+ 'example' => '["img/test_"]'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackName\\": \\"xx\\",\\n \\"videoScanLimit\\": 100,\\n \\"AudioAutoFreezeOpened\\": false,\\n \\"EndDate\\": \\"2023-10-21 16:08:38 +0800\\\\n\\",\\n \\"VideoOpened\\": true,\\n \\"AudioOpened\\": true,\\n \\"audioScanLimit\\": 11,\\n \\"StartDate\\": \\"2023-08-21 16:08:38 +0800\\\\n\\",\\n \\"ImageOpened\\": true,\\n \\"ImageAutoFreezeOpened\\": true,\\n \\"VideoMaxFrames\\": 100,\\n \\"CallbackId\\": 1664,\\n \\"ScanImageNoFileType\\": true,\\n \\"AutoFreezeType\\": \\"acl\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"VideoAutoFreezeOpened\\": true,\\n \\"VideoFrameInterval\\": 1,\\n \\"videoMaxSize\\": 100,\\n \\"imageScanLimit\\": 100,\\n \\"AudioMaxSize\\": 200,\\n \\"ImageScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"VideoScenes\\": [\\n \\"[\\\\\\\\\\\\\\"ad\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"terrorism\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"live\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"porn\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"AudioScenes\\": [\\n \\"[\\\\\\\\\\\\\\"antispam\\\\\\\\\\\\\\"]\\"\\n ],\\n \\"ImagePornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"ImageLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoPornFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoTerrorismFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoAdFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoLiveFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"VideoVoiceAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"AudioAntispamFreezeConfig\\": {\\n \\"Type\\": \\"suggestion\\",\\n \\"Value\\": \\"block\\"\\n },\\n \\"BizTypeTemplate\\": {\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"mgst\\",\\n \\"BizType\\": \\"default\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[]\\"\\n ]\\n }\\n }\\n },\\n \\"Buckets\\": [\\n {\\n \\"Type\\": \\"include\\",\\n \\"Selected\\": true,\\n \\"Bucket\\": \\"tctest\\",\\n \\"Prefixes\\": [\\n \\"[\\\\\\"img/test_\\\\\\"]\\\\n\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取oss库存任务设置',
+ ],
+ 'DescribeUserOssBuckets' => [
+ 'summary' => '获取用户oss桶列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102706',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'AuthStatus' => [
+ 'description' => '授权状态',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求 ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Buckets' => [
+ 'description' => '存储空间。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AuthStatus\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Buckets\\": [\\n \\"[{\\\\\\\\\\\\\\"Bucket\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aileshijie\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Region\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cn-hangzhou\\\\\\\\\\\\\\"}]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取用户bucket',
+ ],
+ 'ExportOpenApiUsage' => [
+ 'summary' => '导出基线检查、资源占用、负载均衡状态等检测结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102719',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangR199F8',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-08-02 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2023-12-31 10:05:26 +0800',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'IMAGE',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'DownloadUrl' => [
+ 'description' => '下载地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.xlsx',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"DownloadUrl\\": \\"https://xxx.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '导出开放api用量',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'ModifyAuditCallback' => [
+ 'summary' => '修改人审回调通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102726',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '939',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '回调方案1',
+ ],
+ ],
+ [
+ 'name' => 'Url',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'https://www.xxx.com',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SHA256',
+ ],
+ ],
+ [
+ 'name' => 'CallbackTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'selfAudit',
+ ],
+ ],
+ [
+ 'name' => 'CallbackSuggestions',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:59:17 +0800',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-10-25 15:58:07 +0800',
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb62$JswztQB$7swUrN7qP2t-1ySnok',
+ ],
+ 'Url' => [
+ 'description' => '回调url。',
+ 'type' => 'string',
+ 'example' => 'https://console.aliyun.com/'."\n",
+ ],
+ 'Name' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => '回调方案1',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '938',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知类型。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => '["block"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ModifiedTime\\": \\"2023-10-25 15:59:17 +0800\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"CreateTime\\": \\"2023-10-25 15:58:07 +0800\\",\\n \\"Seed\\": \\"cb62$JswztQB$7swUrN7qP2t-1ySnok\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Name\\": \\"回调方案1\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Id\\": 938,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\"]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '修改审核回调',
+ ],
+ 'UpdateBizTypeAuditRange' => [
+ 'summary' => '修改流入自助审核的数据类型',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102740',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AuditRange',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核范围列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["block","review"]',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型审批',
+ ],
+ 'UpdateBizTypeResultBackupSetting' => [
+ 'summary' => '修改证据转存设置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102742',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang68YS95',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Video',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '视频。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Voice',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '音频。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Image',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新业务类型备份设置',
+ ],
+ 'UpdateCallback' => [
+ 'summary' => '更新消息回调',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102745',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJLHVVH',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1384',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'CallbackUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'https://www.xx.com',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '加密算法',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'SHA256',
+ ],
+ ],
+ [
+ 'name' => 'CallbackTypes',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ [
+ 'name' => 'CallbackSuggestions',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '["block", "pass", "review"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CallbackUrl' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'example' => 'http://xxx/verify/callback',
+ ],
+ 'ModifiedTime' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-09-14 19:09:44 +0800',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2022-09-16 17:09:39 +0800',
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb44AJrGJWbft5syoh87q5Au-1zLn3i',
+ ],
+ 'Name' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'example' => '违规检测通知',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'SHA256',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1180',
+ ],
+ 'CallbackTypes' => [
+ 'description' => '通知类型。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '通知类型。',
+ 'type' => 'string',
+ 'example' => '["selfAudit"]',
+ ],
+ ],
+ 'CallbackSuggestions' => [
+ 'description' => '审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'example' => '["block","review","pass"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CallbackUrl\\": \\"http://xxx/verify/callback\\",\\n \\"ModifiedTime\\": \\"2023-09-14 19:09:44 +0800\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CreateTime\\": \\"2022-09-16 17:09:39 +0800\\",\\n \\"Seed\\": \\"cb44AJrGJWbft5syoh87q5Au-1zLn3i\\",\\n \\"Name\\": \\"违规检测通知\\",\\n \\"CryptType\\": 0,\\n \\"Id\\": 1180,\\n \\"CallbackTypes\\": [\\n \\"[\\\\\\"selfAudit\\\\\\"]\\"\\n ],\\n \\"CallbackSuggestions\\": [\\n \\"[\\\\\\"block\\\\\\",\\\\\\"review\\\\\\",\\\\\\"pass\\\\\\"]\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '更新回调',
+ ],
+ 'UpdateCallbackBind' => [
+ 'summary' => '更新回调设置绑定关系',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102746',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHBD2RF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '回调名称。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '测试',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新回调',
+ ],
+ 'UpdateOssStockTask' => [
+ 'summary' => '更新oss存量任务',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102755',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '3527',
+ ],
+ ],
+ [
+ 'name' => 'Operation',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '操作类型。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'stop',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '更新oss检测存量任务',
+ ],
+ 'DescribeOssStockScanUserStatus' => [
+ 'summary' => 'OSS存量扫描用户状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102697',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'hasStockTasks' => [
+ 'description' => '是否有存量检测任务。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'HasBuckets' => [
+ 'description' => '是否已开通ossbucket服务。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"hasStockTasks\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"HasBuckets\\": true\\n}","type":"json"}]',
+ 'title' => '获取oss用户状态',
+ ],
+ 'DescribeBizTypeTemplates' => [
+ 'summary' => 'OSS扫描用户可选模板列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102673',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Templates' => [
+ 'description' => '模板列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '模板列表。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '模板名称。',
+ 'type' => 'string',
+ 'example' => '社区内容安全',
+ ],
+ 'Description' => [
+ 'description' => '模板描述。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'recommend_social_template_01',
+ ],
+ 'ImageConfig' => [
+ 'description' => '图片配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["politicsPositivePerson","politicsNegativePerson","taintedStars","violationPerson","violationFlag","chineseFlag","violentIncident","march","bloodySick","policeUniform","combatUniform","rmb"]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["porn"]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["drug","gamble","sick"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VideoConfig' => [
+ 'description' => '视频配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Terrorism' => [
+ 'description' => '暴恐。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["politicsPositivePerson","politicsNegativePerson","taintedStars","violationPerson","violationFlag","chineseFlag","violentIncident","march","bloodySick","policeUniform","combatUniform","rmb"]',
+ ],
+ ],
+ ],
+ ],
+ 'Porn' => [
+ 'description' => '鉴黄。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["porn"]',
+ ],
+ ],
+ ],
+ ],
+ 'Ad' => [
+ 'description' => '广告。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]',
+ ],
+ ],
+ ],
+ ],
+ 'Live' => [
+ 'description' => '不良场景。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["drug","gamble","sick"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'VoiceConfig' => [
+ 'description' => '语音配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Antispam' => [
+ 'description' => '反垃圾识别。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Categories' => [
+ 'description' => '类别。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '类别。',
+ 'type' => 'string',
+ 'example' => '["strictlyPorn","positivePolitics","negativePolitics","politicsPublicOpinion","strictRude"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'IncludeChannel' => [
+ 'description' => '是否包含三方渠道的算法-0:不包含-1:包含',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Templates\\": [\\n {\\n \\"Name\\": \\"社区内容安全\\",\\n \\"Description\\": \\"xxx\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"ImageConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"politicsPositivePerson\\\\\\",\\\\\\"politicsNegativePerson\\\\\\",\\\\\\"taintedStars\\\\\\",\\\\\\"violationPerson\\\\\\",\\\\\\"violationFlag\\\\\\",\\\\\\"chineseFlag\\\\\\",\\\\\\"violentIncident\\\\\\",\\\\\\"march\\\\\\",\\\\\\"bloodySick\\\\\\",\\\\\\"policeUniform\\\\\\",\\\\\\"combatUniform\\\\\\",\\\\\\"rmb\\\\\\"]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"porn\\\\\\"]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"drug\\\\\\",\\\\\\"gamble\\\\\\",\\\\\\"sick\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"VideoConfig\\": {\\n \\"Terrorism\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"politicsPositivePerson\\\\\\",\\\\\\"politicsNegativePerson\\\\\\",\\\\\\"taintedStars\\\\\\",\\\\\\"violationPerson\\\\\\",\\\\\\"violationFlag\\\\\\",\\\\\\"chineseFlag\\\\\\",\\\\\\"violentIncident\\\\\\",\\\\\\"march\\\\\\",\\\\\\"bloodySick\\\\\\",\\\\\\"policeUniform\\\\\\",\\\\\\"combatUniform\\\\\\",\\\\\\"rmb\\\\\\"]\\"\\n ]\\n },\\n \\"Porn\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"porn\\\\\\"]\\"\\n ]\\n },\\n \\"Ad\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n },\\n \\"Live\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"drug\\\\\\",\\\\\\"gamble\\\\\\",\\\\\\"sick\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"VoiceConfig\\": {\\n \\"Antispam\\": {\\n \\"Categories\\": [\\n \\"[\\\\\\"strictlyPorn\\\\\\",\\\\\\"positivePolitics\\\\\\",\\\\\\"negativePolitics\\\\\\",\\\\\\"politicsPublicOpinion\\\\\\",\\\\\\"strictRude\\\\\\"]\\"\\n ]\\n }\\n },\\n \\"IncludeChannel\\": 0\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取业务类型模版',
+ ],
+ 'StopOssIncrementCheck' => [
+ 'summary' => '停止增量扫描任务。',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102734',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangSIW14U',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '停止oss增量检查',
+ ],
+ 'GetAuditItemDetail' => [
+ 'summary' => '机审结果详情',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '118733',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '媒体类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxx-xxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ApiTs' => [
+ 'description' => '机审时间',
+ 'type' => 'string',
+ 'example' => '2023-07-20 09:00:13 +0800'."\n",
+ ],
+ 'ApiResult' => [
+ 'description' => '机审结果',
+ 'type' => 'string',
+ 'example' => 'block',
+ ],
+ 'ApiRiskType' => [
+ 'description' => '机审命中详情',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'NewUrl' => [
+ 'description' => '原始文件链接地址。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ApiTs\\": \\"2023-07-20 09:00:13 +0800\\\\n\\",\\n \\"ApiResult\\": \\"block\\",\\n \\"ApiRiskType\\": \\"xx\\",\\n \\"NewUrl\\": \\"xx\\"\\n}","type":"json"}]',
+ 'title' => '获取审核内容详情',
+ ],
+ 'AuditItemSubmit' => [
+ 'summary' => '提交复审的结果。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '118738',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Data',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '请求数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '人审结果id。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '11234',
+ ],
+ 'CustomResult' => [
+ 'description' => '复审结果:-normal:正常 -illegal:违规',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'illegal',
+ ],
+ 'CustomRiskType' => [
+ 'description' => '违规类型:涉政、涉黄、暴恐、图文违规',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '涉政',
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 1000,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次请求的id。',
+ 'type' => 'string',
+ 'example' => 'E1677098-XXXX-XXXX-XXXX-XX850C31980E',
+ ],
+ 'Success' => [
+ 'description' => '是否成功。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E1677098-XXXX-XXXX-XXXX-XX850C31980E\\",\\n \\"Success\\": true\\n}","type":"json"}]',
+ 'title' => '提交审核作业',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n"
+ .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ ],
+ 'GetAuditUserConf' => [
+ 'summary' => '人审等控制台配置信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '118683',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'CustomAudit' => [
+ 'description' => '是否开启内容人审功能',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'UserLabels' => [
+ 'description' => '复审标签',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ 'example' => '[]',
+ 'description' => '复审标签',
+ ],
+ 'description' => '复审标签',
+ ],
+ ],
+ 'RcpLabels' => [
+ 'description' => '人审标签',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ 'description' => '人审标签',
+ 'example' => '[]',
+ ],
+ 'description' => '人审标签',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CustomAudit\\": true,\\n \\"UserLabels\\": {\\n \\"key\\": [\\n \\"[]\\"\\n ]\\n },\\n \\"RcpLabels\\": {\\n \\"key\\": [\\n \\"[]\\"\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '获取审核状态',
+ ],
+ 'GetAuditItemList' => [
+ 'summary' => '人审结果列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '118727',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '媒体类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-07-13 00:00:00 +0800',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-10-21 16:08:38 +0800',
+ ],
+ ],
+ [
+ 'name' => 'BizType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'RcpResult',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '人审结果',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'noAudit',
+ ],
+ ],
+ [
+ 'name' => 'RcpRiskType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '人审违规类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'CustomResult',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '复审结果',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'noAudit',
+ ],
+ ],
+ [
+ 'name' => 'CustomRiskType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '复审违规类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ ],
+ [
+ 'name' => 'DataId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '4f3fa36f77174c0985e400c1a02a8f4c',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1697',
+ ],
+ 'Create' => [
+ 'description' => '创建时间',
+ 'type' => 'string',
+ 'example' => '2023-07-13 00:00:00 +0800'."\n",
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '104813*****2399',
+ ],
+ 'SubUid' => [
+ 'description' => '子账号ID',
+ 'type' => 'string',
+ 'example' => '20252***0827833349',
+ ],
+ 'BizType' => [
+ 'description' => '业务场景。',
+ 'type' => 'string',
+ 'example' => 'recommend_social_template_01',
+ ],
+ 'RcpTs' => [
+ 'description' => '人审时间',
+ 'type' => 'string',
+ 'example' => '2023-07-13 00:00:00 +0800'."\n",
+ ],
+ 'RcpResult' => [
+ 'description' => '人审结果',
+ 'type' => 'string',
+ 'example' => 'noAudit',
+ ],
+ 'RcpRiskType' => [
+ 'description' => '人审违规类型',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ 'CustomTs' => [
+ 'description' => '复审时间',
+ 'type' => 'string',
+ 'example' => '2023-07-13 00:00:00 +0800'."\n",
+ ],
+ 'CustomResult' => [
+ 'description' => '复审结果',
+ 'type' => 'string',
+ 'example' => 'noAudit',
+ ],
+ 'CustomRiskType' => [
+ 'description' => '复审违规类型',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ 'Operator' => [
+ 'description' => '审核员的用户名。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'DataId' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'example' => '4f3fa36f77174c0985e400c1a02a8f4c',
+ ],
+ 'Type' => [
+ 'description' => '检测类型。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'Content' => [
+ 'description' => '审核内容。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Url' => [
+ 'description' => '任务URL。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图地址。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 10,\\n \\"Items\\": [\\n {\\n \\"Id\\": 1697,\\n \\"Create\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"Uid\\": \\"104813*****2399\\",\\n \\"SubUid\\": \\"20252***0827833349\\",\\n \\"BizType\\": \\"recommend_social_template_01\\",\\n \\"RcpTs\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"RcpResult\\": \\"noAudit\\",\\n \\"RcpRiskType\\": \\"politics\\",\\n \\"CustomTs\\": \\"2023-07-13 00:00:00 +0800\\\\n\\",\\n \\"CustomResult\\": \\"noAudit\\",\\n \\"CustomRiskType\\": \\"politics\\",\\n \\"Operator\\": \\"xx\\",\\n \\"TaskId\\": \\"xx\\",\\n \\"DataId\\": \\"4f3fa36f77174c0985e400c1a02a8f4c\\",\\n \\"Type\\": \\"0\\",\\n \\"Content\\": \\"xx\\",\\n \\"Url\\": \\"xx\\",\\n \\"Thumbnail\\": \\"xx\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '获取审核内容列表',
+ ],
+ 'DescribeOssConfiguration' => [
+ 'summary' => '获取oss检测配置',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '200286',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang1JQ0P7',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'InvalidTaskIds' => [
+ 'description' => '无效的任务ID',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'ValidIncScanUsers' => [
+ 'description' => '有效的用户扫描配置列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '扫描配置对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => '用户uid',
+ 'type' => 'string',
+ 'example' => '123xxxxxxxx',
+ ],
+ 'Buckets' => [
+ 'description' => 'buckt列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'bucket名称',
+ 'type' => 'string',
+ 'example' => 'test_bucket',
+ ],
+ ],
+ 'Scenes' => [
+ 'description' => '扫描场景列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '扫描场景',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ ],
+ 'ImageScenes' => [
+ 'description' => '图片扫描场景',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片扫描场景',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ ],
+ 'ImageConf' => [
+ 'description' => '图片扫描配置',
+ 'type' => 'object',
+ 'properties' => [
+ 'Interval' => [
+ 'description' => '截帧间隔',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'MaxFrames' => [
+ 'description' => '最大帧数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'ScanImageNoFileType' => [
+ 'description' => '扫描无后缀图片文件',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ 'VideoScenes' => [
+ 'description' => '视频扫描场景',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频扫描场景',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ ],
+ 'VideoConf' => [
+ 'description' => '视频扫描配置',
+ 'type' => 'object',
+ 'properties' => [
+ 'Interval' => [
+ 'description' => '截帧频率,单位:秒/帧',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'MaxFrames' => [
+ 'description' => '单视频截帧上限',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '999',
+ ],
+ 'MaxSize' => [
+ 'description' => '单视频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '104857600',
+ ],
+ ],
+ ],
+ 'AudioScenes' => [
+ 'description' => '语音扫描场景列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '语音扫描场景',
+ 'type' => 'string',
+ 'example' => 'antispam',
+ ],
+ ],
+ 'AudioConf' => [
+ 'description' => '语音检测配置',
+ 'type' => 'object',
+ 'properties' => [
+ 'Interval' => [
+ 'description' => '截帧间隔',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'MaxFrames' => [
+ 'description' => '最大帧数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'MaxSize' => [
+ 'description' => '单音频大小上限',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10485760',
+ ],
+ ],
+ ],
+ 'BucketInfos' => [
+ 'description' => 'bucket信息列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'bucket信息对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'BucketName' => [
+ 'description' => 'Bucket名称',
+ 'type' => 'string',
+ 'example' => 'test_bucket',
+ ],
+ 'Prefixes' => [
+ 'description' => '前缀匹配配置',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀',
+ 'type' => 'string',
+ 'example' => 'test/',
+ ],
+ ],
+ 'Region' => [
+ 'description' => '区域',
+ 'type' => 'string',
+ 'example' => 'cn-shanghai',
+ ],
+ 'Type' => [
+ 'description' => '前缀匹配规则,exclude:不包含,include:包含',
+ 'type' => 'string',
+ 'example' => 'include',
+ ],
+ ],
+ ],
+ ],
+ 'BizType' => [
+ 'description' => 'bizType',
+ 'type' => 'string',
+ 'example' => 'recommend_standard_template_01',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"InvalidTaskIds\\": \\"xxx\\",\\n \\"ValidIncScanUsers\\": [\\n {\\n \\"Uid\\": \\"123xxxxxxxx\\",\\n \\"Buckets\\": [\\n \\"test_bucket\\"\\n ],\\n \\"Scenes\\": [\\n \\"porn\\"\\n ],\\n \\"ImageScenes\\": [\\n \\"porn\\"\\n ],\\n \\"ImageConf\\": {\\n \\"Interval\\": 1,\\n \\"MaxFrames\\": 3,\\n \\"ScanImageNoFileType\\": true\\n },\\n \\"VideoScenes\\": [\\n \\"porn\\"\\n ],\\n \\"VideoConf\\": {\\n \\"Interval\\": 3,\\n \\"MaxFrames\\": 999,\\n \\"MaxSize\\": 104857600\\n },\\n \\"AudioScenes\\": [\\n \\"antispam\\"\\n ],\\n \\"AudioConf\\": {\\n \\"Interval\\": 10,\\n \\"MaxFrames\\": 10,\\n \\"MaxSize\\": 10485760\\n },\\n \\"BucketInfos\\": [\\n {\\n \\"BucketName\\": \\"test_bucket\\",\\n \\"Prefixes\\": [\\n \\"test/\\"\\n ],\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"Type\\": \\"include\\"\\n }\\n ],\\n \\"BizType\\": \\"recommend_standard_template_01\\"\\n }\\n ]\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => 'Describe Oss Task Configuration',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n"
+ .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];
diff --git a/data/zh_cn/green/2018-05-09/api-docs.php b/data/zh_cn/green/2018-05-09/api-docs.php
new file mode 100644
index 0000000..fcd3a76
--- /dev/null
+++ b/data/zh_cn/green/2018-05-09/api-docs.php
@@ -0,0 +1,4064 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'ROA',
+ 'product' => 'Green',
+ 'version' => '2018-05-09',
+ ],
+ 'directories' => [
+ [
+ 'id' => 82105,
+ 'title' => '公共',
+ 'type' => 'directory',
+ 'children' => [
+ 'GetGroups',
+ 'UploadCredentials',
+ ],
+ ],
+ [
+ 'id' => 82108,
+ 'title' => '人脸',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddFaces',
+ 'DeleteFaces',
+ 'DetectFace',
+ ],
+ ],
+ [
+ 'id' => 82112,
+ 'title' => '图像',
+ 'type' => 'directory',
+ 'children' => [
+ 'ListSimilarityImages',
+ 'ImageAsyncScan',
+ 'ImageAsyncScanResults',
+ 'ImageSyncScan',
+ 'ImageAsyncManualScan',
+ 'ImageAsyncManualScanResults',
+ 'ImageScanFeedback',
+ ],
+ ],
+ [
+ 'id' => 82120,
+ 'title' => '相似图',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddSimilarityImage',
+ 'AddSimilarityLibrary',
+ 'DeleteSimilarityImage',
+ 'DeleteSimilarityLibrary',
+ 'GetSimilarityImage',
+ 'GetSimilarityLibrary',
+ 'ListSimilarityLibraries',
+ ],
+ ],
+ [
+ 'id' => 82128,
+ 'title' => '视频',
+ 'type' => 'directory',
+ 'children' => [
+ 'VideoAsyncScan',
+ 'VideoAsyncScanResults',
+ 'VideoCancelScan',
+ 'VideoFeedback',
+ 'VideoSyncScan',
+ 'VideoAsyncManualScan',
+ 'VideoAsyncManualScanResults',
+ ],
+ ],
+ [
+ 'id' => 82136,
+ 'title' => '直播流',
+ 'type' => 'directory',
+ 'children' => [
+ 'LiveStreamAsyncScan',
+ 'LiveStreamAsyncScanResults',
+ 'LiveStreamCancelScan',
+ ],
+ ],
+ [
+ 'id' => 82140,
+ 'title' => '视频点播',
+ 'type' => 'directory',
+ 'children' => [
+ 'VodAsyncScan',
+ 'VodAsyncScanResults',
+ ],
+ ],
+ [
+ 'id' => 82143,
+ 'title' => '音频',
+ 'type' => 'directory',
+ 'children' => [
+ 'VoiceAsyncScan',
+ 'VoiceAsyncScanResults',
+ 'VoiceCancelScan',
+ 'VoiceSyncScan',
+ 'VoiceAsyncManualScan',
+ 'VoiceAsyncManualScanResults',
+ ],
+ ],
+ [
+ 'id' => 82150,
+ 'title' => '文本',
+ 'type' => 'directory',
+ 'children' => [
+ 'TextAsyncManualScan',
+ 'TextAsyncManualScanResults',
+ 'TextFeedback',
+ 'TextScan',
+ ],
+ ],
+ [
+ 'id' => 82155,
+ 'title' => '文件',
+ 'type' => 'directory',
+ 'children' => [
+ 'FileAsyncScan',
+ 'FileAsyncScanResults',
+ ],
+ ],
+ [
+ 'id' => 82158,
+ 'title' => '网页',
+ 'type' => 'directory',
+ 'children' => [
+ 'WebpageAsyncScan',
+ 'WebpageAsyncScanResults',
+ 'WebpageSyncScan',
+ ],
+ ],
+ [
+ 'id' => 82162,
+ 'title' => '个体',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddGroups',
+ 'AddPerson',
+ 'DeleteGroups',
+ 'DeletePerson',
+ 'SetPerson',
+ 'GetFaces',
+ 'GetPerson',
+ 'GetPersons',
+ ],
+ ],
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddVideoDna',
+ 'AddVideoDnaGroup',
+ 'DeleteVideoDnaGroup',
+ 'DeleteVideoDna',
+ 'VoiceIdentityCheck',
+ 'VoiceIdentityRegister',
+ 'VoiceIdentityStartCheck',
+ 'VoiceIdentityStartRegister',
+ 'VoiceIdentityUnregister',
+ 'FileAsyncScanV2',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'GetGroups' => [
+ 'summary' => '获取一个账号下的所有个体分组信息。',
+ 'path' => '/green/sface/groups',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102565',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取分组列表',
+ ],
+ 'UploadCredentials' => [
+ 'summary' => '文件上传前需要生成上传凭证。',
+ 'path' => '/green/credentials/uploadcredentials',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102588',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXDSBJQ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-hangzhou',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '生成上传凭证',
+ ],
+ 'AddFaces' => [
+ 'summary' => '向个体中增加人脸图片,用于检索,需要提前创建个体。',
+ 'path' => '/green/sface/face/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102546',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-hangzhou',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增个体对应人脸图片',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'DeleteFaces' => [
+ 'summary' => '从一个个体库中删除一张或者多张指定个体对应的人脸图片。',
+ 'path' => '/green/sface/face/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102553',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求 ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除人脸图片',
+ ],
+ 'DetectFace' => [
+ 'summary' => '检测一个指定人脸图像的属性内容(比如是否微笑、是否戴眼镜)。',
+ 'path' => '/green/face/detect',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102560',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'description' => '请求ID',
+ 'type' => 'string',
+ 'example' => '27A1595D-E049-5589-9A19-49B823B42363',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"27A1595D-E049-5589-9A19-49B823B42363\\"\\n}","type":"json"}]',
+ 'title' => '人脸检测定位',
+ ],
+ 'ListSimilarityImages' => [
+ 'summary' => '查询指定图库下的所有图片样本及其元信息。',
+ 'path' => '/green/similarity/image/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102576',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '列举图像',
+ ],
+ 'ImageAsyncScan' => [
+ 'summary' => '对图片进行多个风险场景的识别,包括色情、暴恐敏感、文字、人脸、广告、二维码识别。',
+ 'path' => '/green/image/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102572',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '异步图片风险检测',
+ ],
+ 'ImageAsyncScanResults' => [
+ 'summary' => '获取异步图片检测结果。',
+ 'path' => '/green/image/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102573',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取异步图片检测结果',
+ ],
+ 'ImageSyncScan' => [
+ 'summary' => '检测图片中是否包含风险内容。',
+ 'path' => '/green/image/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102575',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '图像同步风险检测',
+ ],
+ 'ImageAsyncManualScan' => [
+ 'summary' => '提交图像人工审核请求。',
+ 'path' => '/green/image/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102570',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHBD2RF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '图片人工审核',
+ ],
+ 'ImageAsyncManualScanResults' => [
+ 'summary' => '获取图片人工审核结果。',
+ 'path' => '/green/image/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102571',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHBD2RF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取图片人工审核结果',
+ ],
+ 'ImageScanFeedback' => [
+ 'summary' => '反馈机器识别不准确的图像。',
+ 'path' => '/green/image/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102574',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '图像扫描反馈',
+ ],
+ 'AddSimilarityImage' => [
+ 'summary' => '向一个图库中添加一张或者多张图像用于检索。',
+ 'path' => '/green/similarity/image/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102549',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '增加相似图样本',
+ ],
+ 'AddSimilarityLibrary' => [
+ 'summary' => '一个账号(uid)下可以创建一个或者多个相似图库,用于检索图像。',
+ 'path' => '/green/similarity/library/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102550',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增一个相似图样本图库',
+ ],
+ 'DeleteSimilarityImage' => [
+ 'summary' => '删除相似图库中的一张或者多张图片。',
+ 'path' => '/green/similarity/image/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102556',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '移除相似图样本',
+ ],
+ 'DeleteSimilarityLibrary' => [
+ 'summary' => '删除一个账号下的一个或者多个相似图库。',
+ 'path' => '/green/similarity/library/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102557',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除指定的相似图库',
+ ],
+ 'GetSimilarityImage' => [
+ 'summary' => '查询指定相似图库中样本图片的元信息。',
+ 'path' => '/green/similarity/image/get',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102568',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取相似图信息',
+ ],
+ 'GetSimilarityLibrary' => [
+ 'summary' => '查询一个账号下的所有图库信息。',
+ 'path' => '/green/similarity/library/get',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102569',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询指定图库的信息',
+ ],
+ 'ListSimilarityLibraries' => [
+ 'summary' => '查询一个账号下所有相似图库及其元信息。',
+ 'path' => '/green/similarity/library/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102577',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取相似图库',
+ ],
+ 'VideoAsyncScan' => [
+ 'summary' => '提交视频文件异步风险检测请求。',
+ 'path' => '/green/video/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102591',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE94J2O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '视频文件风险异步检测',
+ ],
+ 'VideoAsyncScanResults' => [
+ 'summary' => '获取视频文件的人工审核结果,结果以json形式返回。',
+ 'path' => '/green/video/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102592',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE94J2O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询视频风险异步检测任务结果',
+ ],
+ 'VideoCancelScan' => [
+ 'summary' => '停止视频风险检测。',
+ 'path' => '/green/video/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102593',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang3N7S58',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端请求。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '停止视频检测',
+ ],
+ 'VideoFeedback' => [
+ 'summary' => '反馈机器识别不准确的视频信息。',
+ 'path' => '/green/video/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102594',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUIZ18F',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频检测结果反馈',
+ ],
+ 'VideoSyncScan' => [
+ 'summary' => '检测视频中是否含有风险内容。',
+ 'path' => '/green/video/syncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102595',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频异步检测',
+ ],
+ 'VideoAsyncManualScan' => [
+ 'summary' => '提交异步视频文件人工审核请求。',
+ 'path' => '/green/video/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102589',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPHE82O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频异步人工审核',
+ ],
+ 'VideoAsyncManualScanResults' => [
+ 'summary' => '获取视频文件的人工审核结果,结果以json形式返回。',
+ 'path' => '/green/video/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102590',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPHE82O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取异步人工审核结果',
+ ],
+ 'LiveStreamAsyncScan' => [
+ 'summary' => '提交直播流异步检测请求,检测直播中的风险内容。',
+ 'path' => '/green/livestream/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102578',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangVSDW81',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '直播流异步扫描',
+ ],
+ 'LiveStreamAsyncScanResults' => [
+ 'summary' => '获取直播流异步检测结果。',
+ 'path' => '/green/livestream/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102579',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '直播流异步扫描结果',
+ ],
+ 'LiveStreamCancelScan' => [
+ 'summary' => '取消正在检测的直播流任务。',
+ 'path' => '/green/livestream/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102581',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '取消直播流扫描',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'VodAsyncScan' => [
+ 'summary' => '检测点播视频中是否含有风险内容。',
+ 'path' => '/green/vod/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102596',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '点播视频异步扫描',
+ ],
+ 'VodAsyncScanResults' => [
+ 'summary' => '获取点播视频异步扫描结果。',
+ 'path' => '/green/vod/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102597',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求的ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取点播视频异步扫描结果',
+ ],
+ 'VoiceAsyncScan' => [
+ 'summary' => '提交语音异步检测任务,检测语音文件或者语音流中的风险。',
+ 'path' => '/green/voice/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102600',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '提交语音异步检测任务',
+ ],
+ 'VoiceAsyncScanResults' => [
+ 'summary' => '查询语音流或语音文件的检测结果。',
+ 'path' => '/green/voice/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102601',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2NXRK3',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询语音异步检测结果',
+ ],
+ 'VoiceCancelScan' => [
+ 'summary' => '取消已经提交并正在检测中的语音检测任务。',
+ 'path' => '/green/voice/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102602',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangKSNO5H',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '取消语音检测任务',
+ ],
+ 'VoiceSyncScan' => [
+ 'summary' => '检测实时语音流或语音文件中的垃圾内容。',
+ 'path' => '/green/voice/syncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102608',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2B2SWY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '短语音同步检测',
+ ],
+ 'VoiceAsyncManualScan' => [
+ 'summary' => '提交语音文件到内容安全服务进行人工审核,结果需要异步获取。',
+ 'path' => '/green/voice/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102598',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYI9A19',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '提交语音人工审核',
+ ],
+ 'VoiceAsyncManualScanResults' => [
+ 'summary' => '查询语音人工审核的结果,结果以json格式返回。',
+ 'path' => '/green/voice/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102599',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询语音人工审核结果',
+ ],
+ 'TextAsyncManualScan' => [
+ 'summary' => '提交文本异步人工审核请求。',
+ 'path' => '/green/text/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102584',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEJSWOI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '文本人工审核',
+ ],
+ 'TextAsyncManualScanResults' => [
+ 'summary' => '获取文本人工审核结果,结果以json形式返回。',
+ 'path' => '/green/text/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102585',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEJSWOI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取文本人工审核结果',
+ ],
+ 'TextFeedback' => [
+ 'summary' => '反馈机器识别不准确的文本内容。',
+ 'path' => '/green/text/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102586',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUHMJJS',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '文本反垃圾结果反馈',
+ ],
+ 'TextScan' => [
+ 'summary' => '文本垃圾检测和文本关键词检测。',
+ 'path' => '/green/text/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102587',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '文本扫描',
+ ],
+ 'FileAsyncScan' => [
+ 'summary' => '异步检测pdf、word等文档文件中的风险内容。',
+ 'path' => '/green/file/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102561',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang99KFOP',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '文件异步扫描',
+ ],
+ 'FileAsyncScanResults' => [
+ 'summary' => '查询异步文件扫描的检测结果。',
+ 'path' => '/green/file/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102562',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYVRTEV',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询文件异步扫描结果',
+ ],
+ 'WebpageAsyncScan' => [
+ 'summary' => '提交HTML网页的异步风险扫描请求,结果需要异步获取。',
+ 'path' => '/green/webpage/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102609',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangQYU7PN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '网页异步检测内容审核',
+ ],
+ 'WebpageAsyncScanResults' => [
+ 'summary' => '查询HTML页面的风险检测结果,结果以json格式返回。',
+ 'path' => '/green/webpage/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102610',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询网页异步检测结果',
+ ],
+ 'WebpageSyncScan' => [
+ 'summary' => '同步检测html页面中的内容风险。',
+ 'path' => '/green/webpage/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102611',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '网页同步检测内容审核',
+ ],
+ 'AddGroups' => [
+ 'summary' => '将一个个体添加到一个指定的分组中,检索个体时必须指定分组。',
+ 'path' => '/green/sface/person/groups/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102547',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加个体到指定分组',
+ ],
+ 'AddPerson' => [
+ 'summary' => '创建一个个体,个体有姓名、id等可选属性。',
+ 'path' => '/green/sface/person/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102548',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新建个体',
+ 'description' => '请确保在使用该接口前,已充分了解文本审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq)。',
+ ],
+ 'DeleteGroups' => [
+ 'summary' => '删除一个或者多个个体分组。',
+ 'path' => '/green/sface/person/groups/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102554',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除个体分组',
+ ],
+ 'DeletePerson' => [
+ 'summary' => '从一个个体库中删除一个或者多个个体。',
+ 'path' => '/green/sface/person/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102555',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除个体',
+ ],
+ 'SetPerson' => [
+ 'summary' => '设置个体的姓名、id等信息。',
+ 'path' => '/green/sface/person/update',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102583',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置个体信息',
+ ],
+ 'GetFaces' => [
+ 'summary' => '个体名称、关联的人脸图片ID和所属个体组ID等。',
+ 'path' => '/green/sface/faces',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102564',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询个体信息',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'GetPerson' => [
+ 'summary' => '获取指定个体的属性信息。',
+ 'path' => '/green/sface/person',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102566',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取个体信息',
+ ],
+ 'GetPersons' => [
+ 'summary' => '获取指定个体分组中的个体信息。',
+ 'path' => '/green/sface/group/persons',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102567',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取个体列表信息',
+ ],
+ 'AddVideoDna' => [
+ 'summary' => '添加视频dna。',
+ 'path' => '/green/video/dna/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102551',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加视频dna',
+ ],
+ 'AddVideoDnaGroup' => [
+ 'summary' => '添加视频dna分组',
+ 'path' => '/green/video/dna/group/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102552',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加视频分组',
+ ],
+ 'DeleteVideoDnaGroup' => [
+ 'summary' => '删除视频dna分组。',
+ 'path' => '/green/video/dna/group/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102559',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除视频分组',
+ ],
+ 'DeleteVideoDna' => [
+ 'summary' => '删除视频dna。',
+ 'path' => '/green/video/dna/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102558',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除视频截动图',
+ 'description' => '请确保在使用该接口前,已[开通内容安全增强版](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn)服务,并充分了解视频审核增强版产品的[收费方式](https://help.aliyun.com/document_detail/2505807.html)和[价格](https://www.aliyun.com/price/product?#/lvwang/detail/cdibag)。',
+ ],
+ 'VoiceIdentityCheck' => [
+ 'summary' => '设置语音人工审核状态',
+ 'path' => '/green/voice/auth/check',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102603',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置语音人工审核状态',
+ ],
+ 'VoiceIdentityRegister' => [
+ 'summary' => '新增语音个体识别。',
+ 'path' => '/green/voice/auth/register',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102604',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增个体识别',
+ ],
+ 'VoiceIdentityStartCheck' => [
+ 'summary' => '设置实体语音识别算法。',
+ 'path' => '/green/voice/auth/start/check',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102605',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置实体识别算法',
+ ],
+ 'VoiceIdentityStartRegister' => [
+ 'summary' => '启动实体语音识别算法。',
+ 'path' => '/green/voice/auth/start/register',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102606',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '启动语音实体识别',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'VoiceIdentityUnregister' => [
+ 'summary' => '注销语音注册人脸。',
+ 'path' => '/green/voice/auth/unregister',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102607',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '注销语音注册人脸',
+ ],
+ 'FileAsyncScanV2' => [
+ 'summary' => '文件检测新版本。支持常见的office文档格式。',
+ 'path' => '/green/file/asyncscanv2',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '159604',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYVRTEV',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '返回结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'description' => '请求ID',
+ 'type' => 'string',
+ 'example' => 'DA36A1DA-C466-538D-AD52-E64D75597750',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"DA36A1DA-C466-538D-AD52-E64D75597750\\"\\n}","type":"json"}]',
+ 'title' => '文档检测新版本',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];
diff --git a/data/zh_cn/green/2022-03-02/api-docs.php b/data/zh_cn/green/2022-03-02/api-docs.php
new file mode 100644
index 0000000..2691a0f
--- /dev/null
+++ b/data/zh_cn/green/2022-03-02/api-docs.php
@@ -0,0 +1,4955 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'Green',
+ 'version' => '2022-03-02',
+ ],
+ 'directories' => [
+ 'TextModerationPlus',
+ 'TextModeration',
+ 'ImageModeration',
+ 'ImageAsyncModeration',
+ 'DescribeImageModerationResult',
+ 'VoiceModeration',
+ 'VoiceModerationResult',
+ 'VoiceModerationCancel',
+ 'VideoModeration',
+ 'VideoModerationResult',
+ 'VideoModerationCancel',
+ 'FileModeration',
+ 'DescribeFileModerationResult',
+ [
+ 'id' => 188835,
+ 'title' => '其他',
+ 'type' => 'directory',
+ 'children' => [
+ 'DescribeImageResultExt',
+ 'UrlAsyncModeration',
+ 'DescribeUrlModerationResult',
+ 'DescribeUploadToken',
+ 'ImageBatchModeration',
+ 'ManualCallback',
+ 'ManualModeration',
+ 'ManualModerationResult',
+ ],
+ ],
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'MultiModalGuard',
+ 'MultiModalAgent',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'TextModerationPlus' => [
+ 'summary' => '文本审核增强版升级PLUS服务,面向大语言模型的输入指令和生成文字分别提供审核服务,特定的模型输入指令支持检索标准回答,同时开放审核标签的开启和关闭功能。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '207632',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXYAQ5C',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'chat_detection_pro' => '私聊互动内容检测_专业版',
+ 'llm_response_moderation' => '大语言模型生成文字检测',
+ 'llm_query_moderation' => '大语言模型输入文字检测',
+ 'aigc_moderation_byllm' => 'AIGC场景文本审核大模型服务',
+ 'nickname_detection_pro' => '用户昵称检测_专业版',
+ 'comment_detection_pro' => '公聊评论内容检测_专业版',
+ 'ugc_moderation_byllm' => 'UGC场景文本审核大模型服务',
+ 'ad_compliance_detection_pro' => '广告法合规检测_专业版',
+ ],
+ 'example' => 'ugc_moderation_byllm',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集。JSON字符串格式',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{'."\n"
+ .' "content": "测试内容"'."\n"
+ .' }',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '审核结果数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Result' => [
+ 'description' => '结果',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回集合。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'string',
+ 'example' => 'XXX',
+ ],
+ 'CustomizedHit' => [
+ 'description' => '自定义关键词命中',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '自定义命中',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibName' => [
+ 'description' => '库名称',
+ 'type' => 'string',
+ 'example' => '测试词库',
+ ],
+ 'KeyWords' => [
+ 'description' => '命中的关键词,逗号分隔',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ ],
+ 'Description' => [
+ 'description' => '标签描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ 'RiskPositions' => [
+ 'description' => '风险词位置信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '风险词位置信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RiskWord' => [
+ 'description' => '违规关键词。',
+ 'type' => 'string',
+ 'example' => '词A',
+ ],
+ 'StartPos' => [
+ 'description' => '敏感词的开始位置。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '4',
+ ],
+ 'EndPos' => [
+ 'description' => '敏感词的结束位置。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '6',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Advice' => [
+ 'description' => '建议',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '代答内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'Answer' => [
+ 'description' => '回答',
+ 'type' => 'string',
+ 'example' => 'XXX',
+ ],
+ 'HitLabel' => [
+ 'description' => '命中标签',
+ 'type' => 'string',
+ 'example' => 'XXX',
+ ],
+ 'HitLibName' => [
+ 'description' => '命中库名称',
+ 'type' => 'string',
+ 'example' => 'XXX',
+ ],
+ ],
+ ],
+ ],
+ 'Score' => [
+ 'description' => '分数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'DataId' => [
+ 'description' => '检测对象对应的数据ID。'."\n"
+ .'> 如果在检测请求参数中传入了dataId,则此处返回对应的dataId。',
+ 'type' => 'string',
+ 'example' => 'text1234',
+ ],
+ 'SensitiveResult' => [
+ 'description' => '敏感数据检测结果',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '敏感数据检测结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => '1234',
+ ],
+ 'SensitiveLevel' => [
+ 'description' => '敏感等级',
+ 'type' => 'string',
+ 'example' => 'S1',
+ ],
+ 'SensitiveData' => [
+ 'description' => '敏感数据列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '敏感数据',
+ 'type' => 'string',
+ 'example' => '上海',
+ ],
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '省份',
+ ],
+ ],
+ ],
+ ],
+ 'AttackResult' => [
+ 'description' => '提示词攻击检测结果',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '提示词攻击检测结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'safe',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0',
+ ],
+ 'AttackLevel' => [
+ 'description' => '攻击等级',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => 'safe',
+ ],
+ ],
+ ],
+ ],
+ 'SensitiveLevel' => [
+ 'description' => '敏感等级',
+ 'type' => 'string',
+ 'example' => 'S0',
+ ],
+ 'AttackLevel' => [
+ 'description' => '攻击等级',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'DetectedLanguage' => [
+ 'description' => '识别语种',
+ 'type' => 'string',
+ 'example' => 'en',
+ ],
+ 'TranslatedContent' => [
+ 'description' => '翻译后内容',
+ 'type' => 'string',
+ 'example' => 'hello',
+ ],
+ 'AccountId' => [
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => '123456789',
+ ],
+ 'Ext' => [
+ 'description' => '文本辅助参考信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LlmContent' => [
+ 'description' => '大模型输出内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'OutputText' => [
+ 'description' => '输出内容。',
+ 'type' => 'string',
+ 'example' => '正常。文本中无风险内容。',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"porn\\",\\n \\"Confidence\\": 81.22,\\n \\"RiskWords\\": \\"XXX\\",\\n \\"CustomizedHit\\": [\\n {\\n \\"LibName\\": \\"测试词库\\",\\n \\"KeyWords\\": \\"xxx\\"\\n }\\n ],\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskPositions\\": [\\n {\\n \\"RiskWord\\": \\"词A\\",\\n \\"StartPos\\": 4,\\n \\"EndPos\\": 6\\n }\\n ]\\n }\\n ],\\n \\"Advice\\": [\\n {\\n \\"Answer\\": \\"XXX\\",\\n \\"HitLabel\\": \\"XXX\\",\\n \\"HitLibName\\": \\"XXX\\"\\n }\\n ],\\n \\"Score\\": 1,\\n \\"RiskLevel\\": \\"high\\",\\n \\"DataId\\": \\"text1234\\",\\n \\"SensitiveResult\\": [\\n {\\n \\"Label\\": \\"1234\\",\\n \\"SensitiveLevel\\": \\"S1\\",\\n \\"SensitiveData\\": [\\n \\"上海\\"\\n ],\\n \\"Description\\": \\"省份\\"\\n }\\n ],\\n \\"AttackResult\\": [\\n {\\n \\"Label\\": \\"safe\\",\\n \\"Confidence\\": 0,\\n \\"AttackLevel\\": \\"none\\",\\n \\"Description\\": \\"safe\\"\\n }\\n ],\\n \\"SensitiveLevel\\": \\"S0\\",\\n \\"AttackLevel\\": \\"none\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DetectedLanguage\\": \\"en\\",\\n \\"TranslatedContent\\": \\"hello\\",\\n \\"AccountId\\": \\"123456789\\",\\n \\"Ext\\": {\\n \\"LlmContent\\": {\\n \\"OutputText\\": \\"正常。文本中无风险内容。\\"\\n }\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '文本审核Plus版',
+ 'description' => '请确保在使用该接口前,已[开通内容安全增强版服务](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn)且充分了解文本审核增强PLUS版产品的[收费方式和价格](https://help.aliyun.com/document_detail/2671445.html?#section-6od-32j-99n)。',
+ ],
+ 'TextModeration' => [
+ 'summary' => '采用动态策略和模型强化变异对抗性,提供多种业务场景的审核服务,识别出多种违规风险。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '128601',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型,包括:'."\n"
+ .'nickname_detection:用户昵称'."\n"
+ .'chat_detection:聊天互动'."\n"
+ .'comment_detection:动态评论'."\n"
+ .'pgc_detection:教学物料PGC',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'enumValueTitles' => [
+ 'pgc_detection' => 'PGC通用物料检测',
+ 'nickname_detection' => '用户昵称检测',
+ 'comment_multilingual_pro' => '国际业务多语言检测',
+ 'chat_detection' => '私聊互动内容检测',
+ 'ad_compliance_detection' => '广告法合规检测',
+ 'comment_detection' => '公聊评论内容检测',
+ 'ai_art_detection' => 'AIGC类文字检测',
+ ],
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集。JSON字符串格式,关于每个字符串的描述',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"content":"地图还是黑的"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '响应体',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '请求消息的响应消息。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '审核结果数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'labels' => [
+ 'description' => '标签,多个用英文逗号分隔。包括:'."\n"
+ .'ad:广告'."\n"
+ .'profanity:辱骂'."\n"
+ .'contraband:违禁品'."\n"
+ .'sexual_content:色情'."\n"
+ .'violence:暴恐'."\n"
+ .'nonsense:灌水'."\n"
+ .'spam:垃圾信息'."\n"
+ .'negative_content:不良场景'."\n"
+ .'cyberbullying:网络暴力'."\n"
+ .'C_customized:用户库命中',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'reason' => [
+ 'description' => '原因定位的JSON字符串,包含以下字段:'."\n"
+ .'1. riskTips:细分标签'."\n"
+ .'2. riskWords:命中风险词'."\n"
+ .'3. adNums:命中广告号'."\n"
+ .'4. customizedWords:命中用户词'."\n"
+ .'5. customizedLibs:命中用户词库名'."\n"
+ .'6. riskLevel:风险等级,根据系统推荐的风险等级返回,返回值包括:'."\n"
+ .'- high:高风险'."\n"
+ .'- medium:中风险'."\n"
+ .'- low:低风险',
+ 'type' => 'string',
+ 'example' => '{\\"riskLevel\\":\\"high\\",\\"riskTips\\":\\"色情_低俗词\\",\\"riskWords\\":\\"色情服务\\"}',
+ ],
+ 'accountId' => [
+ 'description' => '客户入参传入的accountId',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ 'deviceId' => [
+ 'description' => '客户入参传入的deviceId',
+ 'type' => 'string',
+ 'example' => 'xxxxxx',
+ ],
+ 'dataId' => [
+ 'description' => '检测对象对应的数据ID。'."\n"
+ .'> 如果在检测请求参数中传入了dataId,则此处返回对应的dataId。',
+ 'type' => 'string',
+ 'example' => 'text1234',
+ ],
+ 'descriptions' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似广告内容',
+ ],
+ 'manualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'ext' => [
+ 'description' => '文本辅助参考信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'llmContent' => [
+ 'description' => '大模型输出内容。',
+ 'type' => 'object',
+ 'properties' => [
+ 'outputText' => [
+ 'description' => '输出内容。',
+ 'type' => 'string',
+ 'example' => '正常。文本中无风险内容。',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"labels\\": \\"porn\\",\\n \\"reason\\": \\"{\\\\\\\\\\\\\\"riskLevel\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"high\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskTips\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情_低俗词\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskWords\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情服务\\\\\\\\\\\\\\"}\\",\\n \\"accountId\\": \\"123456\\",\\n \\"deviceId\\": \\"xxxxxx\\",\\n \\"dataId\\": \\"text1234\\",\\n \\"descriptions\\": \\"疑似广告内容\\",\\n \\"manualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"ext\\": {\\n \\"llmContent\\": {\\n \\"outputText\\": \\"正常。文本中无风险内容。\\"\\n }\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '文本审核增强版',
+ 'description' => '请确保在使用该接口前,已充分了解文本审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq)。',
+ ],
+ 'ImageModeration' => [
+ 'summary' => '图片审核。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '142557',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图片审核增强版支持的检测类型。取值:'."\n"
+ .'- baselineCheck:通用基线检测'."\n"
+ .'- baselineCheck_pro:通用基线检测_专业版'."\n"
+ .'- baselineCheck_cb:通用基线检测_海外版'."\n"
+ .'- tonalityImprove:内容治理检测'."\n"
+ .'- aigcCheck:AIGC图片检测'."\n"
+ .'- aigcViolationDetection:AIGC图片侵权检测'."\n"
+ .'- aigcDetector:图片是否AIGC生成判定'."\n"
+ .'- profilePhotoCheck:头像图片检测'."\n"
+ .'- postImageCheck:帖子评论图片检测'."\n"
+ .'- advertisingCheck:营销素材检测'."\n"
+ .'- liveStreamCheck:视频/直播截图检测'."\n"
+ .'- generalOcr:通用图文OCR'."\n"
+ .'- generalRecognition:图片万物识别'."\n"
+ .'- postImageCheckByVL:大小模型融合图片审核服务'."\n"
+ .'- postImageCheckByVL_cb:大小模型融合图片审核服务_出海版'."\n"
+ .'- baselineCheckByVL:通用图片审核大模型服务',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'liveStreamCheck' => '视频截图检测',
+ 'generalOcr' => '通用图文OCR',
+ 'postImageCheck' => '帖子评论图片检测',
+ 'postImageCheckByVL_cb' => '大小模型融合图片审核服务_出海版',
+ 'baselineCheck_pro' => '通用基线检测_专业版',
+ 'advertisingCheck' => '营销素材检测',
+ 'baselineCheck_cb' => '通用基线检测_出海版',
+ 'tonalityImprove' => '内容治理检测',
+ 'profilePhotoCheck' => '头像图片检测',
+ 'baselineCheck' => '通用基线检测',
+ 'postImageCheckByVL' => '大小模型融合图片审核服务',
+ 'generalRecognition' => '图片万物识别',
+ 'aigcCheck' => 'AIGC图片检测',
+ 'aigcViolationDetection' => 'AIGC图片侵权检测',
+ 'baselineCheckByVL' => '通用图片审核大模型服务',
+ 'aigcDetector' => '图片是否AIGC生成判定',
+ ],
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '内容检测对象的相关参数集。JSON字符串格式。'."\n"
+ .'- imageUrl:待检测对象的URL,必填。'."\n"
+ .'- dataId:检测对象对应的数据ID,可选。'."\n"
+ .'- referer:referer请求头,用于防盗链等场景,可选。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"imageUrl":"https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png","dataId":"img1234567"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'Body返回值。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。',
+ 'type' => 'string',
+ 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '图片内容检测后的结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => '检测对象对应的数据ID。'."\n"
+ ."\n"
+ .'> 如果在检测请求参数中传入了dataId,则此处返回对应的dataId。',
+ 'type' => 'string',
+ 'example' => 'fb5ffab1-993b-449f-b8d6-b97d5e3331f2',
+ ],
+ 'Result' => [
+ 'description' => '图片检测的风险标签、置信分等参数结果,数组结构。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '图片内容检测运算后返回的标签。同一张图片可能会检出多个标签和分值。',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。部分标签无置信分。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ 'Description' => [
+ 'description' => '描述。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ 'Ext' => [
+ 'description' => '图片辅助参考信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Recognition' => [
+ 'description' => '图片万物识别结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Classification' => [
+ 'description' => '图片万物识别的类别。',
+ 'type' => 'string',
+ 'example' => '办公大楼'."\n",
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。返回nonLabel时无置信分。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22'."\n"
+ ."\n",
+ ],
+ ],
+ ],
+ ],
+ 'OcrResult' => [
+ 'description' => '图文OCR识别结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Text' => [
+ 'description' => '识别出来的单条文本信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ 'Location' => [
+ 'description' => '文字行及坐标信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '33',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '44',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'TextInImage' => [
+ 'description' => '返回命中的图片中文字信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'OcrResult' => [
+ 'description' => '返回识别到的图片中的每行文字信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Text' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ 'Location' => [
+ 'description' => '文字行及坐标信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '33',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '44',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RiskWord' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ ],
+ 'CustomText' => [
+ 'description' => '当命中自定义文本库时,返回自定义库ID、自定义库名称和自定义词。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '自定义库ID',
+ 'type' => 'string',
+ 'example' => '123456'."\n",
+ ],
+ 'LibName' => [
+ 'description' => '自定义库名称。',
+ 'type' => 'string',
+ 'example' => '自定义库1'."\n",
+ ],
+ 'KeyWords' => [
+ 'description' => '自定义词,多个词用逗号分隔。',
+ 'type' => 'string',
+ 'example' => '自定义词1,自定义词2'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'CustomImage' => [
+ 'description' => '自定义图库命中信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '命中的自定义图库ID。',
+ 'type' => 'string',
+ 'example' => '图库123'."\n",
+ ],
+ 'ImageId' => [
+ 'description' => '命中的自定义图片ID。',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ 'LibName' => [
+ 'description' => '命中的自定义图库名。',
+ 'type' => 'string',
+ 'example' => '图库123'."\n",
+ ],
+ ],
+ ],
+ ],
+ 'PublicFigure' => [
+ 'description' => '人物信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'FigureName' => [
+ 'description' => '识别出的人物名称信息。',
+ 'type' => 'string',
+ 'example' => 'yzazhzou',
+ ],
+ 'FigureId' => [
+ 'description' => '识别出的人物编码信息。',
+ 'type' => 'string',
+ 'example' => 'xxx001',
+ ],
+ 'Location' => [
+ 'description' => '标识的位置信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,识别区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,识别区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => '识别区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '330',
+ ],
+ 'H' => [
+ 'description' => '识别区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '440',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'LogoData' => [
+ 'description' => '标识信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Location' => [
+ 'description' => '标识的位置信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,识别区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,识别区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => '识别区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '330',
+ ],
+ 'H' => [
+ 'description' => '识别区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '440',
+ ],
+ ],
+ ],
+ 'Logo' => [
+ 'description' => '标识信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标识类别。',
+ 'type' => 'string',
+ 'example' => 'logo_sns',
+ ],
+ 'Name' => [
+ 'description' => '标识名。',
+ 'type' => 'string',
+ 'example' => '钉钉',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '99.1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'FaceData' => [
+ 'description' => '人脸属性检测结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Age' => [
+ 'description' => '年龄识别结果。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '18',
+ ],
+ 'Bang' => [
+ 'description' => '是否有刘海的识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '是否有刘海的识别结果,取值:'."\n"
+ .'- Has:有刘海。'."\n"
+ .'- None:无刘海。',
+ 'type' => 'string',
+ 'example' => 'Has',
+ ],
+ 'Confidence' => [
+ 'description' => '刘海识别结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.88'."\n",
+ ],
+ ],
+ ],
+ 'Gender' => [
+ 'description' => '性别识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '性别识别结果,取值:'."\n"
+ ."\n"
+ .'- Male:男性。'."\n"
+ ."\n"
+ .'- FeMale:女性。',
+ 'type' => 'string',
+ 'example' => 'FeMale',
+ ],
+ 'Confidence' => [
+ 'description' => '性别识别结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.88',
+ ],
+ ],
+ ],
+ 'Glasses' => [
+ 'description' => '是否佩戴眼镜的识别结果,取值:'."\n"
+ ."\n"
+ .'- None:未佩戴眼镜。'."\n"
+ ."\n"
+ .'- Common:佩戴普通眼镜。'."\n"
+ ."\n"
+ .'- Sunglass:佩戴太阳镜。',
+ 'type' => 'string',
+ 'example' => 'Common',
+ ],
+ 'Hairstyle' => [
+ 'description' => '发型识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '发型识别结果,取值:'."\n"
+ ."\n"
+ .'- Bald:光头。'."\n"
+ ."\n"
+ .'- Long:长发。'."\n"
+ ."\n"
+ .'- Short:短发。',
+ 'type' => 'string',
+ 'example' => 'Short',
+ ],
+ 'Confidence' => [
+ 'description' => '发型识别结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.88'."\n"
+ ."\n",
+ ],
+ ],
+ ],
+ 'Hat' => [
+ 'description' => '是否佩戴帽子的识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '是否佩戴帽子的识别结果,取值:'."\n"
+ ."\n"
+ .'- Wear:佩戴帽子。'."\n"
+ ."\n"
+ .'- None:未佩戴帽子。',
+ 'type' => 'string',
+ 'example' => 'Wear',
+ ],
+ 'Confidence' => [
+ 'description' => '佩戴帽子结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '88.88'."\n"
+ ."\n",
+ ],
+ ],
+ ],
+ 'Location' => [
+ 'description' => '人脸位置信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,人脸区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '41'."\n"
+ ."\n",
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,人脸区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '84',
+ ],
+ 'W' => [
+ 'description' => '人脸区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '83',
+ ],
+ 'H' => [
+ 'description' => '人脸区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '26',
+ ],
+ ],
+ ],
+ 'Mask' => [
+ 'description' => '是否佩戴口罩的识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '是否佩戴口罩的识别结果,取值:'."\n"
+ ."\n"
+ .'- Wear:佩戴口罩。'."\n"
+ ."\n"
+ .'- None:未佩戴口罩。',
+ 'type' => 'string',
+ 'example' => 'Wear',
+ ],
+ 'Confidence' => [
+ 'description' => '佩戴口罩结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '99.99',
+ ],
+ ],
+ ],
+ 'Mustache' => [
+ 'description' => '是否有胡须的识别结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Value' => [
+ 'description' => '是否有胡须的识别结果,取值:'."\n"
+ ."\n"
+ .'- Has:有胡须。'."\n"
+ ."\n"
+ .'- None:无胡须。',
+ 'type' => 'string',
+ 'example' => 'Has',
+ ],
+ 'Confidence' => [
+ 'description' => '胡须识别结果的置信度,取值范围:0~100。取值越高表示结果越可信。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '99.99',
+ ],
+ ],
+ ],
+ 'Quality' => [
+ 'description' => '人脸图片的质量信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Blur' => [
+ 'description' => '人脸图片的模糊度,取值范围:0~100。分数越高表示越模糊。'."\n"
+ ."\n"
+ .'建议取值范围:0~25。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '5.88'."\n"
+ ."\n",
+ ],
+ 'Integrity' => [
+ 'description' => '人脸的完整度,取值范围:0~100。分数越高表示越完整。'."\n"
+ ."\n"
+ .'建议取值范围:80~100。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '100.0',
+ ],
+ 'Pitch' => [
+ 'description' => '人脸的抬头或低头角度。'."\n"
+ ."\n"
+ .'建议取值范围:-30~30。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '5.88',
+ ],
+ 'Roll' => [
+ 'description' => '人脸的平面旋转角度。'."\n"
+ ."\n"
+ .'建议取值范围:-30~30。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '5.18',
+ ],
+ 'Yaw' => [
+ 'description' => '人脸的左右摇头角度。'."\n"
+ ."\n"
+ .'建议取值范围:-30~30。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '5.18',
+ ],
+ ],
+ ],
+ 'Smile' => [
+ 'description' => '人脸的微笑程度。取值范围:0~100。分数越高表示微笑程度越大。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '85.88'."\n"
+ ."\n",
+ ],
+ ],
+ ],
+ ],
+ 'VlContent' => [
+ 'description' => '输出内容。',
+ 'type' => 'object',
+ 'properties' => [
+ 'OutputText' => [
+ 'description' => '输出内容。',
+ 'type' => 'string',
+ 'example' => '这是一段描述',
+ ],
+ ],
+ ],
+ 'AigcData' => [
+ 'description' => '返回图片中的AIGC隐式标识检测信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'AIGC' => [
+ 'description' => 'AIGC隐式标识检测信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '表示内容是否由AI生成,取值:'."\n"
+ ."\n"
+ .'- 1:属于人工智能内容生成合成的。'."\n"
+ ."\n"
+ .'- 2:(仅传播平台)可能为人工智能生成合成内容的。'."\n"
+ ."\n"
+ .'- 3:(仅传播平台)疑似人工智能内容生成合成的。',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'ContentProducer' => [
+ 'description' => '服务提供者的编码或名称,用于标识内容的生产者。',
+ 'type' => 'string',
+ 'example' => '001191******M000100Y43',
+ ],
+ 'ProduceID' => [
+ 'description' => '内容制作编号,用于制作平台溯源合成内容的唯一识别编号。',
+ 'type' => 'string',
+ 'example' => '123******456'."\n"
+ ."\n",
+ ],
+ 'ReservedCode1' => [
+ 'description' => '预留字段。'."\n"
+ ."\n"
+ .'可存储用于生成合成服务提供者自主开展安全防护,保护内容、标识完整性的信息,可通过基于 ContentProducer 与 ProduceID 的哈希机制,实现关键信息的安全存储与校验。',
+ 'type' => 'string',
+ 'example' => 'd41d**********427e'."\n",
+ ],
+ 'ContentPropagator' => [
+ 'description' => '传播平台名称,编号或代码,针对提供人工智能生成合成内容服务,可保持与ContentProducer一致。',
+ 'type' => 'string',
+ 'example' => '001191******M000100Y43',
+ ],
+ 'PropagateID' => [
+ 'description' => '内容传播编号,是传播平台对所传播生成合成内容的唯一编号。',
+ 'type' => 'string',
+ 'example' => '123******456'."\n",
+ ],
+ 'ReservedCode2' => [
+ 'description' => '预留字段。'."\n"
+ ."\n"
+ .'可用于内容传播服务提供者企业自主开展安全防护,保护内容、标识完整性的信息,可通过基于 ContentProducer 与 ProduceID 的哈希机制,实现关键信息的安全存储与校验。',
+ 'type' => 'string',
+ 'example' => 'd41d**********427e',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'AccountId' => [
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => 'testaccountid123',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"fb5ffab1-993b-449f-b8d6-b97d5e3331f2\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"Ext\\": {\\n \\"Recognition\\": [\\n {\\n \\"Classification\\": \\"办公大楼\\\\n\\",\\n \\"Confidence\\": 81.22\\n }\\n ],\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 33,\\n \\"H\\": 44\\n }\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"H\\": 33,\\n \\"W\\": 44\\n }\\n }\\n ],\\n \\"RiskWord\\": [\\n \\"abcd\\"\\n ],\\n \\"CustomText\\": [\\n {\\n \\"LibId\\": \\"123456\\\\n\\",\\n \\"LibName\\": \\"自定义库1\\\\n\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\\\n\\"\\n }\\n ]\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"图库123\\\\n\\",\\n \\"ImageId\\": \\"123456\\",\\n \\"LibName\\": \\"图库123\\\\n\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureName\\": \\"yzazhzou\\",\\n \\"FigureId\\": \\"xxx001\\",\\n \\"Location\\": [\\n {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": [\\n {\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n },\\n \\"Logo\\": [\\n {\\n \\"Label\\": \\"logo_sns\\",\\n \\"Name\\": \\"钉钉\\",\\n \\"Confidence\\": 99.1\\n }\\n ]\\n }\\n ],\\n \\"FaceData\\": [\\n {\\n \\"Age\\": 18,\\n \\"Bang\\": {\\n \\"Value\\": \\"Has\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Gender\\": {\\n \\"Value\\": \\"FeMale\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Glasses\\": \\"Common\\",\\n \\"Hairstyle\\": {\\n \\"Value\\": \\"Short\\",\\n \\"Confidence\\": 81.88\\n },\\n \\"Hat\\": {\\n \\"Value\\": \\"Wear\\",\\n \\"Confidence\\": 88.88\\n },\\n \\"Location\\": {\\n \\"X\\": 41,\\n \\"Y\\": 84,\\n \\"W\\": 83,\\n \\"H\\": 26\\n },\\n \\"Mask\\": {\\n \\"Value\\": \\"Wear\\",\\n \\"Confidence\\": 99.99\\n },\\n \\"Mustache\\": {\\n \\"Value\\": \\"Has\\",\\n \\"Confidence\\": 99.99\\n },\\n \\"Quality\\": {\\n \\"Blur\\": 5.88,\\n \\"Integrity\\": 100,\\n \\"Pitch\\": 5.88,\\n \\"Roll\\": 5.18,\\n \\"Yaw\\": 5.18\\n },\\n \\"Smile\\": 85.88\\n }\\n ],\\n \\"VlContent\\": {\\n \\"OutputText\\": \\"这是一段描述\\"\\n },\\n \\"AigcData\\": {\\n \\"AIGC\\": {\\n \\"Label\\": \\"1\\",\\n \\"ContentProducer\\": \\"001191******M000100Y43\\",\\n \\"ProduceID\\": \\"123******456\\\\n\\\\n\\",\\n \\"ReservedCode1\\": \\"d41d**********427e\\\\n\\",\\n \\"ContentPropagator\\": \\"001191******M000100Y43\\",\\n \\"PropagateID\\": \\"123******456\\\\n\\",\\n \\"ReservedCode2\\": \\"d41d**********427e\\"\\n }\\n }\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"AccountId\\": \\"testaccountid123\\"\\n }\\n}","type":"json"}]',
+ 'title' => '图片审核增强版',
+ 'description' => '请确保在使用该接口前完成以下操作:'."\n"
+ .'1. 已[开通内容安全增强版](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn)。'."\n"
+ .'2. 充分了解图片审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/467826.html?#section-h06-qz6-1pt)。'."\n"
+ .'3. 更多接口使用和参数请参考[API接口文档](https://help.aliyun.com/document_detail/467829.html)。',
+ 'requestParamsDescription' => '业务参数的请求示例:'."\n"
+ .'```JSON'."\n"
+ .'{'."\n"
+ .' "service": "baselineCheck",'."\n"
+ .' "serviceParameters": '."\n"
+ .' {'."\n"
+ .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n"
+ .' "dataId": "img1234567"'."\n"
+ .' }'."\n"
+ .'}'."\n"
+ .'```',
+ 'responseParamsDescription' => '返回参数示例'."\n"
+ .'```'."\n"
+ .'{'."\n"
+ .' "Msg": "OK",'."\n"
+ .' "Code": 200,'."\n"
+ .' "Data": {'."\n"
+ .' "DataId": "img123****",'."\n"
+ .' "Result": ['."\n"
+ .' {'."\n"
+ .' "Label": "pornographic_adultContent",'."\n"
+ .' "Confidence": 81,'."\n"
+ .' "Description": "成人色情"'."\n"
+ .' },'."\n"
+ .' {'."\n"
+ .' "Label": "sexual_partialNudity",'."\n"
+ .' "Confidence": 98,'."\n"
+ .' "Description": "肢体裸露或性感"'."\n"
+ .' },'."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion",'."\n"
+ .' "Confidence": 70,'."\n"
+ .' "Description": "烟火类内容"'."\n"
+ .' },'."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion_lib",'."\n"
+ .' "Confidence": 81,'."\n"
+ .' "Description": "烟火类内容_命中自定义库"'."\n"
+ .' }'."\n"
+ .' ],'."\n"
+ .' "RiskLevel": "high"'."\n"
+ .' },'."\n"
+ .' "RequestId": "ABCD1234-1234-1234-1234-1234XYZ"'."\n"
+ .'}'."\n"
+ .'```',
+ 'extraInfo' => '无',
+ ],
+ 'ImageAsyncModeration' => [
+ 'summary' => '图片异步检测接口,异步检测任务不会实时返回检测结果,您需要通过callback或者轮询的方式获取检测结果。检测结果最长保留3天。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '197491',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片检测增强版支持的检测服务。取值:'."\n"
+ .'- baselineCheck:通用基线检测'."\n"
+ .'- baselineCheck_pro:通用基线检测_专业版'."\n"
+ .'- baselineCheck_cb:通用基线检测_海外版'."\n"
+ .'- tonalityImprove:内容治理检测'."\n"
+ .'- aigcCheck:AIGC图片检测'."\n"
+ .'- profilePhotoCheck:头像图片检测'."\n"
+ .'- advertisingCheck:营销素材检测'."\n"
+ .'- liveStreamCheck:视频\\直播截图检测',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '内容检测对象的相关参数集。JSON字符串格式。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"imageUrl":"https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png","dataId":"img123****"}',
+ ],
+ ],
+ ],
+ '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' => '4A926AE2-4C96-573F-824F-0532960799F8',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '图片异步检测后的结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ReqId' => [
+ 'description' => '图片异步审核增强版API返回的reqId字段,可用此字段查询检测结果。',
+ 'type' => 'string',
+ 'example' => 'A07B3DB9-D762-5C56-95B1-8EC55CF176D2',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'fb5ffab1-993b-449f-b8d6-b97d5e3331f2',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4A926AE2-4C96-573F-824F-0532960799F8\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"ReqId\\": \\"A07B3DB9-D762-5C56-95B1-8EC55CF176D2\\",\\n \\"DataId\\": \\"fb5ffab1-993b-449f-b8d6-b97d5e3331f2\\"\\n }\\n}","type":"json"}]',
+ 'title' => '图片异步检测',
+ 'description' => '- 图片支持以下格式:PNG、JPG、JPEG、BMP、WEBP、TIFF、ICO、HEIC、SVG。'."\n"
+ ."\n"
+ .' - 图片大小限制在10MB以内,像素建议大于200*200(px),像素过低会影响内容安全检测算法的效果。'."\n"
+ ."\n"
+ .'- 图片下载时间限制为3秒内,如果下载时间超过3秒,返回下载超时。',
+ 'responseParamsDescription' => '以下为接口返回code的含义说明。'."\n"
+ ."\n"
+ .'| **Code** | **说明** |'."\n"
+ .'| --- | --- |'."\n"
+ .'| 200 | 请求正常。 |'."\n"
+ .'| 400 | 请求参数为空。 |'."\n"
+ .'| 401 | 请求参数错误。 |'."\n"
+ .'| 402 | 请求参数长度不符合接口规定,请检查并修改。 |'."\n"
+ .'| 403 | 请求超过QPS限制,请检查并调整并发。 |'."\n"
+ .'| 408 | 该账号无权限调用该接口,可能是账号未开通或者已欠费,或者调用账号未被授权访问。 |'."\n"
+ .'| 500 | 系统异常。 |',
+ ],
+ 'DescribeImageModerationResult' => [
+ 'summary' => '获取图片审核增强版审核任务结果。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '198839',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangLRLIH6',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ReqId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片异步审核增强版API返回的ReqId字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C',
+ ],
+ ],
+ ],
+ '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' => '2881AD4F-638B-52A3-BA20-F74C5B1CEAE3',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和HTTP状态码一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '图片内容检测后的结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => '2a5389eb-4ff8-4584-ac99-644e2a539aa1',
+ ],
+ 'Result' => [
+ 'description' => '图片检测的风险标签、置信分等参数结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回集合。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '图片内容检测运算后返回的标签。',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ 'FrameNum' => [
+ 'description' => '结果帧数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Frame' => [
+ 'description' => '图片截帧信息。',
+ 'type' => 'string',
+ 'example' => '[{"result":[{"confidence":81.22,"label":"violent_explosion"}]}]',
+ ],
+ 'ReqId' => [
+ 'description' => '图片异步审核增强版API返回的reqId字段。',
+ 'type' => 'string',
+ 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C'."\n",
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'AccountId' => [
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => '123456789',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2881AD4F-638B-52A3-BA20-F74C5B1CEAE3\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"2a5389eb-4ff8-4584-ac99-644e2a539aa1\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"FrameNum\\": 1,\\n \\"Frame\\": \\"[{\\\\\\"result\\\\\\":[{\\\\\\"confidence\\\\\\":81.22,\\\\\\"label\\\\\\":\\\\\\"violent_explosion\\\\\\"}]}]\\",\\n \\"ReqId\\": \\"B0963D30-BAB4-562F-9ED0-7A23AEC51C7C\\\\n\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\",\\n \\"AccountId\\": \\"123456789\\"\\n }\\n}","type":"json"}]',
+ 'title' => '查询图片异步检测结果',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- QPS限流:本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ 'responseParamsDescription' => '以下为接口返回code的含义说明,系统仅对code返回为200的请求计量计费,其他code不会计费。'."\n"
+ ."\n"
+ .'| **Code** | **说明** |'."\n"
+ .'| --- | --- |'."\n"
+ .'| 200 | 请求正常。 |'."\n"
+ .'| 280 | 检测中。 |'."\n"
+ .'| 400 | 请求参数为空。 |'."\n"
+ .'| 401 | 请求参数错误。 |'."\n"
+ .'| 402 | 请求参数长度不符合接口规定,请检查并修改。 |'."\n"
+ .'| 403 | 请求超过QPS限制,请检查并调整并发。 |'."\n"
+ .'| 404 | 传入的图片下载遇到错误,请检查或重试。 |'."\n"
+ .'| 405 | 传入的图片下载超时,可能是因为图片无法访问,请检查调整后重试。 |'."\n"
+ .'| 406 | 传入的图片过大,请检查调整图片大小后再重试。 |'."\n"
+ .'| 407 | 传入的图片格式暂不支持,请检查调整后重试。 |'."\n"
+ .'| 408 | 该账号无权限调用该接口,可能是账号未开通或者已欠费,或者调用账号未被授权访问。 |'."\n"
+ .'| 409 | 传入的reqId不存在,可能是查询间隔过快,或者已经超过30天有效期。 |'."\n"
+ .'| 500 | 系统异常。 |',
+ ],
+ 'VoiceModeration' => [
+ 'summary' => '提交语音审核增强版检测任务。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '162159',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang6QCU1H',
+ 'FEATURElvwangPAXR7J',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '语音审核ServiceCode',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'audio_media_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集,JSON字符串格式。'."\n"
+ ."\n"
+ .'url:必填,待检测对象的URL,请确保该URL能通过公网访问到。'."\n"
+ .'dataId:选填,检测对象对应的数据ID。'."\n"
+ .'更多信息,请参见ServiceParameter。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"url": "http://aliyundoc.com/test.flv", "dataId": "data1234"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '错误代码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Data' => [
+ 'description' => '返回任务信息数据结构',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务Id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'data1234',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]',
+ 'title' => '语音审核增强版任务提交',
+ ],
+ 'VoiceModerationResult' => [
+ 'summary' => '语音审核增强版检测结果获取接口。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '162180',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang6QCU1H',
+ 'FEATURElvwangPAXR7J',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型,包括:'."\n"
+ .'nickname_detection:用户昵称'."\n"
+ .'待定',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '网关向后端服务发送API请求的参数描述。'."\n"
+ ."\n"
+ .'更多信息,请参见[ServiceParameter](~~43988~~)。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '暂无',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '2881AD4F-638B-52A3-BA20-F74C5B1CEAE3',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '请求消息的响应消息。',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Url' => [
+ 'description' => '任务URL',
+ 'type' => 'string',
+ 'example' => '暂无',
+ ],
+ 'LiveId' => [
+ 'description' => '直播的唯一标识ID。',
+ 'type' => 'string',
+ 'example' => 'liveId',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID',
+ 'type' => 'string',
+ 'example' => 'kw24ihd0WGkdi5nniVZM@qOj-1x5Ibb',
+ ],
+ 'SliceDetails' => [
+ 'description' => '分段结果',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '分段结果条目',
+ 'type' => 'object',
+ 'properties' => [
+ 'StartTime' => [
+ 'description' => '分段开始时间(秒)',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'EndTime' => [
+ 'description' => '分段结束时间(秒)',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'StartTimestamp' => [
+ 'description' => '切片开始时间戳,单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1678854649720',
+ ],
+ 'EndTimestamp' => [
+ 'description' => '切片结束时间戳,单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1678854649720',
+ ],
+ 'Url' => [
+ 'description' => '分段语音文件临时地址',
+ 'type' => 'string',
+ 'example' => '暂无',
+ ],
+ 'Text' => [
+ 'description' => '分段语音转写文本',
+ 'type' => 'string',
+ 'example' => '今天天气真不错',
+ ],
+ 'Labels' => [
+ 'description' => '命中违规标签',
+ 'type' => 'string',
+ 'example' => 'sexual_sounds',
+ ],
+ 'Score' => [
+ 'description' => '风险分数,默认范围 0-99',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '87.01',
+ ],
+ 'Extend' => [
+ 'description' => '扩展字段',
+ 'type' => 'string',
+ 'example' => '{\\"riskWords\\":\\"色情服务\\","adNums":"\\","riskTips":"涉政_人物,涉政_红歌"}',
+ ],
+ 'RiskTips' => [
+ 'description' => '命中风险详情',
+ 'type' => 'string',
+ 'example' => '涉政_人物',
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'string',
+ 'example' => '色情服务',
+ ],
+ 'OriginAlgoResult' => [
+ 'description' => '保留字段',
+ 'type' => 'object',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'Descriptions' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似违禁内容',
+ ],
+ ],
+ ],
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'data1234',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2881AD4F-638B-52A3-BA20-F74C5B1CEAE3\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"Url\\": \\"暂无\\",\\n \\"LiveId\\": \\"liveId\\",\\n \\"TaskId\\": \\"kw24ihd0WGkdi5nniVZM@qOj-1x5Ibb\\",\\n \\"SliceDetails\\": [\\n {\\n \\"StartTime\\": 0,\\n \\"EndTime\\": 10,\\n \\"StartTimestamp\\": 1678854649720,\\n \\"EndTimestamp\\": 1678854649720,\\n \\"Url\\": \\"暂无\\",\\n \\"Text\\": \\"今天天气真不错\\",\\n \\"Labels\\": \\"sexual_sounds\\",\\n \\"Score\\": 87.01,\\n \\"Extend\\": \\"{\\\\\\\\\\\\\\"riskWords\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"色情服务\\\\\\\\\\\\\\",\\\\\\"adNums\\\\\\":\\\\\\"\\\\\\\\\\\\\\",\\\\\\"riskTips\\\\\\":\\\\\\"涉政_人物,涉政_红歌\\\\\\"}\\",\\n \\"RiskTips\\": \\"涉政_人物\\",\\n \\"RiskWords\\": \\"色情服务\\",\\n \\"OriginAlgoResult\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"Descriptions\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"DataId\\": \\"data1234\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '查询语音审核结果',
+ ],
+ 'VoiceModerationCancel' => [
+ 'summary' => '语音审核增强版取消任务接口。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '164076',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang6QCU1H',
+ 'FEATURElvwangPAXR7J',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型,包括:'."\n"
+ .'nickname_detection:用户昵称'."\n"
+ .'待定',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '待取消任务TaskId',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{'."\n"
+ .' "taskId": "xxxxx-xxxx"'."\n"
+ .' }',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '4A926AE2-4C96-573F-824F-0532960799F8',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '请求消息的响应消息。',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4A926AE2-4C96-573F-824F-0532960799F8\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"SUCCESS\\"\\n}","type":"json"}]',
+ 'title' => '取消语音流审核任务',
+ ],
+ 'VideoModeration' => [
+ 'summary' => '内容安全视频审核增强版,帮助您检测视频文件中的风险或违规内容。本接口为检测任务提交接口。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '187556',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang53TCRC',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '视频审核ServiceCode',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'liveStreamDetection' => '视频直播流审核',
+ 'videoDetection' => '视频文件审核',
+ 'liveStreamDetection_cb' => '视频直播流审核_海外版',
+ 'videoDetection_cb' => '视频文件审核_海外版',
+ ],
+ 'example' => 'videoDetection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集,JSON字符串格式。'."\n"
+ .'- url:必填,待检测对象的URL,请确保该URL能通过公网访问到。'."\n"
+ .'- dataId:选填,检测对象对应的数据ID。'."\n"
+ ."\n"
+ .'更多信息,请参见[ServiceParameter](https://help.aliyun.com/document_detail/2505810.html)。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"url": "https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4", "dataId": "data1234"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Message' => [
+ 'description' => '请求消息的响应消息。',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'data1234',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]',
+ 'title' => '视频审核增强版任务提交',
+ 'description' => '请确保在使用该接口前,已[开通内容安全增强版](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn)服务,并充分了解视频审核增强版产品的[收费方式](https://help.aliyun.com/document_detail/2505807.html)和[价格](https://www.aliyun.com/price/product?#/lvwang/detail/cdibag)。',
+ ],
+ 'VideoModerationResult' => [
+ 'summary' => '获取视频审核增强版审核任务结果。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '187919',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang53TCRC',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '视频审核ServiceCode',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'liveStreamDetection' => '视频直播流审核',
+ 'videoDetection' => '视频文件审核',
+ 'liveStreamDetection_cb' => '视频直播流审核_海外版',
+ 'videoDetection_cb' => '视频文件审核_海外版',
+ ],
+ 'example' => 'videoDetection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集。taskId,即要查询的检测任务的taskId,每次支持输入一个taskId。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"taskId":"au_f_8PoWiZKoLbczp5HRn69VdT-1y8@U5"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '返回信息。',
+ 'type' => 'string',
+ 'example' => 'success finished',
+ ],
+ 'Data' => [
+ 'description' => '审核结果数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LiveId' => [
+ 'description' => '直播的唯一标识ID。',
+ 'type' => 'string',
+ 'example' => 'liveId',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'product_content-2055763',
+ ],
+ 'AudioResult' => [
+ 'description' => '视频语音审核分段结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'SliceDetails' => [
+ 'description' => '语音分段列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '分段详情',
+ 'type' => 'object',
+ 'properties' => [
+ 'StartTime' => [
+ 'description' => '分段开始时间(秒)',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'EndTime' => [
+ 'description' => '分段结束时间(秒)',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '30',
+ ],
+ 'StartTimestamp' => [
+ 'description' => '开始时间戳,精确到毫秒',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1659935002123',
+ ],
+ 'EndTimestamp' => [
+ 'description' => '结束时间戳',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1685245261939',
+ ],
+ 'Url' => [
+ 'description' => '分段语音文件临时地址',
+ 'type' => 'string',
+ 'example' => 'http://xxxx.abc.img',
+ ],
+ 'Text' => [
+ 'description' => '分段语音转写文本',
+ 'type' => 'string',
+ 'example' => '今天天气真不错',
+ ],
+ 'Labels' => [
+ 'description' => '命中违规标签',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'Score' => [
+ 'description' => '风险分数,默认范围 0-99',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '5',
+ ],
+ 'Extend' => [
+ 'description' => '扩展字段',
+ 'type' => 'string',
+ 'example' => '{\\"consoleProduct\\":\\"slbnext\\"}',
+ ],
+ 'RiskTips' => [
+ 'description' => '命中风险详情',
+ 'type' => 'string',
+ 'example' => '""',
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'string',
+ 'example' => '""',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'Descriptions' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似违禁内容',
+ ],
+ ],
+ ],
+ ],
+ 'AudioSummarys' => [
+ 'description' => '语音标签汇总。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '视频语音标签。',
+ 'type' => 'string',
+ 'example' => 'profanity',
+ ],
+ 'LabelSum' => [
+ 'description' => '标签出现次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似违禁内容',
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ 'FrameResult' => [
+ 'description' => '视频截帧结果列表',
+ 'type' => 'object',
+ 'properties' => [
+ 'FrameNum' => [
+ 'description' => '结果帧数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Frames' => [
+ 'description' => '包含命中标签的视频截帧的信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'TempUrl' => [
+ 'description' => '截帧图片临时访问地址',
+ 'type' => 'string',
+ 'example' => 'http://xxxx.abc.jpg',
+ ],
+ 'Offset' => [
+ 'description' => '截帧偏移值。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '338',
+ ],
+ 'Results' => [
+ 'description' => '帧检测结果详情',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Service' => [
+ 'description' => '图片审核服务类型',
+ 'type' => 'string',
+ 'example' => 'tonalityImprove',
+ ],
+ 'Result' => [
+ 'description' => '命中结果详情',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '50',
+ ],
+ 'Label' => [
+ 'description' => '检测结果的分类',
+ 'type' => 'string',
+ 'example' => 'bloody',
+ ],
+ 'Description' => [
+ 'description' => '对Labal字段的说明。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ 'TextInImage' => [
+ 'description' => '返回命中的图片中文字信息。',
+ 'type' => 'object',
+ ],
+ 'CustomImage' => [
+ 'description' => '如果命中自定义图库,返回命中的自定义图库信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '命中的自定义图库ID。',
+ 'type' => 'string',
+ 'example' => '12345678',
+ ],
+ 'ImageId' => [
+ 'description' => '命中的自定义图片ID。',
+ 'type' => 'string',
+ 'example' => '1234',
+ ],
+ ],
+ ],
+ ],
+ 'PublicFigure' => [
+ 'description' => '视频中包含特定人物时,返回识别出来的人物编码。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'FigureId' => [
+ 'description' => '识别出的人物编码信息。',
+ 'type' => 'string',
+ 'example' => 'xxx001',
+ ],
+ 'FigureName' => [
+ 'description' => '识别出的人物名称',
+ 'type' => 'string',
+ 'example' => '张三',
+ ],
+ 'Location' => [
+ 'description' => '识别出的人物的位置',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '位置对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'W' => [
+ 'description' => '宽',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '111',
+ ],
+ 'H' => [
+ 'description' => '高',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '222',
+ ],
+ 'X' => [
+ 'description' => '起始点横坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '111',
+ ],
+ 'Y' => [
+ 'description' => '起始点纵坐标',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '222',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'LogoData' => [
+ 'description' => '视频中包含logo时,返回的logo信息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'logo信息对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Location' => [
+ 'description' => '文字行及坐标信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '111',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '222',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '111',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '111',
+ ],
+ ],
+ ],
+ 'Logo' => [
+ 'description' => '标识信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'logo对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'label' => [
+ 'description' => '命中标签',
+ 'type' => 'string',
+ 'example' => 'pt_logotoSocialNetwork',
+ ],
+ 'name' => [
+ 'description' => '标识名。',
+ 'type' => 'string',
+ 'example' => '**卫视',
+ ],
+ 'confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '99.1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Timestamp' => [
+ 'description' => '绝对时间戳,单位:毫秒。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1684559739000',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ 'FrameSummarys' => [
+ 'description' => '视频截帧标签汇总。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '视频截帧标签对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '视频截帧标签。',
+ 'type' => 'string',
+ 'example' => 'violent_armedForces',
+ ],
+ 'LabelSum' => [
+ 'description' => '标签出现次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'Description' => [
+ 'description' => '对Labal字段的说明。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"success finished\\",\\n \\"Data\\": {\\n \\"LiveId\\": \\"liveId\\",\\n \\"DataId\\": \\"product_content-2055763\\",\\n \\"AudioResult\\": {\\n \\"SliceDetails\\": [\\n {\\n \\"StartTime\\": 0,\\n \\"EndTime\\": 30,\\n \\"StartTimestamp\\": 1659935002123,\\n \\"EndTimestamp\\": 1685245261939,\\n \\"Url\\": \\"http://xxxx.abc.img\\",\\n \\"Text\\": \\"今天天气真不错\\",\\n \\"Labels\\": \\"porn\\",\\n \\"Score\\": 5,\\n \\"Extend\\": \\"{\\\\\\\\\\\\\\"consoleProduct\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"slbnext\\\\\\\\\\\\\\"}\\",\\n \\"RiskTips\\": \\"\\\\\\"\\\\\\"\\",\\n \\"RiskWords\\": \\"\\\\\\"\\\\\\"\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"Descriptions\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"AudioSummarys\\": [\\n {\\n \\"Label\\": \\"profanity\\",\\n \\"LabelSum\\": 8,\\n \\"Description\\": \\"疑似违禁内容\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n },\\n \\"FrameResult\\": {\\n \\"FrameNum\\": 10,\\n \\"Frames\\": [\\n {\\n \\"TempUrl\\": \\"http://xxxx.abc.jpg\\",\\n \\"Offset\\": 338,\\n \\"Results\\": [\\n {\\n \\"Service\\": \\"tonalityImprove\\",\\n \\"Result\\": [\\n {\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"bloody\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"12345678\\",\\n \\"ImageId\\": \\"1234\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureId\\": \\"xxx001\\",\\n \\"FigureName\\": \\"张三\\",\\n \\"Location\\": [\\n {\\n \\"W\\": 111,\\n \\"H\\": 222,\\n \\"X\\": 111,\\n \\"Y\\": 222\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": [\\n {\\n \\"Location\\": {\\n \\"X\\": 111,\\n \\"Y\\": 222,\\n \\"W\\": 111,\\n \\"H\\": 111\\n },\\n \\"Logo\\": [\\n {\\n \\"label\\": \\"pt_logotoSocialNetwork\\",\\n \\"name\\": \\"**卫视\\",\\n \\"confidence\\": 99.1\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"Timestamp\\": 1684559739000,\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"FrameSummarys\\": [\\n {\\n \\"Label\\": \\"violent_armedForces\\",\\n \\"LabelSum\\": 8,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n },\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '查询视频审核任务结果',
+ 'description' => '该接口不计费,建议您将查询间隔设置为30秒(即在提交异步检测任务30秒后查询结果),最长不能超出24小时,否则结果将会自动删除。',
+ ],
+ 'VideoModerationCancel' => [
+ 'summary' => '取消视频直播审核任务。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '201471',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang53TCRC',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'liveStreamDetection' => '视频直播流检测',
+ 'videoDetection' => '视频文件检测',
+ 'liveStreamDetection_cb' => '视频直播流审核_海外版',
+ 'videoDetection_cb' => '视频文件审核_海外版',
+ ],
+ 'example' => 'videoDetection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '待取消任务TaskId',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"taskId\\":\\"vi_s_4O9gp7GfNQdx9GOqdekFmk-1z2RJT\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6CF2815C-****-****-B52E-FF6E2****492',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '返回信息。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\"\\n}","type":"json"}]',
+ 'title' => '取消视频直播审核任务',
+ ],
+ 'FileModeration' => [
+ 'summary' => '文档检测',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '204033',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangCXKRID',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '文件检测增强版支持的服务',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'document_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集,JSON字符串格式。'."\n"
+ .'- url:必填,待检测对象的URL,请确保该URL能通过公网访问到。'."\n"
+ .'- dataId:选填,检测对象对应的数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"url":"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和HTTP状态码一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"TaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '文档检测任务提交',
+ ],
+ 'DescribeFileModerationResult' => [
+ 'summary' => '文档审核结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '205895',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang6CEZ66',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '文件检测增强版支持的服务',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'document_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集,JSON字符串格式。'."\n"
+ .'- taskId:必填,待检测对象的URL,请确保该URL能通过公网访问到。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"taskId\\":\\"vi_f_hPgx9PFIQISdlfA888hOFG-1yJq8v\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => '数据ID。',
+ 'type' => 'string',
+ 'example' => '26769ada6e264e7ba9aa048241e12be9',
+ ],
+ 'Url' => [
+ 'description' => '文件下载URL路径。',
+ 'type' => 'string',
+ 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf',
+ ],
+ 'DocType' => [
+ 'description' => '可选,文档类型',
+ 'type' => 'string',
+ 'example' => 'doc',
+ ],
+ 'PageResult' => [
+ 'description' => '检测结果列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '结果内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片地址',
+ 'type' => 'string',
+ 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.jpg',
+ ],
+ 'TextUrl' => [
+ 'description' => '文本内容保存地址',
+ 'type' => 'string',
+ 'example' => 'https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.txt',
+ ],
+ 'ImageResult' => [
+ 'description' => '图片检测结果',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '结果内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '这个是标题',
+ ],
+ 'Service' => [
+ 'description' => '调用的服务',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'Location' => [
+ 'description' => '位置信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => '坐标点的W值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '33',
+ ],
+ 'H' => [
+ 'description' => '坐标点的H值。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '44',
+ ],
+ ],
+ ],
+ 'LabelResult' => [
+ 'description' => '标签信息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'nonlabel',
+ ],
+ 'Confidence' => [
+ 'description' => '分险分',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '25.0',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '这个是标题'."\n",
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ 'TextResult' => [
+ 'description' => '文本审核结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '结果内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '这是一个标题',
+ ],
+ 'Service' => [
+ 'description' => '服务',
+ 'type' => 'string',
+ 'example' => 'chat_detection',
+ ],
+ 'Text' => [
+ 'description' => '文本内容',
+ 'type' => 'string',
+ 'example' => '吧啦吧啦',
+ ],
+ 'TextSegment' => [
+ 'description' => '文本分段信息',
+ 'type' => 'string',
+ 'example' => '[0,999]',
+ ],
+ 'Labels' => [
+ 'description' => '标签的值。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'Descriptions' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似广告内容',
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'RiskTips' => [
+ 'description' => '命中风险详情',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'PageSummary' => [
+ 'description' => '汇总信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageSum' => [
+ 'description' => '总页数',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageSummary' => [
+ 'description' => '图片汇总信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ImageLabels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'contraband',
+ ],
+ 'LabelSum' => [
+ 'description' => '标签出现次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Description' => [
+ 'description' => '标签描述',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'TextSummary' => [
+ 'description' => '文本汇总信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'TextLabels' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'contraband',
+ ],
+ 'LabelSum' => [
+ 'description' => '标签出现次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'AccountId' => [
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => 'accountIdtest123',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"Url\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.pdf\\",\\n \\"DocType\\": \\"doc\\",\\n \\"PageResult\\": [\\n {\\n \\"PageNum\\": 1,\\n \\"ImageUrl\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.jpg\\",\\n \\"TextUrl\\": \\"https://detect-obj.oss-cn-hangzhou.aliyuncs.com/sample/xxxx.txt\\",\\n \\"ImageResult\\": [\\n {\\n \\"Description\\": \\"这个是标题\\",\\n \\"Service\\": \\"baselineCheck\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 33,\\n \\"H\\": 44\\n },\\n \\"LabelResult\\": [\\n {\\n \\"Label\\": \\"nonlabel\\",\\n \\"Confidence\\": 25,\\n \\"Description\\": \\"这个是标题\\\\n\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"TextResult\\": [\\n {\\n \\"Description\\": \\"这是一个标题\\",\\n \\"Service\\": \\"chat_detection\\",\\n \\"Text\\": \\"吧啦吧啦\\",\\n \\"TextSegment\\": \\"[0,999]\\",\\n \\"Labels\\": \\"porn\\",\\n \\"Descriptions\\": \\"疑似广告内容\\",\\n \\"RiskWords\\": \\"xxx\\",\\n \\"RiskTips\\": \\"xxx\\",\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ]\\n }\\n ],\\n \\"PageSummary\\": {\\n \\"PageSum\\": 1,\\n \\"ImageSummary\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"ImageLabels\\": [\\n {\\n \\"Label\\": \\"contraband\\",\\n \\"LabelSum\\": 1,\\n \\"Description\\": \\"test\\"\\n }\\n ]\\n },\\n \\"TextSummary\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"TextLabels\\": [\\n {\\n \\"Label\\": \\"contraband\\",\\n \\"LabelSum\\": 1,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n },\\n \\"RiskLevel\\": \\"high\\",\\n \\"AccountId\\": \\"accountIdtest123\\"\\n }\\n}","type":"json"}]',
+ 'title' => '查询文档检测结果',
+ ],
+ 'DescribeImageResultExt' => [
+ 'summary' => '图片审核增强版辅助信息API用于获取图片审核增强版API接口识别的更多辅助信息,包含图片文字识别结果、自定义图库命中信息等。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '178655',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangLRLIH6',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ReqId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图片审核增强版API返回的requestId字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '638EDDC65C82AB39319A9F60',
+ ],
+ ],
+ [
+ 'name' => 'InfoType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '需要获取的信息内容,多个值使用英文逗号隔开,取值:'."\n"
+ .'- customImage:自定义图库命中信息'."\n"
+ .'- textInImage:图片中文字信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customImage,textInImage',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '返回对象。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '请求信息的响应信息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'CustomImage' => [
+ 'description' => '自定义图库命中信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '自定义图库命中信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ImageId' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ 'LibName' => [
+ 'description' => '图库名。',
+ 'type' => 'string',
+ 'example' => '图库123',
+ ],
+ 'LibId' => [
+ 'description' => '图库ID。',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ ],
+ ],
+ ],
+ 'TextInImage' => [
+ 'description' => '返回命中的图片中文字信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'OcrDatas' => [
+ 'description' => '返回识别到的图片中的文字信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ ],
+ 'CustomTexts' => [
+ 'description' => '当命中自定义文本库时,返回自定义库ID、自定义库名称和自定义词。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '自定义库ID',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ 'LibName' => [
+ 'description' => '自定义库名称。',
+ 'type' => 'string',
+ 'example' => '自定义库1',
+ ],
+ 'KeyWords' => [
+ 'description' => '自定义词,多个词用逗号分隔。',
+ 'type' => 'string',
+ 'example' => '自定义词1,自定义词2',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'PublicFigure' => [
+ 'description' => '人物信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '人物信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'FigureId' => [
+ 'description' => '人物ID。',
+ 'type' => 'string',
+ 'example' => 'yzazhzou',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"CustomImage\\": [\\n {\\n \\"ImageId\\": \\"123456\\",\\n \\"LibName\\": \\"图库123\\",\\n \\"LibId\\": \\"123456\\"\\n }\\n ],\\n \\"TextInImage\\": {\\n \\"OcrDatas\\": [\\n \\"abcd\\"\\n ],\\n \\"RiskWords\\": [\\n \\"abcd\\"\\n ],\\n \\"CustomTexts\\": [\\n {\\n \\"LibId\\": \\"123456\\",\\n \\"LibName\\": \\"自定义库1\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\"\\n }\\n ]\\n },\\n \\"PublicFigure\\": [\\n {\\n \\"FigureId\\": \\"yzazhzou\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '图片辅助信息获取接口',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ 'requestParamsDescription' => '建议调用图片审核增强版接口5秒钟之后查询,辅助信息存储最长时间为30天,建议您需要时及时获取辅助信息,并做好日志存储。',
+ ],
+ 'UrlAsyncModeration' => [
+ 'summary' => 'URL异步检测服务,识别URL链接是否存在欺诈、色情、赌博等风险,守护平台内容生态。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '211718',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang7UL554',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务名称:URL风险链接检测',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'URL风险链接检测:url_detection_pro',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '内容检测对象的相关参数集,JSON字符串格式,请参见ServiceParameters说明。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{'."\n"
+ .' "url": "https://help.aliyun.com/",'."\n"
+ .' "dataId": "url123******"'."\n"
+ .'}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6CF2815C-****-****-B52E-FF6E2****492',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ReqId' => [
+ 'description' => 'URL 异步审核增强版API返回的ReqId字段,可用此字段查询检测结果。',
+ 'type' => 'string',
+ 'example' => 'A07B3DB9-D762-5C56-95B1-8EC55CF176D2',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => '26769ada6e264e7ba9aa048241e12be9',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"ReqId\\": \\"A07B3DB9-D762-5C56-95B1-8EC55CF176D2\\",\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\"\\n }\\n}","type":"json"}]',
+ 'title' => 'URL风险异步检测',
+ 'description' => 'URL 异步检测服务支持按量后付费和资源包抵扣两种付费方式。'."\n"
+ ."\n"
+ .'- 当您开通文本审核增强版服务后,默认付费方式是按量后付费,且按照实际用量结算当日费用,不调用服务不收费,30元/万次。'."\n"
+ ."\n"
+ .'- 如果您的审核量较大,或有相对固定的审核需求,建议预先购买资源包的方式。购买资源包规格越大,享受的折扣越大,支持叠加购买和使用。',
+ 'requestParamsDescription' => '### ServiceParameters 说明'."\n"
+ .'| **名称** | **类型** | **是否必选** | **示例值** | **描述** |'."\n"
+ .'| --- | --- | --- | --- | --- |'."\n"
+ .'| url | String | 是 | [https://help.aliyun.com/](https://help.aliyun.com/) | 待检测的URL。说明 请确保该URL符合URL格式要求。且一次请求请确保仅传入1条URL。 |'."\n"
+ .'| **dataId** | String | 否 | url123**** | 检测对象对应的数据ID。由大小写英文字母、数字、下划线(_)、短划线(-)、英文句号(.)组成,不超过64个字符,可以用于唯一标识您的业务数据。 |'."\n"
+ .'| **callback** | String | 否 | http://www.aliyun.com | 检测结果回调通知您的URL,支持使用HTTP和HTTPS协议的地址。该字段为空时,您必须定时轮询检测结果。callback接口必须支持POST方法、UTF-8编码的传输数据,以及表单参数**ReqId**,**Checksum**和**Content**。内容安全按照以下规则和格式设置**ReqId**,**Checksum**和**Content**,调用您的callback接口返回检测结果。- **ReqId**:提交异步检测任务返回的请求ID。- **Checksum**:字符串格式,由用户uid + seed + content拼成字符串,通过SHA256算法生成。用户UID即阿里云账号ID,可以在[阿里云控制台](https://account.console.aliyun.com/#/secure)查询。为防篡改,您可以在获取到推送结果时,按上述算法生成字符串,与**Checksum**做一次校验。**说明**用户UID必须是阿里云账号的UID,而不是RAM用户的UID。- **Content**:JSON字符串格式,请自行解析反转成JSON对象。关于**Content**结果的示例,请参见查询检测结果的返回示例。**说明** 您的服务端callback接口收到内容安全推送的结果后,如果返回的HTTP状态码为200,则表示接收成功,其他的HTTP状态码均视为接收失败。接收失败时,内容安全将最多重复推送16次检测结果,直到接收成功。重复推送16次后仍未接收成功,则不再推送,建议您检查callback接口的状态。 |'."\n"
+ .'| **seed** | String | 否 | abc**** | 随机字符串,该值用于回调通知请求中的签名。由英文字母、数字、下划线(_)组成,不超过64个字符。由您自定义,用于在接收到内容安全的回调通知时校验请求由阿里云内容安全服务发起。**说明** 当使用callback时,该字段必须提供。 |'."\n"
+ .'| **cryptType** | String | 否 | SHA256 | 使用回调通知时(callback),设置对回调通知内容进行加密的算法。内容安全会将返回结果(由**用户uid + seed + content**拼接的字符串)按照您设置的加密算法加密后,再发送到您的回调通知地址。取值:●**SHA256**(默认):使用SHA256加密算法。●**SM3**:使用国密HMAC-SM3加密算法,返回十六进制的字符串,且字符串由小写字母和数字组成。例如,abc经国密SM3加密后返回。 |',
+ ],
+ 'DescribeUrlModerationResult' => [
+ 'summary' => '根据 URL 异步检测返回的 ReqId查询检测结果。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '211720',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang7UL554',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ReqId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'URL异步检测接口返回的ReqId字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次请求的ID。',
+ 'type' => 'string',
+ 'example' => '01F9144A-2088-5D87-935B-2DB865284B1A',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => '26769ada6e264e7ba9aa048241e12be9',
+ ],
+ 'ReqId' => [
+ 'description' => 'URL异步检测接口返回的ReqId字段',
+ 'type' => 'string',
+ 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C'."\n",
+ ],
+ 'Result' => [
+ 'description' => '返回集合。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回集合。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => 'URL检测运算后返回的标签。',
+ 'type' => 'string',
+ 'example' => 'sexual_url',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ ],
+ ],
+ ],
+ 'ExtraInfo' => [
+ 'description' => '补充信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'IcpType' => [
+ 'description' => 'ICP备案类型。',
+ 'type' => 'string',
+ 'example' => '企业',
+ ],
+ 'IcpNo' => [
+ 'description' => 'ICP备案号。',
+ 'type' => 'string',
+ 'example' => 'ICP备123456789',
+ ],
+ 'SiteType' => [
+ 'description' => '网站类型',
+ 'type' => 'string',
+ 'example' => 'game',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"01F9144A-2088-5D87-935B-2DB865284B1A\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"ReqId\\": \\"B0963D30-BAB4-562F-9ED0-7A23AEC51C7C\\\\n\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"sexual_url\\",\\n \\"Confidence\\": 81.22\\n }\\n ],\\n \\"ExtraInfo\\": {\\n \\"IcpType\\": \\"企业\\",\\n \\"IcpNo\\": \\"ICP备123456789\\",\\n \\"SiteType\\": \\"game\\"\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '查询URL异步检测结果',
+ 'description' => '- 计费信息:该接口不计费。'."\n"
+ .'- 查询超时:建议您将查询间隔设置为480秒(即在提交异步检测任务480秒之后查询结果),最长不能超出3天,否则结果将会自动删除。'."\n"
+ .'- 本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。',
+ ],
+ 'DescribeUploadToken' => [
+ 'summary' => '查询上传token',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '186981',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ ],
+ 'parameters' => [],
+ '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' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'AccessKeyId' => [
+ 'description' => '文件上传临时凭证的AccessKeyId。',
+ 'type' => 'string',
+ 'example' => 'STS.NUEUjvDqMuvH6oQA1TXxxH4wVR',
+ ],
+ 'AccessKeySecret' => [
+ 'description' => '临时授权secret。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'SecurityToken' => [
+ 'description' => '文件上传临时凭证的安全令牌。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'FileNamePrefix' => [
+ 'description' => '文件前缀。',
+ 'type' => 'string',
+ 'example' => 'upload/1xxb89/',
+ ],
+ 'OssInternalEndPoint' => [
+ 'description' => 'oss内网地址。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cn-shanghai-internal.aliyuncs.com',
+ ],
+ 'OssInternetEndPoint' => [
+ 'description' => 'oss公网地址。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cn-shanghai.aliyuncs.com',
+ ],
+ 'BucketName' => [
+ 'description' => '存储空间名称。',
+ 'type' => 'string',
+ 'example' => 'oss-cip-shanghai',
+ ],
+ 'Expiration' => [
+ 'description' => '失效时间点。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1720577200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"Data\\": {\\n \\"AccessKeyId\\": \\"STS.NUEUjvDqMuvH6oQA1TXxxH4wVR\\",\\n \\"AccessKeySecret\\": \\"xxxx\\",\\n \\"SecurityToken\\": \\"xxxx\\",\\n \\"FileNamePrefix\\": \\"upload/1xxb89/\\",\\n \\"OssInternalEndPoint\\": \\"https://oss-cn-shanghai-internal.aliyuncs.com\\",\\n \\"OssInternetEndPoint\\": \\"https://oss-cn-shanghai.aliyuncs.com\\",\\n \\"BucketName\\": \\"oss-cip-shanghai\\",\\n \\"Expiration\\": 1720577200\\n }\\n}","type":"json"}]',
+ 'title' => '查询上传token',
+ ],
+ 'ImageBatchModeration' => [
+ 'summary' => '图片批量调用',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '214644',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ 'FEATURElvwangRPPHPG',
+ 'FEATURElvwangRBUEEU',
+ 'FEATURElvwang7UTKSK',
+ 'FEATURElvwangYHRCHH',
+ 'FEATURElvwang8B97ZG',
+ 'FEATURElvwangT9BDZM',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片审核增强版支持的检测类型,多个使用英文逗号隔开。取值:'."\n"
+ ."\n"
+ .'- baselineCheck:通用基线检测'."\n"
+ .'- baselineCheck_pro:通用基线检测_专业版'."\n"
+ .'- tonalityImprove:内容治理检测'."\n"
+ .'- aigcCheck:AIGC图片检测',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck,tonalityImprove',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '内容检测对象的相关参数集。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{'."\n"
+ .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n"
+ .' "dataId": "img123****"'."\n"
+ .' }',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Body返回值',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。',
+ 'type' => 'string',
+ 'example' => '6CF2815C-C8C7-4A01-B52E-FF6E24F53492'."\n",
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Data' => [
+ 'description' => '图片内容检测后的结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => '检测对象对应的数据ID。',
+ 'type' => 'string',
+ 'example' => '26769ada6e264e7ba9aa048241e12be9',
+ ],
+ 'Results' => [
+ 'description' => '每个Service图片检测的风险标签、置信分等参数结果,数组结构。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Service' => [
+ 'description' => '图片检测增强版支持的检测服务。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'Result' => [
+ 'description' => '图片检测的风险标签、置信分等参数结果,数组结构。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '图片内容检测运算后返回的标签。同一张图片可能会检出多个标签和分值。',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。部分标签无置信分。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ 'Description' => [
+ 'description' => '描述。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ 'Ext' => [
+ 'description' => '图片辅助参考信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TextInImage' => [
+ 'description' => '返回命中的图片中文字信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'OcrResult' => [
+ 'description' => '返回识别到的图片中的每行文字信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构',
+ 'type' => 'object',
+ 'properties' => [
+ 'Text' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => 'abcd',
+ ],
+ 'Location' => [
+ 'description' => '文字行坐标信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '33',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '44',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RiskWord' => [
+ 'description' => '命中风险关键词。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文字信息。',
+ 'type' => 'string',
+ 'example' => '火箭',
+ ],
+ ],
+ 'CustomText' => [
+ 'description' => '当命中自定义文本库时,返回自定义库ID、自定义库名称和自定义词。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '自定义库ID。',
+ 'type' => 'string',
+ 'example' => '123456',
+ ],
+ 'LibName' => [
+ 'description' => '自定义库名称。',
+ 'type' => 'string',
+ 'example' => '自定义库1',
+ ],
+ 'KeyWords' => [
+ 'description' => '自定义词,多个词用逗号分隔。',
+ 'type' => 'string',
+ 'example' => '自定义词1,自定义词2',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'CustomImage' => [
+ 'description' => '自定义图库命中信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '自定义库ID',
+ 'type' => 'string',
+ 'example' => '1965304870002',
+ ],
+ 'ImageId' => [
+ 'description' => '命中的自定义图片ID。',
+ 'type' => 'string',
+ 'example' => '1965304870002',
+ ],
+ 'LibName' => [
+ 'description' => '命中的自定义图库名。',
+ 'type' => 'string',
+ 'example' => '白名单',
+ ],
+ ],
+ ],
+ ],
+ 'PublicFigure' => [
+ 'description' => '人物信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'FigureName' => [
+ 'description' => '识别出的人物名称信息。',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ 'FigureId' => [
+ 'description' => '识别出的人物编码信息。',
+ 'type' => 'string',
+ 'example' => '12324222',
+ ],
+ 'Location' => [
+ 'description' => '标识的位置信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => '文字区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '330',
+ ],
+ 'H' => [
+ 'description' => '文字区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '440',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'LogoData' => [
+ 'description' => 'Logo标识信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Location' => [
+ 'description' => '标识的位置信息。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到y轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Y' => [
+ 'description' => '以图片左上角为坐标原点,文字区域左上角到x轴的距离,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '22',
+ ],
+ 'W' => [
+ 'description' => 'Logo区域的宽度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '330',
+ ],
+ 'H' => [
+ 'description' => 'Logo区域的高度,单位:像素。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '440',
+ ],
+ ],
+ ],
+ 'Logo' => [
+ 'description' => '标识信息。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标识类别。',
+ 'type' => 'string',
+ 'example' => 'logo_sns',
+ ],
+ 'Name' => [
+ 'description' => '标识名。',
+ 'type' => 'string',
+ 'example' => '阿里云',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '99.1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ ],
+ ],
+ 'Result' => [
+ 'description' => '图片检测的风险标签、置信分等参数结果,数组结构。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '图片内容检测运算后返回的标签。同一张图片可能会检出多个标签和分值。',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。部分标签无置信分。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '81.22',
+ ],
+ 'Description' => [
+ 'description' => '描述。',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ManualTaskId' => [
+ 'description' => '人审任务ID',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6CF2815C-C8C7-4A01-B52E-FF6E24F53492\\\\n\\",\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"Results\\": [\\n {\\n \\"Service\\": \\"baselineCheck\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"Ext\\": {\\n \\"TextInImage\\": {\\n \\"OcrResult\\": [\\n {\\n \\"Text\\": \\"abcd\\",\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"H\\": 33,\\n \\"W\\": 44\\n }\\n }\\n ],\\n \\"RiskWord\\": [\\n \\"火箭\\"\\n ],\\n \\"CustomText\\": [\\n {\\n \\"LibId\\": \\"123456\\",\\n \\"LibName\\": \\"自定义库1\\",\\n \\"KeyWords\\": \\"自定义词1,自定义词2\\"\\n }\\n ]\\n },\\n \\"CustomImage\\": [\\n {\\n \\"LibId\\": \\"1965304870002\\",\\n \\"ImageId\\": \\"1965304870002\\",\\n \\"LibName\\": \\"白名单\\"\\n }\\n ],\\n \\"PublicFigure\\": [\\n {\\n \\"FigureName\\": \\"xxxxx\\",\\n \\"FigureId\\": \\"12324222\\",\\n \\"Location\\": [\\n {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n }\\n ]\\n }\\n ],\\n \\"LogoData\\": {\\n \\"Location\\": {\\n \\"X\\": 11,\\n \\"Y\\": 22,\\n \\"W\\": 330,\\n \\"H\\": 440\\n },\\n \\"Logo\\": [\\n {\\n \\"Label\\": \\"logo_sns\\",\\n \\"Name\\": \\"阿里云\\",\\n \\"Confidence\\": 99.1\\n }\\n ]\\n }\\n },\\n \\"RiskLevel\\": \\"high\\"\\n }\\n ],\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Confidence\\": 81.22,\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"RiskLevel\\": \\"high\\",\\n \\"ManualTaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '图片多Service同步检测',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "Service": "baselineCheck,tonalityImprove",'."\n"
+ .' "ServiceParameters": {'."\n"
+ .' "imageUrl": "https://img.alicdn.com/tfs/TB1U4r9AeH2gK0jSZJnXXaT1FXa-2880-480.png",'."\n"
+ .' "dataId": "img123****"'."\n"
+ .' }'."\n"
+ .'}'."\n"
+ ."\n"
+ .'```',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "Msg": "success",'."\n"
+ .' "Code": 200,'."\n"
+ .' "Data": {'."\n"
+ .' "DataId": "img123****",'."\n"
+ .' "Result": ['."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion",'."\n"
+ .' "Confidence": 70,'."\n"
+ .' "Description": "烟火类内容"'."\n"
+ .' },'."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion_lib",'."\n"
+ .' "Confidence": 81,'."\n"
+ .' "Description": "烟火类内容_命中自定义库"'."\n"
+ .' }'."\n"
+ .' ],'."\n"
+ .' "RiskLevel": "high",'."\n"
+ .' "Results": ['."\n"
+ .' {'."\n"
+ .' "Result": ['."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion",'."\n"
+ .' "Confidence": 70,'."\n"
+ .' "Description": "烟火类内容"'."\n"
+ .' }'."\n"
+ .' ],'."\n"
+ .' "RiskLevel": "high",'."\n"
+ .' "Service": "baselineCheck_pro"'."\n"
+ .' },'."\n"
+ .' {'."\n"
+ .' "Result": ['."\n"
+ .' {'."\n"
+ .' "Label": "violent_explosion_lib",'."\n"
+ .' "Confidence": 81,'."\n"
+ .' "Description": "烟火类内容_命中自定义库"'."\n"
+ .' }'."\n"
+ .' ],'."\n"
+ .' "RiskLevel": "high",'."\n"
+ .' "Service": "baselineCheck"'."\n"
+ .' }'."\n"
+ .' ]'."\n"
+ .' },'."\n"
+ .' "RequestId": "ABCD1234-1234-1234-1234-1234XYZ"'."\n"
+ .'}'."\n"
+ .'```',
+ ],
+ 'ManualCallback' => [
+ 'summary' => '内容安全人审结果渠道回调接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '264346',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ 'FEATURElvwangU90H4V',
+ 'FEATURElvwangBBY7QM',
+ 'FEATURElvwang870NMI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Code',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'code码',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '200',
+ ],
+ ],
+ [
+ 'name' => 'Msg',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '提示信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'OK',
+ ],
+ ],
+ [
+ 'name' => 'Checksum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '校验码。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abc',
+ ],
+ ],
+ [
+ 'name' => 'ReqId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '平台请求id,用于辅助排查问题',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'B0963D30-BAB4-562F-9ED0-7A23AEC51C7C',
+ ],
+ ],
+ [
+ 'name' => 'Data',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\'Result\': [{\'Confidence\': 100.0, \'CustomizedHit\': [{\'KeyWords\': u\'\\u4fdd\\u969c,\\u6700\\u5927,\\u9ad8\\u7ea7\', \'LibName\': u\'\\u4f18\\u8def\\u654f\\u611f\\u8bcd\'}], \'Label\': \'customized\'}]}',
+ ],
+ ],
+ [
+ 'name' => 'Channel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '渠道字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'ant' => 'ant',
+ ],
+ 'example' => 'ant',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Message' => [
+ 'description' => 'message信息',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Code' => [
+ 'description' => '错误码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200\\n}","type":"json"}]',
+ 'title' => '人审渠道回调接口',
+ 'extraInfo' => '无',
+ ],
+ 'ManualModeration' => [
+ 'summary' => '内容安全人审提交请求接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '264342',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ 'FEATURElvwangU90H4V',
+ 'FEATURElvwangBBY7QM',
+ 'FEATURElvwang870NMI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'imageManualCheck',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集,JSON字符串格式。'."\n"
+ .'- url:待检测对象的URL,请确保该URL能通过公网访问到。'."\n"
+ .'- dataId:选填,检测对象对应的数据ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"url": "https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4", "dataId": "data1234"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Code' => [
+ 'description' => '状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => '2a5389eb-4ff8-4584-ac99-644e2a539aa1',
+ ],
+ 'TaskId' => [
+ 'description' => '任务Id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"DataId\\": \\"2a5389eb-4ff8-4584-ac99-644e2a539aa1\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\"\\n }\\n}","type":"json"}]',
+ 'title' => '内容安全人审提交任务',
+ ],
+ 'ManualModerationResult' => [
+ 'summary' => '获取人审结果',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '264414',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangIBEW89',
+ 'FEATURElvwangU90H4V',
+ 'FEATURElvwangBBY7QM',
+ 'FEATURElvwang870NMI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务需要的参数集,JSON字符串格式。'."\n"
+ .'- TaskId:提交任务时返回的任务id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"TaskId\\":\\"e5f2d886-4c23-440d-999c-bd98acde11b6\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'DataId' => [
+ 'description' => 'API请求时传入的dataId 的值,如请求时未传入,则没有该字段。',
+ 'type' => 'string',
+ 'example' => 'data1234',
+ ],
+ 'TaskId' => [
+ 'description' => '任务Id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'Result' => [
+ 'description' => '返回详细标签结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签项结构。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '风险标签',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Description' => [
+ 'description' => '标签描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Code\\": 200,\\n \\"Data\\": {\\n \\"RiskLevel\\": \\"high\\",\\n \\"DataId\\": \\"data1234\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '内容安全人审结果获取接口',
+ ],
+ 'MultiModalGuard' => [
+ 'summary' => '同步检测接口',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang828K27',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Service',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务类型,包括:'."\n"
+ ."\n"
+ .'- query_security_check:AI输入内容安全检测'."\n"
+ ."\n"
+ .'- response_security_check:AI生成内容安全检测',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'query_security_check',
+ ],
+ ],
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集。JSON字符串格式',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{'."\n"
+ .' "content": "测试内容"'."\n"
+ .' }',
+ ],
+ ],
+ ],
+ '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' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '返回的数据内容。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Detail' => [
+ 'description' => '检测详情。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '检测详情。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Suggestion' => [
+ 'description' => '审核建议。取值:-**block**:违规。-**pass**:通过。',
+ 'type' => 'string',
+ 'example' => 'pass',
+ ],
+ 'Type' => [
+ 'description' => '类型。',
+ 'type' => 'string',
+ 'example' => 'contentModeration',
+ ],
+ 'Level' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'Result' => [
+ 'description' => '检测结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '检测结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Ext' => [
+ 'description' => '检测结果扩展信息。',
+ 'type' => 'any',
+ 'example' => '{}',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似违禁行为',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '0',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'contraband_act',
+ ],
+ 'Level' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Suggestion' => [
+ 'description' => '审核建议。取值:-block:违规。-pass:通过。',
+ 'type' => 'string',
+ 'example' => 'pass',
+ ],
+ 'DataId' => [
+ 'description' => '检测对象对应的数据ID。',
+ 'type' => 'string',
+ 'example' => 'data1234',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 403 => [
+ [
+ 'errorCode' => 'NoPermission',
+ 'errorMessage' => 'You don\'t have permission.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"OK\\",\\n \\"Data\\": {\\n \\"Detail\\": [\\n {\\n \\"Suggestion\\": \\"pass\\",\\n \\"Type\\": \\"contentModeration\\",\\n \\"Level\\": \\"none\\",\\n \\"Result\\": [\\n {\\n \\"Ext\\": \\"{}\\",\\n \\"Description\\": \\"疑似违禁行为\\",\\n \\"Confidence\\": 0,\\n \\"Label\\": \\"contraband_act\\",\\n \\"Level\\": \\"none\\"\\n }\\n ]\\n }\\n ],\\n \\"Suggestion\\": \\"pass\\",\\n \\"DataId\\": \\"data1234\\"\\n }\\n}","type":"json"}]',
+ 'title' => 'AI安全护栏同步检测',
+ ],
+ 'MultiModalAgent' => [
+ 'summary' => '多模态AgentAPI同步检测接口',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang828K27',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核服务需要的参数集。taskId,即要查询的检测任务的taskId,每次支持输入一个taskId。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"content":"测试文本","dataId":"img1234567"}',
+ ],
+ ],
+ [
+ 'name' => 'AppID',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '白板应用唯一标识符。获取白板应用ID,请参见[CreateApp](~~204234~~)。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'txt_check_agent_01',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'Id of the request',
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Code' => [
+ 'description' => '返回码。返回200代表成功。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Data' => [
+ 'description' => '图片内容检测后的结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DataId' => [
+ 'description' => '数据ID',
+ 'type' => 'string',
+ 'example' => '26769ada6e264e7ba9aa048241e12be9',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'Result' => [
+ 'description' => '标签项结构。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回集合。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '风险标签',
+ 'type' => 'string',
+ 'example' => 'violent_explosion',
+ ],
+ 'Description' => [
+ 'description' => '标签描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ 'Reason' => [
+ 'description' => '结束该会话时的结果描述。'."\n"
+ .'- **SESSION_KILLED**:结束会话成功。'."\n"
+ .'- **SESSION_EXPIRED**:会话已过期。'."\n"
+ .'- **SESSION\\_NO\\_PERMISSION**:用于结束会话的账号权限不足。'."\n"
+ .'- **SESSION\\_ACCOUNT\\_ERROR**:用于结束会话的账号或密码错误。'."\n"
+ .'- **SESSION\\_IGNORED\\_USER**:不需要结束的账号的会话。'."\n"
+ .'- **SESSION\\_INTERNAL\\_USER\\_OR\\_COMMAND**:阿里云运维账号的会话或者命令。'."\n"
+ .'- **SESSION\\_KILL\\_TASK\\_TIMEOUT**:结束会话超时。'."\n"
+ .'- **SESSION\\_OTHER\\_ERROR**:其他错误。',
+ 'type' => 'string',
+ 'example' => 'TRACER_SLB_ALL_DEST_WEIGHT_0',
+ ],
+ ],
+ ],
+ ],
+ 'Usage' => [
+ 'description' => 'Token使用情况',
+ 'type' => 'object',
+ 'properties' => [
+ 'PromptLength' => [
+ 'description' => '提示词长度。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'ContentLength' => [
+ 'description' => '内容长度。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'AgentDetail' => [
+ 'description' => '智能体详细',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 403 => [
+ [
+ 'errorCode' => 'NoPermission',
+ 'errorMessage' => 'You don\'t have permission.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"DataId\\": \\"26769ada6e264e7ba9aa048241e12be9\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"violent_explosion\\",\\n \\"Description\\": \\"未检测出风险\\",\\n \\"Reason\\": \\"TRACER_SLB_ALL_DEST_WEIGHT_0\\"\\n }\\n ],\\n \\"Usage\\": {\\n \\"PromptLength\\": 100,\\n \\"ContentLength\\": 10,\\n \\"AgentDetail\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '内容审核Agent',
+ 'description' => '内容安全审核Agent。',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];
diff --git a/data/zh_cn/green/2022-09-26/api-docs.php b/data/zh_cn/green/2022-09-26/api-docs.php
new file mode 100644
index 0000000..4b63ea4
--- /dev/null
+++ b/data/zh_cn/green/2022-09-26/api-docs.php
@@ -0,0 +1,13232 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'Green',
+ 'version' => '2022-09-26',
+ ],
+ 'directories' => [
+ 'AddKeywordLib',
+ 'DeleteFeatureConfig',
+ 'ExportCipStats',
+ 'ExportOssCheckStat',
+ 'GetCipStats',
+ 'GetFeatureConfig',
+ 'GetOssCheckResultDetail',
+ 'GetOssCheckStat',
+ 'GetScanResult',
+ 'GetServiceConf',
+ 'GetServiceConfig',
+ 'GetUserBuyStatus',
+ 'ListKeywordLibs',
+ 'ListOssCheckResult',
+ 'ModifyFeatureConfig',
+ 'QueryCallback',
+ 'UpdateScanResultFeedback',
+ 'UpdateServiceConfig',
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'GetKeywordImportResult',
+ 'UpdateKeywordLib',
+ 'GetKeywordLib',
+ 'GetUploadInfo',
+ 'ListServiceConfigs',
+ 'GetTextScanResult',
+ 'AddKeywords',
+ 'ListKeywords',
+ 'DeleteKeyword',
+ 'ExportKeyword',
+ 'ExportTextScanResult',
+ 'DeleteKeywordLib',
+ 'UpdateImageLibFreeInspection',
+ 'AddImages2Lib',
+ 'ListImagesFromLib',
+ 'AddImageLib',
+ 'ExportScanResult',
+ 'ListImageLib',
+ 'DeleteImagesFromLib',
+ 'GetImageSceneLabelConf',
+ 'UpdateImageLib',
+ 'GetImageSceneLabelListConf',
+ 'GetScanNum',
+ 'CancelStockOssCheckTask',
+ 'CreatePreCheck',
+ 'GetBucketsList',
+ 'GetOssCheckStatus',
+ 'ExportResult',
+ 'GetStockOssCheckTasksList',
+ 'OssCheckResultList',
+ 'CreatStockOssCheckTask',
+ 'AddKeywordsToLib',
+ 'GetServiceLabelConfig',
+ 'ModifyServiceInfo',
+ 'CopyServiceConfig',
+ 'GetExecuteTime',
+ 'GetJobNameList',
+ 'GetBackupConfig',
+ 'GetBackupBucketsList',
+ 'GetBackupStatus',
+ 'UpdateBackupConfig',
+ 'ListCallback',
+ 'QueryCallbackByPage',
+ 'CreateCallback',
+ 'DeleteCallback',
+ 'ModifyCallback',
+ 'AddAnswerSample',
+ 'CreateAnswerLib',
+ 'ExportAnswerSample',
+ 'QueryAnswerSampleByPage',
+ 'DeleteAnswerSample',
+ 'ListAnswerLib',
+ 'ModifyAnswerLib',
+ 'DeleteAnswerLib',
+ 'GetAnswerImportProgress',
+ 'UpdateOssCheckResultsFeedBack',
+ 'UpdateOssCheckResultsFreeze',
+ 'GetOssCheckFreezeResult',
+ 'UpdateOssCheckResultsUnfreeze',
+ 'DeleteOnlineTest',
+ 'CreateOnlineTest',
+ 'StopOnlineTest',
+ 'DescribeOnlineTestResult',
+ 'GetUploadLink',
+ 'LlmStreamChat',
+ 'GetOssCheckTaskInfo',
+ 'UpdateOssCheckResultsBatchFeedback',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'AddKeywordLib' => [
+ 'summary' => '创建关键词库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157041',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '词库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试词库',
+ ],
+ ],
+ [
+ 'name' => 'Keywords',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词,多个关键词以\\n分割。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '关键词1\\n关键词2',
+ ],
+ ],
+ [
+ 'name' => 'KeywordsObject',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词文件名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddKeywordLibResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'KeywordsResult' => [
+ 'description' => '结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Tips' => [
+ 'description' => '提示信息。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '529',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '278',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复次数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '118',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '133',
+ ],
+ 'RepeatKeywords' => [
+ 'description' => '重复的关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复的关键词。',
+ 'type' => 'string',
+ 'example' => '重复关键词',
+ ],
+ ],
+ 'InvalidKeywords' => [
+ 'description' => '不合法关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法关键词。',
+ 'type' => 'string',
+ 'example' => '非法关键词',
+ ],
+ ],
+ 'IllegalLengthKeywords' => [
+ 'description' => '长度过长或过短关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '长度过长或过短关键词。',
+ 'type' => 'string',
+ 'example' => '过短关键词',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxx\\",\\n \\"TotalCount\\": 529,\\n \\"SuccessCount\\": 278,\\n \\"RepeatCount\\": 118,\\n \\"InvalidCount\\": 133,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"非法关键词\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\"\\n ]\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加关键词库',
+ ],
+ 'DeleteFeatureConfig' => [
+ 'summary' => '删除特性配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '266680',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXKZ6SI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'llm_query_moderation',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_llm_template',
+ ],
+ ],
+ [
+ 'name' => 'Field',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '标签值,客户自定义',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '__config__',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '区域',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回结果。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"success\\",\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]',
+ 'title' => '删除特性配置',
+ ],
+ 'ExportCipStats' => [
+ 'summary' => '导出调用量',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157301',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangMSWOCX',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的开始时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-04-15 09:00:00',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的结束时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-04-16 09:00:00',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '要导出的任务标签。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'ByMonth',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否支持月份索引,取值:-**true**:支持。-**false**:不支持。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ ],
+ 'example' => 'text',
+ 'default' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'SubUid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '子账户UID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '268220485413130979',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '类型,取值:-**cip**:内容安全调用量统计。-**risk_level**:内容安全风险等级统计。-**content_moderation**:AI安全护栏内容合规风险等级及标签统计。-**sensitive_data**:AI安全护栏敏感数据风险等级及标签统计。-**prompt_attack**:AI安全护栏提示词风险等级及标签统计。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'risk_level',
+ ],
+ ],
+ [
+ 'name' => 'ExportType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '导出类型。取值:-**level**:风险等级导出。-**label**:标签导出。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'label',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<String>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '导出结果。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/cipStat/text/statistics1720597246783.xlsx',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/cipStat/text/statistics1720597246783.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '导出用量',
+ ],
+ 'ExportOssCheckStat' => [
+ 'summary' => 'oss用量统计导出',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '218756',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的开始时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-10 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的结束时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-11 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'ByMonth',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否支持月份索引,取值:-true:支持。-false:不支持。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ParentTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'oss检测任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_UX0K5X',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse<OssCheckStatResultVO>}',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '导出结果。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckStat_aliUf5B3lJfOkLpqozLIn94Uy-1XxKyX.xlsx',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckStat_aliUf5B3lJfOkLpqozLIn94Uy-1XxKyX.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => 'oss检测任务用量统计导出',
+ ],
+ 'GetCipStats' => [
+ 'summary' => '查询调用量',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157300',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangMSWOCX',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的开始时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-10 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的结束时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-11 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xx',
+ ],
+ ],
+ [
+ 'name' => 'ByMonth',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否支持月份索引,取值:true:支持。false:不支持。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ 'audio' => '音频',
+ ],
+ 'example' => 'text',
+ 'default' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'SubUid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '子账户UID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '253552244990701265',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '类型,取值:**cip**:内容安全调用量统计。**risk_level**:内容安全风险等级统计。**content_moderation**:AI安全护栏内容合规风险等级及标签统计。**sensitive_data**:AI安全护栏敏感数据风险等级及标签统计。**prompt_attack**:AI安全护栏提示词风险等级及标签统计。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'risk_level',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<CipStatisticsChartVO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'string',
+ 'example' => '["06-10", "06-11", "06-12", "06-13"]',
+ ],
+ ],
+ 'Y' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '用量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Uids' => [
+ 'description' => 'UID列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'UID列表。',
+ 'type' => 'string',
+ 'example' => '["15220*****63446"]',
+ ],
+ ],
+ 'LabelStatChart' => [
+ 'description' => '标签用量图。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签用量图。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '117',
+ ],
+ 'X' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'string',
+ 'example' => '["06-10", "06-11", "06-12", "06-13"]'."\n",
+ ],
+ ],
+ 'Y' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '用量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'TreeChart' => [
+ 'description' => '树状图。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '树状图。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => '99.91',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似政治人物',
+ ],
+ ],
+ ],
+ ],
+ 'VoiceTreeChart' => [
+ 'description' => '音频树状图。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '音频树状图。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'Value' => [
+ 'description' => '分值。',
+ 'type' => 'string',
+ 'example' => '99.91',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '疑似特定歌曲'."\n",
+ ],
+ ],
+ ],
+ ],
+ 'ImageTreeChar' => [
+ 'description' => '图片标签统计',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ 'Value' => [
+ 'description' => '标签占比',
+ 'type' => 'string',
+ 'example' => '0.0274',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ 'TextTreeChart' => [
+ 'description' => '文本标签统计',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '标签',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ 'Value' => [
+ 'description' => '占比',
+ 'type' => 'string',
+ 'example' => '0.0274',
+ ],
+ 'Description' => [
+ 'description' => '描述',
+ 'type' => 'string',
+ 'example' => '未检测出风险',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Z' => [
+ 'description' => '命中数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '命中数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'nickNameDetection',
+ ],
+ 'Data' => [
+ 'description' => '数量。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '[0, 0, 26, 1, 0, 0, 0, 0, 0]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'TotalStat' => [
+ 'description' => '总数量分类统计。',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'object',
+ 'description' => '总数量分类统计。',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"X\\": [\\n \\"[\\\\\\"06-10\\\\\\", \\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\"]\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"Uids\\": [\\n \\"[\\\\\\"15220*****63446\\\\\\"]\\"\\n ],\\n \\"LabelStatChart\\": [\\n {\\n \\"ServiceCode\\": \\"nickNameDetection\\",\\n \\"TotalCount\\": 117,\\n \\"X\\": [\\n \\"[\\\\\\"06-10\\\\\\", \\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\"]\\\\n\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"TreeChart\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Value\\": \\"99.91\\",\\n \\"Description\\": \\"疑似政治人物\\"\\n }\\n ],\\n \\"VoiceTreeChart\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Value\\": \\"99.91\\",\\n \\"Description\\": \\"疑似特定歌曲\\\\n\\"\\n }\\n ],\\n \\"ImageTreeChar\\": [\\n {\\n \\"Name\\": \\"nonLabel\\",\\n \\"Value\\": \\"0.0274\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ],\\n \\"TextTreeChart\\": [\\n {\\n \\"Name\\": \\"nonLabel\\",\\n \\"Value\\": \\"0.0274\\",\\n \\"Description\\": \\"未检测出风险\\"\\n }\\n ]\\n }\\n ],\\n \\"Z\\": [\\n {\\n \\"Name\\": \\"nickNameDetection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ],\\n \\"TotalStat\\": {\\n \\"key\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询用量统计',
+ ],
+ 'GetFeatureConfig' => [
+ 'summary' => '获取特性配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '266679',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXKZ6SI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'llm_query_moderation',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_llm_template',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询条件',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"Lang\\":\\"zh\\",\\"CategoryType\\":1,\\"Default\\":false,\\"ParentCategoryId\\":1720}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '1643953****74290',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'llm_query_moderation',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'text',
+ ],
+ 'Type' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'example' => 'custom_llm_template',
+ ],
+ 'FeatureConf' => [
+ 'description' => '特性配置列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '特性配置对象',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success'."\n",
+ ],
+ 'Success' => [
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Code' => [
+ 'description' => '状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Data\\": {\\n \\"Uid\\": \\"1643953****74290\\",\\n \\"ServiceCode\\": \\"llm_query_moderation\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"Type\\": \\"custom_llm_template\\",\\n \\"FeatureConf\\": [\\n {}\\n ]\\n },\\n \\"Msg\\": \\"success\\\\n\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]',
+ 'title' => '查询特性配置',
+ ],
+ 'GetOssCheckResultDetail' => [
+ 'summary' => '获取OSS检查结果的详细信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '233378',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Bucket',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'oss-tmp',
+ ],
+ ],
+ [
+ 'name' => 'Object',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'object名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1748396909030.jpg',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'audio_media_detection_01',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'QueryRequestId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询的请求ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '62E97001-1255-50A9-8E1E-4FD05473D952',
+ ],
+ ],
+ [
+ 'name' => 'MediaType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'ParentTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '父任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_RZQ66T',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>',
+ 'description' => 'PortalResponse<PageResponse<OssStockResultVO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => '62E97001-1255-50A9-8E1E-4FD05473D952',
+ ],
+ 'Data' => [
+ 'description' => '详情数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'oss-tmp',
+ ],
+ 'JobName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => 'dhT20X2310',
+ ],
+ 'Object' => [
+ 'description' => 'object名称',
+ 'type' => 'string',
+ 'example' => '1748396909030.jpg',
+ ],
+ 'Md5' => [
+ 'description' => '文件的MD5。',
+ 'type' => 'string',
+ 'example' => 'f6e2e1946f06310c8a0cc443a05819f3',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection_01',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和http status一致',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Labels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'Labels2' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片url地址。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.jpg',
+ ],
+ 'Url' => [
+ 'description' => '任务URL',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'P_Z7OLMN',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ 'ContentType' => [
+ 'description' => '音视频检测类型。',
+ 'type' => 'string',
+ 'example' => 'audio',
+ ],
+ 'RiskLevel0' => [
+ 'description' => '整体风险等级。',
+ 'type' => 'string',
+ 'example' => 'low',
+ ],
+ 'RiskLevel' => [
+ 'description' => '图片风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'RiskLevel2' => [
+ 'description' => '文本风险等级',
+ 'type' => 'string',
+ 'example' => 'medium',
+ ],
+ 'FreezeType' => [
+ 'description' => '冻结类型。',
+ 'type' => 'string',
+ 'example' => 'COPY',
+ ],
+ 'FreezeStatus' => [
+ 'description' => '冻结状态。',
+ 'type' => 'string',
+ 'example' => 'UNFREEZED',
+ ],
+ 'ScanServiceInfos' => [
+ 'description' => '检测服务信息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '检测服务信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection_01',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ ],
+ ],
+ ],
+ 'LabelDetails' => [
+ 'description' => '标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '涉政',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '50',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ ],
+ ],
+ ],
+ 'LabelDetails2' => [
+ 'description' => '标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '涉政',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '50',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ ],
+ ],
+ ],
+ 'ManualFreezeAction' => [
+ 'description' => '人工处置状态。',
+ 'type' => 'string',
+ 'example' => 'FREEZE',
+ ],
+ 'ManualOperateTime' => [
+ 'description' => '处置时间。',
+ 'type' => 'string',
+ 'example' => '2025-08-09 12:00:00',
+ ],
+ 'ManualOperator' => [
+ 'description' => '处置人。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"62E97001-1255-50A9-8E1E-4FD05473D952\\",\\n \\"Data\\": {\\n \\"Bucket\\": \\"oss-tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1748396909030.jpg\\",\\n \\"Md5\\": \\"f6e2e1946f06310c8a0cc443a05819f3\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_Z7OLMN\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"medium\\",\\n \\"FreezeType\\": \\"COPY\\",\\n \\"FreezeStatus\\": \\"UNFREEZED\\",\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": true,\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"CopyFrom\\": \\"audio_media_detection\\"\\n }\\n ],\\n \\"LabelDetails\\": [\\n {\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"LabelDetails2\\": [\\n {\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50,\\n \\"Label\\": \\"politics\\"\\n }\\n ],\\n \\"ManualFreezeAction\\": \\"FREEZE\\",\\n \\"ManualOperateTime\\": \\"2025-08-09 12:00:00\\",\\n \\"ManualOperator\\": \\"xx\\"\\n },\\n \\"Success\\": true,\\n \\"Msg\\": \\"success\\",\\n \\"Code\\": 200\\n}","type":"json"}]',
+ 'title' => '查询OSS检测结果详情',
+ ],
+ 'GetOssCheckStat' => [
+ 'summary' => 'oss用量统计',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '218755',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'ByMonth',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否按月查询。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ParentTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '父任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_UNHBH',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse<OssCheckStatResultVO>}',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'BarChart' => [
+ 'description' => '柱状图',
+ 'type' => 'object',
+ 'properties' => [
+ 'X' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的X值。',
+ 'type' => 'string',
+ 'example' => '["06-11", "06-12", "06-13", "06-14", "06-15"]',
+ ],
+ ],
+ 'Y' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '坐标点的Y值。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => 'document_detection',
+ ],
+ 'Data' => [
+ 'description' => '数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '数据。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '[0, 0, 0, 0, 0, 0, 34]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"BarChart\\": {\\n \\"X\\": [\\n \\"[\\\\\\"06-11\\\\\\", \\\\\\"06-12\\\\\\", \\\\\\"06-13\\\\\\", \\\\\\"06-14\\\\\\", \\\\\\"06-15\\\\\\"]\\"\\n ],\\n \\"Y\\": [\\n {\\n \\"Name\\": \\"document_detection\\",\\n \\"Data\\": [\\n 0\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => 'oss用量统计',
+ ],
+ 'GetScanResult' => [
+ 'summary' => '查询调用结果',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '160495',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang6CEZ66',
+ 'FEATURElvwang5MWEHW',
+ 'FEATURElvwangLRLIH6',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '搜索条件。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{"RequestId":"xxx"}',
+ 'description' => '搜索条件。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '排序字段。',
+ 'example' => '{"RequestTime":"desc"}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PortalPageResponse<ImageScanResultVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '每页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-11 09:00:19'."\n",
+ ],
+ 'RequestTime' => [
+ 'description' => '请求时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-11 09:00:19'."\n",
+ ],
+ 'DataId' => [
+ 'title' => 'dataId',
+ 'description' => 'dataId',
+ 'type' => 'string',
+ 'example' => '4f27b8cc7c4544cb90b41882a5b36326',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Labels' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ 'NoLabels' => [
+ 'title' => '无标签',
+ 'description' => '无标签',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'ImageUrl' => [
+ 'title' => 'url',
+ 'description' => 'url',
+ 'type' => 'string',
+ 'example' => 'https://www.aliyuncs.com/xxx.png'."\n",
+ ],
+ 'Content' => [
+ 'description' => '内容。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'vi_s_EbrXb716LyBpkfwxyX5xyh-1A6RY9',
+ ],
+ 'Score' => [
+ 'description' => '分数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '25',
+ ],
+ 'Suggestion' => [
+ 'description' => '建议。',
+ 'type' => 'string',
+ 'example' => 'review',
+ ],
+ 'ExtFeedback' => [
+ 'description' => '反馈信息。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Url' => [
+ 'description' => '任务URL',
+ 'type' => 'string',
+ 'example' => 'https://www.aliyuncs.com/xxx.png'."\n",
+ ],
+ 'TimeStamp' => [
+ 'description' => '时间戳。',
+ 'type' => 'string',
+ 'example' => '00:00:40-00:00:42',
+ ],
+ 'FrameCount' => [
+ 'description' => '帧数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '20',
+ ],
+ 'ImageService' => [
+ 'description' => '图片服务。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'VoiceService' => [
+ 'description' => '音频服务。',
+ 'type' => 'string',
+ 'example' => 'live_stream_detection',
+ ],
+ 'ImageLabels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'object',
+ 'example' => '[{nonLabel: 17}]',
+ ],
+ ],
+ 'VoiceLabels' => [
+ 'description' => '音频标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '音频标签。',
+ 'type' => 'object',
+ 'example' => '[{political_content: 11}]',
+ ],
+ ],
+ 'TextLabels' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'object',
+ 'example' => '[{nonLabel: 17}]',
+ ],
+ ],
+ 'VoiceScanOpened' => [
+ 'description' => '是否开启音频检测。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Result' => [
+ 'description' => '返回集合。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回集合。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'string',
+ 'example' => '50.0',
+ ],
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ 'Description' => [
+ 'description' => '对Labal字段的说明。',
+ 'type' => 'string',
+ 'example' => '疑似色情内容',
+ ],
+ ],
+ ],
+ ],
+ 'Offset' => [
+ 'description' => '截帧偏移值。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'StartTime' => [
+ 'description' => '分段开始时间(秒)。',
+ 'type' => 'string',
+ 'example' => '11',
+ ],
+ 'EndTime' => [
+ 'description' => '分段结束时间(秒)。',
+ 'type' => 'string',
+ 'example' => '22',
+ ],
+ 'RiskTips' => [
+ 'description' => '命中风险详情。',
+ 'type' => 'string',
+ 'example' => '色情服务',
+ ],
+ 'RiskWords' => [
+ 'description' => '命中风险关键词。',
+ 'type' => 'string',
+ 'example' => '色情_低俗词',
+ ],
+ 'Thumbnail' => [
+ 'description' => '缩略图地址。',
+ 'type' => 'string',
+ 'example' => 'https://www.aliyuncs.com/xxx.png',
+ ],
+ 'Extra' => [
+ 'description' => '备用参数。',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ 'PageNum' => [
+ 'description' => '页码。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'SensitiveLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ .'- **S1**:表示低敏感。'."\n"
+ .'- **S2**:表示中敏感。'."\n"
+ .'- **S3**:表示较高敏感。'."\n"
+ .'- **S4**:表示高敏感。'."\n"
+ .'- **S0**:表示非敏感。',
+ 'type' => 'string',
+ 'example' => 'S0',
+ ],
+ 'AttackLevel' => [
+ 'description' => '攻击等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'RequestFrom' => [
+ 'description' => '请求来源',
+ 'type' => 'string',
+ 'example' => 'online_test',
+ ],
+ 'ApiRequestTime' => [
+ 'description' => '机审时间。',
+ 'type' => 'string',
+ 'example' => '1755501226',
+ ],
+ 'ReviewTime' => [
+ 'description' => '复审时间。',
+ 'type' => 'string',
+ 'example' => '1755501226',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'text',
+ ],
+ 'ApiTaskId' => [
+ 'description' => '机审任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'ReviewLabels' => [
+ 'description' => '复审标签。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'ReviewRiskLevel' => [
+ 'description' => '复审状态。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ReviewUid' => [
+ 'description' => '复审人。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'ApiLabels' => [
+ 'description' => '机审标签。',
+ 'type' => 'string',
+ 'example' => 'porn',
+ ],
+ 'ApiRiskLevel' => [
+ 'description' => '机审风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'ApiService' => [
+ 'description' => '机审service',
+ 'type' => 'string',
+ 'example' => 'basecheckLine',
+ ],
+ 'ManualOnly' => [
+ 'description' => '是否纯人审。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'Reviewed' => [
+ 'description' => '是否已复审。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'MaliciousFileLevel' => [
+ 'description' => '恶意文件风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'MaliciousUrlLevel' => [
+ 'description' => '恶意url风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'AppId' => [
+ 'title' => 'appId',
+ 'description' => 'appId',
+ 'type' => 'string',
+ 'example' => 'agent_01',
+ ],
+ 'GuardImageUrls' => [
+ 'description' => '多模态图片地址。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '多模态图片地址。',
+ 'type' => 'string',
+ 'example' => 'https://xxx.jpg',
+ ],
+ ],
+ 'GuardFileUrls' => [
+ 'description' => '多模态文件地址。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '多模态文件地址。',
+ 'type' => 'string',
+ 'example' => 'http://xxx.docx',
+ ],
+ ],
+ 'AccountId' => [
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => 'accountIdtest123',
+ ],
+ 'LiveId' => [
+ 'description' => '客户入参LiveId',
+ 'type' => 'string',
+ 'example' => 'liveIdtest123',
+ ],
+ 'ImageUrls' => [
+ 'title' => 'imageUrls',
+ 'description' => 'imageUrls',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => 'url',
+ 'description' => 'url',
+ 'type' => 'string',
+ 'example' => 'https://xxxx.001.jpg',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 1,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2023-08-11 09:00:19\\\\n\\",\\n \\"RequestTime\\": \\"2023-08-11 09:00:19\\\\n\\",\\n \\"DataId\\": \\"4f27b8cc7c4544cb90b41882a5b36326\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Labels\\": \\"nonLabel\\",\\n \\"NoLabels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ImageUrl\\": \\"https://www.aliyuncs.com/xxx.png\\\\n\\",\\n \\"Content\\": \\"xxx\\",\\n \\"TaskId\\": \\"vi_s_EbrXb716LyBpkfwxyX5xyh-1A6RY9\\",\\n \\"Score\\": 25,\\n \\"Suggestion\\": \\"review\\",\\n \\"ExtFeedback\\": \\"xxx\\",\\n \\"Url\\": \\"https://www.aliyuncs.com/xxx.png\\\\n\\",\\n \\"TimeStamp\\": \\"00:00:40-00:00:42\\",\\n \\"FrameCount\\": 20,\\n \\"ImageService\\": \\"baselineCheck\\",\\n \\"VoiceService\\": \\"live_stream_detection\\",\\n \\"ImageLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"VoiceLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"TextLabels\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ],\\n \\"VoiceScanOpened\\": true,\\n \\"Result\\": [\\n {\\n \\"Confidence\\": \\"50.0\\",\\n \\"Label\\": \\"politics\\",\\n \\"Description\\": \\"疑似色情内容\\"\\n }\\n ],\\n \\"Offset\\": 1,\\n \\"StartTime\\": \\"11\\",\\n \\"EndTime\\": \\"22\\",\\n \\"RiskTips\\": \\"色情服务\\",\\n \\"RiskWords\\": \\"色情_低俗词\\",\\n \\"Thumbnail\\": \\"https://www.aliyuncs.com/xxx.png\\",\\n \\"Extra\\": {},\\n \\"PageNum\\": 1,\\n \\"RiskLevel\\": \\"none\\",\\n \\"SensitiveLevel\\": \\"S0\\",\\n \\"AttackLevel\\": \\"none\\",\\n \\"RequestFrom\\": \\"online_test\\",\\n \\"ApiRequestTime\\": \\"1755501226\\",\\n \\"ReviewTime\\": \\"1755501226\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ApiTaskId\\": \\"xxx\\",\\n \\"ReviewLabels\\": \\"porn\\",\\n \\"ReviewRiskLevel\\": \\"high\\",\\n \\"ReviewUid\\": \\"xx\\",\\n \\"ApiLabels\\": \\"porn\\",\\n \\"ApiRiskLevel\\": \\"high\\",\\n \\"ApiService\\": \\"basecheckLine\\",\\n \\"ManualOnly\\": false,\\n \\"Reviewed\\": false,\\n \\"MaliciousFileLevel\\": \\"high\\",\\n \\"MaliciousUrlLevel\\": \\"high\\",\\n \\"AppId\\": \\"agent_01\\",\\n \\"GuardImageUrls\\": [\\n \\"https://xxx.jpg\\"\\n ],\\n \\"GuardFileUrls\\": [\\n \\"http://xxx.docx\\"\\n ],\\n \\"AccountId\\": \\"accountIdtest123\\",\\n \\"LiveId\\": \\"liveIdtest123\\",\\n \\"ImageUrls\\": [\\n \\"https://xxxx.001.jpg\\"\\n ]\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询检测结果',
+ ],
+ 'GetServiceConf' => [
+ 'summary' => '获取单个服务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '161934',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'pornographic',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ByDefault',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询默认配置',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'False',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<CustomServiceConfigDTO<JSONObject>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '17726*****370735',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'image',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-01-17 12:29:56',
+ ],
+ 'CustomServiceConf' => [
+ 'description' => '服务详情',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => '6CF2815C-****-****-B52E-FF6E2****492',
+ ],
+ 'Option' => [
+ 'description' => '选项。',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ 'Classify' => [
+ 'description' => '分类。',
+ 'type' => 'string',
+ 'example' => 'guard-scene',
+ ],
+ 'ServiceType' => [
+ 'description' => '服务类型。',
+ 'type' => 'string',
+ 'example' => 'plus',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Uid\\": \\"17726*****370735\\",\\n \\"ResourceType\\": \\"image\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"GmtModified\\": \\"2023-01-17 12:29:56\\",\\n \\"CustomServiceConf\\": {},\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"6CF2815C-****-****-B52E-FF6E2****492\\",\\n \\"Option\\": {},\\n \\"Classify\\": \\"guard-scene\\",\\n \\"ServiceType\\": \\"plus\\"\\n}","type":"json"}]',
+ 'title' => '获取规则配置',
+ ],
+ 'GetServiceConfig' => [
+ 'summary' => '获取单个服务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang9SVL0Q',
+ 'FEATURElvwangL7LL9G',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<CustomServiceConfigDTO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '165379****31937',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'text',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'nickname_detection',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-05-06 03:07:44',
+ ],
+ 'CustomServiceConf' => [
+ 'description' => '自定义服务详情',
+ 'type' => 'object',
+ 'properties' => [
+ 'KeywordFilterLibs' => [
+ 'description' => '忽略词库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '忽略词库。',
+ 'type' => 'string',
+ 'example' => '["kwxxx"]',
+ ],
+ ],
+ 'KeywordHitLibs' => [
+ 'description' => '命中词库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '命中词库。',
+ 'type' => 'string',
+ 'example' => '["kwxxx1"]',
+ ],
+ ],
+ 'SimilarTextHitLibs' => [
+ 'description' => '命中相似文本库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '命中相似文本库。',
+ 'type' => 'string',
+ 'example' => '["stxxx"]',
+ ],
+ ],
+ 'ManualMachineConfig' => [
+ 'description' => '人机审核配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Enable' => [
+ 'description' => '是否启用。取值:'."\n"
+ .'- **true**:启用'."\n"
+ .'- **false**:禁用',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AuditRiskLevels' => [
+ 'description' => '风险等级。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '风险等级。',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ ],
+ 'ManualService' => [
+ 'description' => '人审service',
+ 'type' => 'string',
+ 'example' => 'imageManualCheck',
+ ],
+ 'CallbackId' => [
+ 'description' => '回调通知ID',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '123',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Uid\\": \\"165379****31937\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"GmtModified\\": \\"2024-05-06 03:07:44\\",\\n \\"CustomServiceConf\\": {\\n \\"KeywordFilterLibs\\": [\\n \\"[\\\\\\"kwxxx\\\\\\"]\\"\\n ],\\n \\"KeywordHitLibs\\": [\\n \\"[\\\\\\"kwxxx1\\\\\\"]\\"\\n ],\\n \\"SimilarTextHitLibs\\": [\\n \\"[\\\\\\"stxxx\\\\\\"]\\"\\n ],\\n \\"ManualMachineConfig\\": {\\n \\"Enable\\": true,\\n \\"AuditRiskLevels\\": [\\n \\"high\\"\\n ],\\n \\"ManualService\\": \\"imageManualCheck\\",\\n \\"CallbackId\\": 123\\n }\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取规则配置',
+ ],
+ 'GetUserBuyStatus' => [
+ 'summary' => '获取用户购买状态',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '158310',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangMSWOCX',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'CommodityCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '商品编码。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'lvwang_public_cn',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<BuyStatusDTO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Buy' => [
+ 'description' => '是否在阿里云开通了商品。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Indebt' => [
+ 'description' => '是否欠费。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'Bid' => [
+ 'description' => 'Bid。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '26842',
+ ],
+ 'Tag' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'bailian',
+ ],
+ 'InstanceId' => [
+ 'description' => '实例id',
+ 'type' => 'string',
+ 'example' => 'xxx-xxx-xxx',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Buy\\": true,\\n \\"Indebt\\": true,\\n \\"Bid\\": 26842,\\n \\"Tag\\": \\"bailian\\",\\n \\"InstanceId\\": \\"xxx-xxx-xxx\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取用户购买状态',
+ ],
+ 'ListKeywordLibs' => [
+ 'summary' => '关键词库列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157043',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<KeywordLibVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '19964*****086772',
+ ],
+ 'LibId' => [
+ 'description' => '词库ID。',
+ 'type' => 'string',
+ 'example' => 'custom_xxxxx',
+ ],
+ 'LibName' => [
+ 'description' => '库名称。',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'KeywordCount' => [
+ 'description' => '关键词数量。',
+ 'type' => 'string',
+ 'example' => '10',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2022-11-30 16:30:29',
+ ],
+ 'ServiceCodes' => [
+ 'description' => 'service服务',
+ 'type' => 'string',
+ 'example' => 'service1,service2',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"19964*****086772\\",\\n \\"LibId\\": \\"custom_xxxxx\\",\\n \\"LibName\\": \\"测试\\",\\n \\"KeywordCount\\": \\"10\\",\\n \\"GmtModified\\": \\"2022-11-30 16:30:29\\",\\n \\"ServiceCodes\\": \\"service1,service2\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '关键词库列表',
+ ],
+ 'ListOssCheckResult' => [
+ 'summary' => 'oss扫描结果查询',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '197375',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '4',
+ ],
+ ],
+ [
+ 'name' => 'FinishNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '已完成数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '搜索条件。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"TaskId":"P_11TL5T"}',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '排序字段。',
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录条数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '13',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'tmp',
+ ],
+ 'JobName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => 'dhT20X2310',
+ ],
+ 'Object' => [
+ 'description' => 'object名称',
+ 'type' => 'string',
+ 'example' => '1713014531569_958.png.jpeg',
+ ],
+ 'Md5' => [
+ 'description' => '文件的MD5。',
+ 'type' => 'string',
+ 'example' => '54416c9b159df4a60ae03c04ccb94cb5',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection_01',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Labels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'Labels2' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片url地址。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.jpg',
+ ],
+ 'Url' => [
+ 'description' => '任务URL。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'EP6TI7_au_Zo25ITvCbkocNuF801QOQX',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ 'ContentType' => [
+ 'description' => '音视频检测类型。',
+ 'type' => 'string',
+ 'example' => 'audio',
+ ],
+ 'RiskLevel0' => [
+ 'description' => '整体风险等级',
+ 'type' => 'string',
+ 'example' => 'low',
+ ],
+ 'RiskLevel' => [
+ 'description' => '图片风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'RiskLevel2' => [
+ 'description' => '文本风险等级',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'FreezeType' => [
+ 'description' => '冻结类型。',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeStatus' => [
+ 'description' => '冻结状态。',
+ 'type' => 'string',
+ 'example' => 'FREEZED',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 13,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"OK\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"EP6TI7_au_Zo25ITvCbkocNuF801QOQX\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"none\\",\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeStatus\\": \\"FREEZED\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询oss扫描结果列表',
+ ],
+ 'ModifyFeatureConfig' => [
+ 'summary' => '保存特性配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '266678',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXKZ6SI',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'llm_query_moderation',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_llm_template',
+ ],
+ ],
+ [
+ 'name' => 'Field',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '标签值,客户自定义',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '__config__',
+ ],
+ ],
+ [
+ 'name' => 'Config',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '配置,json格式',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '标签含义',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '标签2',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '区域',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Msg' => [
+ 'description' => '本次请求的响应消息。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'HttpStatusCode' => [
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Msg\\": \\"success\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"HttpStatusCode\\": 200\\n}","type":"json"}]',
+ 'title' => '编辑特性配置',
+ ],
+ 'QueryCallback' => [
+ 'summary' => '查询单个回调配置',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '221459',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '11234',
+ ],
+ ],
+ [
+ 'name' => 'CheckForOss',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询oss检测任务下的数据。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11234',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2022-11-30 16:30:29',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '19964*****086772',
+ ],
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => '回调通知',
+ ],
+ 'Url' => [
+ 'description' => '回调URL。',
+ 'type' => 'string',
+ 'example' => 'https://www.aliyuncs.com',
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Scope' => [
+ 'description' => '结果范围。',
+ 'type' => 'string',
+ 'example' => 'all',
+ ],
+ 'ExistsOssCheckTask' => [
+ 'description' => '是否存在oss检测任务',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Id\\": 11234,\\n \\"GmtCreate\\": \\"2022-11-30 16:30:29\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"19964*****086772\\",\\n \\"Name\\": \\"回调通知\\",\\n \\"Url\\": \\"https://www.aliyuncs.com\\",\\n \\"Seed\\": \\"cb2MysbJTAAIf6gB3u4vpIEU-1ySnnf\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\",\\n \\"ExistsOssCheckTask\\": false\\n}","type":"json"}]',
+ 'title' => '查询消息通知',
+ ],
+ 'UpdateScanResultFeedback' => [
+ 'summary' => '检测结果反馈',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '169771',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'QueryRequestId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '请求ID',
+ 'description' => '请求ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '46232656-984E-****-A648-B1D0667B6C3E',
+ ],
+ ],
+ [
+ 'name' => 'Feedback',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '反馈',
+ 'description' => '反馈',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'missOut' => '违规漏过',
+ 'misreport' => '未违规误报',
+ ],
+ 'example' => 'missOut',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '资源类型',
+ 'description' => '资源类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'RiskLevel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'high',
+ ],
+ ],
+ [
+ 'name' => 'Labels',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abuse',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '检测结果反馈',
+ ],
+ 'UpdateServiceConfig' => [
+ 'summary' => '更新服务。',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157299',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXKZ6SI',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'KeywordFilterLibs',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '忽略词库。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'KeywordHitLibs',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '命中词库。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'Scene',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核场景。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'pornographic',
+ ],
+ ],
+ [
+ 'name' => 'SceneConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '场景配置信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'VideoConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '视频配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'FileConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '文档配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ManualMachineConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '人机审核配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ServiceConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'service配置。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '修改服务配置',
+ ],
+ 'GetKeywordImportResult' => [
+ 'summary' => '查询导入关键词结果',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx-xxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddKeywordsResultVO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Progress' => [
+ 'description' => '任务进度百分比。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Tips' => [
+ 'description' => '提示信息。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RepeatKeywords' => [
+ 'description' => '重复的关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复的关键词列表。',
+ 'type' => 'string',
+ 'example' => '重复关键词',
+ ],
+ ],
+ 'InvalidKeywords' => [
+ 'description' => '不合法关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法关键词列表。',
+ 'type' => 'string',
+ 'example' => '不合法关键词',
+ ],
+ ],
+ 'IllegalLengthKeywords' => [
+ 'description' => '长度过长或过短关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '长度过长或过短关键词列表。',
+ 'type' => 'string',
+ 'example' => '过短关键词',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"不合法关键词\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\"\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取关键词导入结果',
+ ],
+ 'UpdateKeywordLib' => [
+ 'summary' => '编辑关键词库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157975',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'LibName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试库',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '编辑关键词库',
+ ],
+ 'GetKeywordLib' => [
+ 'summary' => '关键词库信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157047',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<KeywordLibVO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回的数据内容。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => '主账号ID',
+ 'type' => 'string',
+ 'example' => '1825457112123838',
+ ],
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxx',
+ ],
+ 'LibName' => [
+ 'description' => '库名称',
+ 'type' => 'string',
+ 'example' => '测试词库',
+ ],
+ 'KeywordCount' => [
+ 'description' => '关键词数量。',
+ 'type' => 'string',
+ 'example' => '100',
+ ],
+ 'GmtModified' => [
+ 'description' => '最后修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-01-29 10:26:00',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"Uid\\": \\"1825457112123838\\",\\n \\"LibId\\": \\"customxx_xxx\\",\\n \\"LibName\\": \\"测试词库\\",\\n \\"KeywordCount\\": \\"100\\",\\n \\"GmtModified\\": \\"2024-01-29 10:26:00\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取关键词库信息',
+ ],
+ 'GetUploadInfo' => [
+ 'summary' => '文件上传获取相应信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '158637',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ 'default' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '上传名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'UploadFileSettingResponse',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'AccessId' => [
+ 'description' => '上传授权id。',
+ 'type' => 'string',
+ 'example' => 'LTAI5t9HM*****EXQmw3DVH',
+ ],
+ 'Policy' => [
+ 'description' => 'OSS上传文件的Policy。',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ 'Signature' => [
+ 'description' => '上传的签名信息。',
+ 'type' => 'string',
+ 'example' => 'iyu7VHblYj+mEF9p46cdGOlNPAw=',
+ ],
+ 'Folder' => [
+ 'title' => '最好含有用户ID',
+ 'description' => '文件名称。',
+ 'type' => 'string',
+ 'example' => 'image/upload/xxx'."\n",
+ ],
+ 'Key' => [
+ 'description' => '上传文件的使用key。',
+ 'type' => 'string',
+ 'example' => 'image/upload/xxx',
+ ],
+ 'Host' => [
+ 'description' => '上传的host。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com',
+ ],
+ 'Name' => [
+ 'title' => '前端上传图片使用',
+ 'description' => '前端上传图片使用',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'Expire' => [
+ 'title' => '单位秒',
+ 'description' => '单位秒',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '900',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessId\\": \\"LTAI5t9HM*****EXQmw3DVH\\",\\n \\"Policy\\": \\"xxxx\\",\\n \\"Signature\\": \\"iyu7VHblYj+mEF9p46cdGOlNPAw=\\",\\n \\"Folder\\": \\"image/upload/xxx\\\\n\\",\\n \\"Key\\": \\"image/upload/xxx\\",\\n \\"Host\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"Name\\": \\"测试\\",\\n \\"Expire\\": 900,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取文件上传的相应信息',
+ ],
+ 'ListServiceConfigs' => [
+ 'summary' => '获取服务列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157042',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ ],
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'Classify',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分类。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'guard-scene',
+ ],
+ ],
+ [
+ 'name' => 'UseStatus',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '使用状态。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'in',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<CustomServiceConfigDTO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '1674*****0071291',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'text',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'nickname_detection',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-07-11 15:40:04',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'nickname_detection',
+ ],
+ 'CustomServiceConf' => [
+ 'description' => '服务配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'KeywordFilterLibs' => [
+ 'description' => '忽略词库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '忽略词库。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'KeywordHitLibs' => [
+ 'description' => '命中词库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '命中词库。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'SimilarTextHitLibs' => [
+ 'description' => '命中相似文本库。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '命中相似文本库。',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ ],
+ 'ImageService' => [
+ 'description' => '图片服务。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片服务。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ 'AudioService' => [
+ 'description' => '音频服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ 'Rules' => [
+ 'description' => '服务规则',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Index' => [
+ 'description' => '序号。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ImageScanRule' => [
+ 'description' => '图像审核规则。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Services' => [
+ 'description' => '图片服务。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片服务。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ ],
+ ],
+ 'TextScanRule' => [
+ 'description' => '文本审核规则。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Services' => [
+ 'description' => '文本服务。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本服务。',
+ 'type' => 'string',
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'ServiceDesc' => [
+ 'description' => '服务描述。',
+ 'type' => 'string',
+ 'example' => '服务描述',
+ ],
+ 'Option' => [
+ 'description' => '选项。',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ 'ServiceType' => [
+ 'description' => '服务类型。',
+ 'type' => 'string',
+ 'example' => 'plus',
+ ],
+ 'Classify' => [
+ 'description' => '分类。',
+ 'type' => 'string',
+ 'example' => 'guard-scene',
+ ],
+ 'UseStatus' => [
+ 'description' => '使用状态',
+ 'type' => 'string',
+ 'example' => 'in',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '400',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"1674*****0071291\\",\\n \\"ResourceType\\": \\"text\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"GmtModified\\": \\"2023-07-11 15:40:04\\",\\n \\"CopyFrom\\": \\"nickname_detection\\",\\n \\"CustomServiceConf\\": {\\n \\"KeywordFilterLibs\\": [\\n \\"[]\\"\\n ],\\n \\"KeywordHitLibs\\": [\\n \\"[]\\"\\n ],\\n \\"SimilarTextHitLibs\\": [\\n \\"[]\\"\\n ],\\n \\"ImageService\\": [\\n \\"baselineCheck\\"\\n ],\\n \\"AudioService\\": \\"audio_media_detection\\",\\n \\"Rules\\": [\\n {\\n \\"Index\\": 1,\\n \\"ImageScanRule\\": {\\n \\"Services\\": [\\n \\"baselineCheck\\"\\n ]\\n },\\n \\"TextScanRule\\": {\\n \\"Services\\": [\\n \\"nickname_detection\\"\\n ]\\n }\\n }\\n ]\\n },\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"ServiceDesc\\": \\"服务描述\\",\\n \\"Option\\": {},\\n \\"ServiceType\\": \\"plus\\",\\n \\"Classify\\": \\"guard-scene\\",\\n \\"UseStatus\\": \\"in\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 400,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取规则配置列表',
+ ],
+ 'GetTextScanResult' => [
+ 'summary' => '查询调用结果',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157044',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangL296SE',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '搜索条件。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{}',
+ 'description' => '搜索条件。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PortalPageResponse<TextScanResultVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '20',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-07-11 14:21:36',
+ ],
+ 'Content' => [
+ 'description' => '内容。',
+ 'type' => 'string',
+ 'example' => '测试内容',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'txtwkgb******AsYNXoJswy-1Aa1Qk',
+ ],
+ 'RequestId' => [
+ 'description' => '请求id。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'RequestTime' => [
+ 'description' => '请求时间。',
+ 'type' => 'string',
+ 'example' => '2023-07-11 14:21:36'."\n",
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'nickname_detection',
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Labels' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ 'Score' => [
+ 'description' => '分数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '20',
+ ],
+ 'Suggestion' => [
+ 'description' => '处理建议。',
+ 'type' => 'string',
+ 'example' => 'review',
+ ],
+ 'ExtFeedback' => [
+ 'description' => '反馈信息。',
+ 'type' => 'string',
+ 'example' => 'miss',
+ ],
+ 'Extra' => [
+ 'description' => '备用参数。',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ 'Result' => [
+ 'description' => '检测结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'political_n',
+ ],
+ 'Confidence' => [
+ 'description' => '置信分值,0到100分,保留到小数点后2位。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '25.0',
+ ],
+ 'Description' => [
+ 'description' => '描述。',
+ 'type' => 'string',
+ 'example' => '疑似色情内容',
+ ],
+ ],
+ ],
+ ],
+ 'BailianRequestId' => [
+ 'description' => '百炼RequestId',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级,根据设置的高低风险分返回,返回值包括:'."\n"
+ ."\n"
+ .'- high:高风险'."\n"
+ ."\n"
+ .'- medium:中风险'."\n"
+ .' '."\n"
+ .'- low:低风险'."\n"
+ ."\n"
+ .' - none:未检测到风险',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'AccountId' => [
+ 'title' => '客户入参AccountId',
+ 'description' => '客户入参AccountId',
+ 'type' => 'string',
+ 'example' => 'accountIdtest123',
+ ],
+ 'DataId' => [
+ 'title' => '客户入参DataId',
+ 'description' => '客户入参DataId',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 5,\\n \\"PageSize\\": 20,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2023-07-11 14:21:36\\",\\n \\"Content\\": \\"测试内容\\",\\n \\"TaskId\\": \\"txtwkgb******AsYNXoJswy-1Aa1Qk\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"RequestTime\\": \\"2023-07-11 14:21:36\\\\n\\",\\n \\"ServiceCode\\": \\"nickname_detection\\",\\n \\"ScanResult\\": \\"{}\\",\\n \\"Labels\\": \\"nonLabel\\",\\n \\"Score\\": 20,\\n \\"Suggestion\\": \\"review\\",\\n \\"ExtFeedback\\": \\"miss\\",\\n \\"Extra\\": {},\\n \\"Result\\": [\\n {\\n \\"Label\\": \\"political_n\\",\\n \\"Confidence\\": 25,\\n \\"Description\\": \\"疑似色情内容\\"\\n }\\n ],\\n \\"BailianRequestId\\": \\"xxx\\",\\n \\"RiskLevel\\": \\"none\\",\\n \\"AccountId\\": \\"accountIdtest123\\",\\n \\"DataId\\": \\"xxxx\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询文本检测结果',
+ ],
+ 'AddKeywords' => [
+ 'summary' => '添加关键词',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157048',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'Keywords',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词,多个关键词以\\n分割。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '关键词1\\n关键词2'."\n",
+ ],
+ ],
+ [
+ 'name' => 'KeywordsObject',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词文件名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt'."\n",
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddKeywordsResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'KeywordsResult' => [
+ 'description' => '结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Progress' => [
+ 'description' => '任务进度百分比。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Tips' => [
+ 'description' => '提示信息。',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '6',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RepeatKeywords' => [
+ 'description' => '重复的关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复的关键词。',
+ 'type' => 'string',
+ 'example' => '重复关键词'."\n",
+ ],
+ ],
+ 'InvalidKeywords' => [
+ 'description' => '不合法关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法关键词。',
+ 'type' => 'string',
+ 'example' => '非法关键词'."\n",
+ ],
+ ],
+ 'IllegalLengthKeywords' => [
+ 'description' => '长度过长或过短关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '长度过长或过短关键词。',
+ 'type' => 'string',
+ 'example' => '过短关键词'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxxxx\\",\\n \\"TotalCount\\": 8,\\n \\"SuccessCount\\": 6,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复关键词\\\\n\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"非法关键词\\\\n\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ]\\n }\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '添加关键词',
+ ],
+ 'ListKeywords' => [
+ 'summary' => '查询关键词列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'Word',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键字。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试词',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PortalPageResponse<KeywordSampleVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '23',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '20',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '112',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-06-03 14:43:03',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-06-03 14:43:03',
+ ],
+ 'KeywordLibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'custom_xxxx',
+ ],
+ 'KeywordMd5Id' => [
+ 'description' => '关键词数据ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '4205334',
+ ],
+ 'Word' => [
+ 'description' => '关键词。',
+ 'type' => 'string',
+ 'example' => '测试词',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 23,\\n \\"PageSize\\": 20,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Id\\": 112,\\n \\"GmtCreate\\": \\"2023-06-03 14:43:03\\",\\n \\"GmtModified\\": \\"2023-06-03 14:43:03\\",\\n \\"KeywordLibId\\": \\"custom_xxxx\\",\\n \\"KeywordMd5Id\\": 4205334,\\n \\"Word\\": \\"测试词\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询关键词列表',
+ ],
+ 'DeleteKeyword' => [
+ 'summary' => '删除关键词',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157037',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'KeywordIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '要删除的关键词ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[16754493]',
+ ],
+ ],
+ [
+ 'name' => 'KeywordIdList',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '要删除的关键词ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[6715465]',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除关键词',
+ ],
+ 'ExportKeyword' => [
+ 'summary' => '导出关键词',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '158882',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<String>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '导出结果。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/export/production/keyword/export_keywordO4ee1Bok1R8IIDVpcT9viU-1xxWr',
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/export/production/keyword/export_keywordO4ee1Bok1R8IIDVpcT9viU-1xxWr\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '导出关键词',
+ ],
+ 'ExportTextScanResult' => [
+ 'summary' => '导出调用结果,excel文件',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157038',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangL296SE',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的开始时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-10 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的结束时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-11 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '查询条件。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '查询条件。',
+ 'example' => '{"RequestId":"8488665D-32D3-5DD6-8BF1-B4DE2******"}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'oss链接',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '导出结果。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx',
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '文本检测结果导出',
+ ],
+ 'DeleteKeywordLib' => [
+ 'summary' => '删除关键词库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '157040',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'description' => '成功标识。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除关键词库',
+ ],
+ 'UpdateImageLibFreeInspection' => [
+ 'summary' => '编辑图库免检配置',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159537',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang7CSAZW',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Config',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '配置。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'description' => '配置。',
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回结果。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '编辑图库免检配置',
+ ],
+ 'AddImages2Lib' => [
+ 'summary' => '批量添加图片',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159538',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYDUT0K',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ ],
+ [
+ 'name' => 'ImgUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图片地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'upload/ea7a98f9-f8bd-4905-a79b-963c9da419c5.jpg',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'ImgId' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'example' => '100001',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"ImgId\\": \\"100001\\"\\n },\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '添加图片到图库',
+ ],
+ 'ListImagesFromLib' => [
+ 'summary' => '图片列表 分页',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159539',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYDUT0K',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'ImgId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '112',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页号。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '排序字段。',
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PortalPageResponse<SimilarImageSampleVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '图片总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前分页。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2022-11-30 16:30:29',
+ ],
+ 'ImageId' => [
+ 'description' => '图片ID。',
+ 'type' => 'string',
+ 'example' => '112',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片url地址。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg',
+ ],
+ 'ThumbnailUrl' => [
+ 'description' => '缩略图地址。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"GmtCreate\\": \\"2022-11-30 16:30:29\\",\\n \\"ImageId\\": \\"112\\",\\n \\"ImageUrl\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg\\",\\n \\"ThumbnailUrl\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/image/upload/IMG_2123.jpg\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '图库中的图片列表',
+ ],
+ 'AddImageLib' => [
+ 'summary' => '创建图库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159536',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYDUT0K',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试图库',
+ ],
+ ],
+ [
+ 'name' => 'Comment',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库的备注信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '色情内容黑名单图库',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '添加图库',
+ ],
+ 'ExportScanResult' => [
+ 'summary' => '导出调用结果,excel文件',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '160496',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangL296SE',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的开始时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-10 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询的结束时间,格式为yyyy-MM-dd HH:mm:ss。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-03-11 10:00:00',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '查询内容。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '查询条件。',
+ 'example' => '{"RequestId":"D83A46FF-9EA6-1477-A0C3-C8XXXXX****"}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ ],
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{"RequestTime":"desc"}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'oss链接',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '导出结果。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/portal_data/production/scanResult/text/textScanResult_aliow2MAdWXCakCxlitVY8Lnn-1A9KEw.xlsx\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '检测结果导出',
+ ],
+ 'ListImageLib' => [
+ 'summary' => '图库列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159540',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYDUT0K',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<ListImageLibResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibList' => [
+ 'description' => '图库信息列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '图库ID。',
+ 'type' => 'string',
+ 'example' => 'custom_xxxx',
+ ],
+ 'LibName' => [
+ 'description' => '图库名称。',
+ 'type' => 'string',
+ 'example' => '测试',
+ ],
+ 'ImageNum' => [
+ 'description' => '图库的数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'FreeInspection' => [
+ 'description' => '免审配置。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Comment' => [
+ 'description' => '备注。',
+ 'type' => 'string',
+ 'example' => '备注',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"LibList\\": [\\n {\\n \\"LibId\\": \\"custom_xxxx\\",\\n \\"LibName\\": \\"测试\\",\\n \\"ImageNum\\": 1,\\n \\"FreeInspection\\": 1,\\n \\"Comment\\": \\"备注\\",\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '图库列表',
+ ],
+ 'DeleteImagesFromLib' => [
+ 'summary' => '批量删除',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库的id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'ImageIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '要删除的图片id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[158794]',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回结果。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除图库中的图片',
+ ],
+ 'GetImageSceneLabelConf' => [
+ 'summary' => '获取图片规则标签信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '160095',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE704W7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<Pair<String, Object>>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'example' => '{}',
+ ],
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {}\\n ],\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取图片规则标签信息',
+ ],
+ 'UpdateImageLib' => [
+ 'summary' => '编辑图库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '159534',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYDUT0K',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'LibName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试图库',
+ ],
+ ],
+ [
+ 'name' => 'Comment',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '图库的备注信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '备注',
+ ],
+ ],
+ [
+ 'name' => 'FreeInspection',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '免审配置。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Success' => [
+ 'title' => '成功标志',
+ 'description' => '成功标志',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Code' => [
+ 'title' => '错误码,和http status一致',
+ 'description' => '错误码,和http status一致',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'title' => '错误码的进一步描述',
+ 'description' => '错误码的进一步描述',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'HttpStatusCode' => [
+ 'title' => 'http状态码',
+ 'description' => 'http状态码',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Msg\\": \\"OK\\",\\n \\"HttpStatusCode\\": 200,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '编辑图库',
+ ],
+ 'GetImageSceneLabelListConf' => [
+ 'summary' => '获取图片规则标签信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '163937',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE704W7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ImageServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<?>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'any',
+ 'example' => '{}',
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"{}\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取图片规则标签信息',
+ ],
+ 'GetScanNum' => [
+ 'summary' => '用户待检测信息',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179486',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJF4QIZ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Buckets',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'tmpsample',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'MediaType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<ScanInfoVO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'ScanNumber' => [
+ 'description' => '待检测文件总数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'SumNumber' => [
+ 'description' => '总文件数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'LimitNumber' => [
+ 'description' => '数量上限。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Tag' => [
+ 'description' => '是否为白名单用户。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"ScanNumber\\": 10,\\n \\"SumNumber\\": 10,\\n \\"LimitNumber\\": 10,\\n \\"Tag\\": true\\n}","type":"json"}]',
+ 'title' => '获取用户待检测信息',
+ ],
+ 'CancelStockOssCheckTask' => [
+ 'summary' => '取消oss扫描任务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179017',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_UNYVB',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '取消oss检测任务',
+ ],
+ 'CreatePreCheck' => [
+ 'summary' => '创建oss扫描任务前检查',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179987',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '图片任务 20240709101602004'."\n",
+ ],
+ ],
+ [
+ 'name' => 'Buckets',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\\"Bucket\\":\\"bucket01-test\\",\\"Region\\":\\"cn-beijing\\"}]',
+ ],
+ ],
+ [
+ 'name' => 'IsInc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否定时扫描任务。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'MediaType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Priority',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '优先级。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'ScanNoFileType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否扫描无后缀图片。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ScanService',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '扫描服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'DistinctHistoryTasks',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '是否对历史已检测任务去重。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '任务开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-12-17 10:08:00'."\n",
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '任务结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-12-18 10:08:00'."\n",
+ ],
+ ],
+ [
+ 'name' => 'ScanLimit',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '扫描限制数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PrefixFilterType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '前缀过滤类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'all',
+ ],
+ ],
+ [
+ 'name' => 'PrefixFilters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '前缀。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'dir1,dir2',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'BucketPrefixFilterConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '每个桶对应的过滤配置, 可以被解析为 json map格式。其中key为桶名称,value为过滤配置(包含前缀/后缀过滤,过滤字符列表)',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '"{\\"test-bucket1\\":{\\"prefixFilterType\\":\\"include\\",\\"prefixFilters\\":[\\"test1\\"]},\\"test-bucket2\\":{\\"prefixFilterType\\":\\"exclude\\",\\"prefixFilters\\":[\\"test2\\"]}}"',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Map<String, Boolean>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'boolean',
+ 'description' => '返回数据。',
+ 'example' => 'True',
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"key\\": true\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => 'oss检测任务创建前预检测',
+ ],
+ 'GetBucketsList' => [
+ 'summary' => 'bucket列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '176578',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<BucketInfo>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => 'OSS文件保存Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'bucket_test',
+ ],
+ 'Region' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'example' => 'cn-hangzhou',
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Bucket\\": \\"bucket_test\\",\\n \\"Region\\": \\"cn-hangzhou\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取bucket列表',
+ ],
+ 'GetOssCheckStatus' => [
+ 'summary' => '获取OSS检测用户状态',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179436',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangL1O89D',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<OssCheckStatusDTO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'SlsStatus' => [
+ 'description' => '是否授权日志分析功能。',
+ 'type' => 'string',
+ 'example' => 'True',
+ ],
+ 'RamStatus' => [
+ 'description' => '是否已授权内安。',
+ 'type' => 'string',
+ 'example' => 'True',
+ ],
+ 'Buy' => [
+ 'description' => '是否在阿里云开通了商品。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Indebt' => [
+ 'description' => '是否欠费。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'Bid' => [
+ 'description' => 'Bid。',
+ 'type' => 'string',
+ 'example' => '26842',
+ ],
+ 'CommodityCode' => [
+ 'description' => '商品代码。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"SlsStatus\\": \\"True\\",\\n \\"RamStatus\\": \\"True\\",\\n \\"Buy\\": true,\\n \\"Indebt\\": true,\\n \\"Bid\\": \\"26842\\",\\n \\"CommodityCode\\": \\"xxx\\"\\n}","type":"json"}]',
+ 'title' => '获取OSS检测状态',
+ ],
+ 'ExportResult' => [
+ 'summary' => '导出oss扫描结果',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179021',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询条件。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"TaskId":"P_11TL5T"}',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询结果分页的每页项目数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '查询结果分页的页码。默认为1。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => 'desc',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'Source',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '操作来源。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'disposal',
+ 'enum' => [
+ 'default',
+ 'disposal',
+ ],
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<String>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'example' => 'https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckResult_aliiGGXhSMvmIvsS7Lrl3LaUZ-1A9%24oZ.xlsx',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Success' => [
+ 'description' => '成功标志。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Code' => [
+ 'description' => '错误码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://oss-cip-shanghai.oss-cn-shanghai.aliyuncs.com/console_data/production/scanResult/osscheck/ossCheckResult_aliiGGXhSMvmIvsS7Lrl3LaUZ-1A9%24oZ.xlsx\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Success\\": true,\\n \\"Msg\\": \\"OK\\",\\n \\"Code\\": 200\\n}","type":"json"}]',
+ 'title' => 'oss检测任务结果导出',
+ ],
+ 'GetStockOssCheckTasksList' => [
+ 'summary' => '查询oss扫描任务列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179018',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-06-17 02:08:00',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-06-18 02:08:00'."\n",
+ ],
+ ],
+ [
+ 'name' => 'MediaType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'IsInc',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否定时扫描任务',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'TaskType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'batch',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<StockOssCheckTaskVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'P_XHDUS',
+ ],
+ 'TaskName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => '图片定时任务20231205135716797'."\n",
+ ],
+ 'Buckets' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'tmp',
+ ],
+ 'Status' => [
+ 'description' => '任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '4',
+ ],
+ 'StartTime' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-12-21 15:30:19',
+ ],
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2024-01-10 11:42:31',
+ ],
+ 'SearchNum' => [
+ 'description' => '扫描任务数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'FinishNum' => [
+ 'description' => '已完成数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2',
+ ],
+ 'MediaType' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'video',
+ ],
+ 'Config' => [
+ 'description' => '配置项',
+ 'type' => 'object',
+ 'properties' => [
+ 'ScanNoFileType' => [
+ 'description' => '是否扫描无后缀图片。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ScanService' => [
+ 'description' => '扫描服务code',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '扫描服务code',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ 'DistinctHistoryTasks' => [
+ 'description' => '是否对历史已检测任务去重。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'StartTime' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-12-21 15:30:19',
+ ],
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2024-01-10 11:42:31',
+ ],
+ 'ScanLimit' => [
+ 'description' => '扫描限制数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'PrefixFilterType' => [
+ 'description' => '前缀过滤类型。',
+ 'type' => 'string',
+ 'example' => 'all',
+ ],
+ 'PrefixFilters' => [
+ 'description' => '前缀。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀。',
+ 'type' => 'string',
+ 'example' => 'dir1,dir2',
+ ],
+ ],
+ 'Priority' => [
+ 'description' => '优先级。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TaskCycle' => [
+ 'description' => '调度日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'ExecuteTime' => [
+ 'description' => '定时任务预计执行时间。',
+ 'type' => 'string',
+ 'example' => '02:00:00',
+ ],
+ 'ExecuteDate' => [
+ 'description' => '定时任务执行日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ScanResourceType' => [
+ 'description' => '检测文件类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'ScanServiceInfos' => [
+ 'description' => '检测服务信息',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck_01',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '通用基线检测'."\n",
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ ],
+ ],
+ 'CallbackId' => [
+ 'description' => '回调通知ID',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3942',
+ ],
+ 'Freeze' => [
+ 'description' => '是否冻结',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'FreezeType' => [
+ 'description' => '冻结类型',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeHighRisk1' => [
+ 'description' => '冻结高风险图片',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeMediumRisk1' => [
+ 'description' => '冻结中风险图片',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeHighRisk2' => [
+ 'description' => '冻结高风险语音、文本',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeMediumRisk2' => [
+ 'description' => '冻结中风险语音、文本',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeRestorePath' => [
+ 'description' => '转存路径',
+ 'type' => 'string',
+ 'example' => '/backup',
+ ],
+ 'UserFreezeConfig' => [
+ 'description' => '人工冻结配置。',
+ 'type' => 'object',
+ 'properties' => [
+ 'FreezeType' => [
+ 'description' => '冻结类型。',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeRestorePath' => [
+ 'description' => '转存路径。',
+ 'type' => 'string',
+ 'example' => '/backup'."\n",
+ ],
+ ],
+ ],
+ 'Referer' => [
+ 'description' => 'Referer。',
+ 'type' => 'string',
+ 'example' => '*',
+ ],
+ ],
+ ],
+ 'ObjectNum' => [
+ 'description' => 'bucket总文件数',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'NextExecuteDate' => [
+ 'description' => '定时任务上次执行时间。',
+ 'type' => 'string',
+ 'example' => '02:00:00'."\n",
+ ],
+ 'LastExecuteDate' => [
+ 'description' => '定时任务下次执行时间。',
+ 'type' => 'string',
+ 'example' => '02:00:00'."\n",
+ ],
+ 'IsInc' => [
+ 'description' => '是否定时扫描任务。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'TaskType' => [
+ 'description' => '任务类型。',
+ 'type' => 'string',
+ 'example' => 'batch',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"TaskId\\": \\"P_XHDUS\\",\\n \\"TaskName\\": \\"图片定时任务20231205135716797\\\\n\\",\\n \\"Buckets\\": \\"tmp\\",\\n \\"Status\\": 4,\\n \\"StartTime\\": \\"2023-12-21 15:30:19\\",\\n \\"EndTime\\": \\"2024-01-10 11:42:31\\",\\n \\"SearchNum\\": 10,\\n \\"FinishNum\\": 2,\\n \\"MediaType\\": 0,\\n \\"Config\\": {\\n \\"ScanNoFileType\\": true,\\n \\"ScanService\\": [\\n \\"baselineCheck\\"\\n ],\\n \\"DistinctHistoryTasks\\": false,\\n \\"StartTime\\": \\"2023-12-21 15:30:19\\",\\n \\"EndTime\\": \\"2024-01-10 11:42:31\\",\\n \\"ScanLimit\\": 10,\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"dir1,dir2\\"\\n ],\\n \\"Priority\\": 1,\\n \\"TaskCycle\\": 0,\\n \\"ExecuteTime\\": \\"02:00:00\\",\\n \\"ExecuteDate\\": 1,\\n \\"ScanResourceType\\": 0,\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": false,\\n \\"ServiceCode\\": \\"baselineCheck_01\\",\\n \\"ServiceName\\": \\"通用基线检测\\\\n\\",\\n \\"CopyFrom\\": \\"baselineCheck\\"\\n }\\n ],\\n \\"CallbackId\\": 3942,\\n \\"Freeze\\": false,\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeHighRisk1\\": true,\\n \\"FreezeMediumRisk1\\": true,\\n \\"FreezeHighRisk2\\": true,\\n \\"FreezeMediumRisk2\\": true,\\n \\"FreezeRestorePath\\": \\"/backup\\",\\n \\"UserFreezeConfig\\": {\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeRestorePath\\": \\"/backup\\\\n\\"\\n },\\n \\"Referer\\": \\"*\\"\\n },\\n \\"ObjectNum\\": 10,\\n \\"NextExecuteDate\\": \\"02:00:00\\\\n\\",\\n \\"LastExecuteDate\\": \\"02:00:00\\\\n\\",\\n \\"IsInc\\": false,\\n \\"TaskType\\": \\"batch\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询oss扫描任务列表',
+ ],
+ 'OssCheckResultList' => [
+ 'summary' => '获取OSS检测结果列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '179020',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-21 16:08:38'."\n",
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-10-21 16:08:38'."\n",
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询条件',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{\\"GmtCreate\\":\\"desc\\"}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'FinishNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '已完成数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '55',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<SlsPageResponseVO<OssStockResultVO>>',
+ 'description' => 'PortalResponse<SlsPageResponseVO<OssStockResultVO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'AuthStatus' => [
+ 'description' => '授权状态',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => 'OSS Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'tmp',
+ ],
+ 'Object' => [
+ 'description' => 'object名称',
+ 'type' => 'string',
+ 'example' => '1713014531569_958.png.jpeg',
+ ],
+ 'Md5' => [
+ 'description' => '文件的MD5。',
+ 'type' => 'string',
+ 'example' => '54416c9b159df4a60ae03c04ccb94cb5',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection_01',
+ ],
+ 'Code' => [
+ 'description' => '状态码。200表示成功。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Labels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片url地址。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.jpg',
+ ],
+ 'JobName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => 'dhT20X2310',
+ ],
+ 'Labels2' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'Url' => [
+ 'description' => '任务URL。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'P_XHDUS',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ 'ContentType' => [
+ 'description' => '音视频检测类型。',
+ 'type' => 'string',
+ 'example' => 'audio',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"AuthStatus\\": \\"OK\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_XHDUS\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询OSS检测结果列表',
+ ],
+ 'CreatStockOssCheckTask' => [
+ 'summary' => '创建oss扫描任务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '179014',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '图片任务 20240709101602004',
+ ],
+ ],
+ [
+ 'name' => 'Buckets',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\\"Bucket\\":\\"bucket01-test\\",\\"Region\\":\\"cn-beijing\\"}]'."\n",
+ ],
+ ],
+ [
+ 'name' => 'IsInc',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否定时扫描任务。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'MediaType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 1 => '图片',
+ '音视频',
+ '文档',
+ ],
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Priority',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '优先级。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '不限制',
+ '24小时',
+ ],
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'ScanNoFileType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否扫描无后缀图片。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'ScanService',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '扫描服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'DistinctHistoryTasks',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否对历史已检测任务去重。',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-12-17 10:08:00'."\n",
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-12-18 10:08:00',
+ ],
+ ],
+ [
+ 'name' => 'ScanLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '扫描限制数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'PrefixFilterType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '前缀过滤类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'all',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'PrefixFilters',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '前缀。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'dir1,dir2'."\n",
+ ],
+ ],
+ [
+ 'name' => 'BucketPrefixFilterConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每个桶对应的过滤配置, 可以被解析为 json map格式。其中key为桶名称,value为过滤配置(包含前缀/后缀过滤,过滤字符列表)',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '"{\\"test-bucket1\\":{\\"prefixFilterType\\":\\"include\\",\\"prefixFilters\\":[\\"test1\\"]},\\"test-bucket2\\":{\\"prefixFilterType\\":\\"exclude\\",\\"prefixFilters\\":[\\"test2\\"]}}"',
+ ],
+ ],
+ [
+ 'name' => 'TaskCycle',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '调度日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '天',
+ '周',
+ '月',
+ ],
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'ExecuteDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '定时任务执行日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'ExecuteTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '定时任务预计执行时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '01:09:30-01:19:30',
+ ],
+ ],
+ [
+ 'name' => 'ScanResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '检测文件类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '音视频',
+ '仅视频',
+ '仅音频',
+ ],
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'TaskType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'timing' => '定时任务',
+ 'batch' => '存量任务',
+ 'increment' => '增量任务',
+ ],
+ 'example' => 'batch',
+ ],
+ ],
+ [
+ 'name' => 'CallbackId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '消息通知ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1751',
+ ],
+ ],
+ [
+ 'name' => 'Freeze',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否冻结',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'FreezeType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ACL',
+ ],
+ ],
+ [
+ 'name' => 'FreezeHighRisk1',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结高风险图片',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'FreezeMediumRisk1',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结中风险图片',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'FreezeHighRisk2',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结高风险语音、文本',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'FreezeMediumRisk2',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结中风险语音、文本',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'FreezeRestorePath',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '转存路径',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'test',
+ ],
+ ],
+ [
+ 'name' => 'Referer',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'Referer。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://www.aliyun.com',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '创建oss检测任务',
+ ],
+ 'AddKeywordsToLib' => [
+ 'summary' => '添加关键词',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '180474',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangGBPV1P',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'customxx_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'Keywords',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词,多个关键词以\\n分割。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '关键词1\\n关键词2'."\n",
+ ],
+ ],
+ [
+ 'name' => 'KeywordsObject',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '关键词文件名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'upload/1e5353c0-0d91-40ba-9d41-ae7abd3fe561.txt'."\n",
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddKeywordsResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'KeywordsResult' => [
+ 'description' => '结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Progress' => [
+ 'description' => '任务进度百分比。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '关键词库ID。',
+ 'type' => 'string',
+ 'example' => 'customxx_xxxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RepeatKeywords' => [
+ 'description' => '重复的关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复的关键词。',
+ 'type' => 'string',
+ 'example' => '重复的关键词',
+ ],
+ ],
+ 'InvalidKeywords' => [
+ 'description' => '不合法关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法关键词。',
+ 'type' => 'string',
+ 'example' => '过短关键词'."\n",
+ ],
+ ],
+ 'IllegalLengthKeywords' => [
+ 'description' => '长度过长或过短关键词列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '长度过长或过短关键词。',
+ 'type' => 'string',
+ 'example' => '过短关键词'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"KeywordsResult\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"customxx_xxxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatKeywords\\": [\\n \\"重复的关键词\\"\\n ],\\n \\"InvalidKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ],\\n \\"IllegalLengthKeywords\\": [\\n \\"过短关键词\\\\n\\"\\n ]\\n }\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '添加关键词到词库',
+ ],
+ 'GetServiceLabelConfig' => [
+ 'summary' => '获取单个服务的标签配置',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '174703',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE704W7',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<?>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'any',
+ 'example' => '{}',
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"{}\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取规则配置的标签配置',
+ ],
+ 'ModifyServiceInfo' => [
+ 'summary' => '编辑服务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '184637',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXKZ6SI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ServiceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '通用基线检测',
+ ],
+ ],
+ [
+ 'name' => 'ServiceDesc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务描述。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '描述',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '编辑规则配置',
+ ],
+ 'CopyServiceConfig' => [
+ 'summary' => '复制服务',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '184636',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang9SVL0Q',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'nickname_detection',
+ ],
+ ],
+ [
+ 'name' => 'ServiceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '用户昵称检测'."\n",
+ ],
+ ],
+ [
+ 'name' => 'ServiceDesc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '服务描述。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '服务备注',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ ],
+ 'example' => 'text',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '复制规则配置',
+ ],
+ 'GetExecuteTime' => [
+ 'summary' => '获取定时任务预计执行时间',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '190608',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangKN3PXM',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<String>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'example' => '02:24:30',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"02:24:30\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取定时任务预计执行时间',
+ ],
+ 'GetJobNameList' => [
+ 'summary' => 'oss定时扫描检测周期查询',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-11 09:00:19',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-24 10:01:55',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询条件。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"TaskId":"P_11TL5T"}',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '排序字段。',
+ 'example' => 'desc',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<String>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'example' => '["20000101-29990101"]',
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n \\"[\\\\\\"20000101-29990101\\\\\\"]\\"\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => 'oss定时扫描检测周期查询',
+ ],
+ 'GetBackupConfig' => [
+ 'summary' => '获取证据转存配置',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '201051',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHKCO82',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'voice' => '音频',
+ 'image' => '图片',
+ 'file' => '文档',
+ 'text' => '文本',
+ 'video' => '视频',
+ ],
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<CustomBackupConfigVO>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '1772612608370735',
+ ],
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'image',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2023-01-17 12:29:56',
+ ],
+ 'Enable' => [
+ 'description' => '是否启用。取值:'."\n"
+ .'- **true**:启用'."\n"
+ .'- **false**:禁用',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Bucket' => [
+ 'description' => '文件服务器OSS Bucket',
+ 'type' => 'string',
+ 'example' => 'buckect_test',
+ ],
+ 'Region' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'example' => 'cn-hangzhou',
+ ],
+ 'Path' => [
+ 'description' => '路径。',
+ 'type' => 'string',
+ 'example' => 'aliyun/template/',
+ ],
+ 'ExpireSeconds' => [
+ 'description' => '过期时间,单位秒。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '300',
+ ],
+ 'BackupMode' => [
+ 'description' => '转存范围。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'enumValueTitles' => [
+ '转存所有结果',
+ '仅转存有检出风险的结果',
+ ],
+ 'example' => '0',
+ ],
+ 'EnableBackup' => [
+ 'description' => '是否开启转存。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'EnableBackupVoice' => [
+ 'description' => '是否开启音频转存',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'PathVoice' => [
+ 'description' => '音频转存路径。',
+ 'type' => 'string',
+ 'example' => '/back',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Uid\\": \\"1772612608370735\\",\\n \\"ResourceType\\": \\"image\\",\\n \\"ServiceCode\\": \\"baselineCheck\\",\\n \\"GmtModified\\": \\"2023-01-17 12:29:56\\",\\n \\"Enable\\": true,\\n \\"Bucket\\": \\"buckect_test\\",\\n \\"Region\\": \\"cn-hangzhou\\",\\n \\"Path\\": \\"aliyun/template/\\",\\n \\"ExpireSeconds\\": 300,\\n \\"BackupMode\\": 0,\\n \\"EnableBackup\\": true,\\n \\"EnableBackupVoice\\": true,\\n \\"PathVoice\\": \\"/back\\"\\n}","type":"json"}]',
+ 'title' => '获取证据转存配置',
+ ],
+ 'GetBackupBucketsList' => [
+ 'summary' => '证据转存获取用户bucket列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '201048',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHKCO82',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<BucketInfo>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => 'OSS文件保存Bucket名称。',
+ 'type' => 'string',
+ 'example' => 'gj-bucket1',
+ ],
+ 'Region' => [
+ 'description' => '地域。',
+ 'type' => 'string',
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Bucket\\": \\"gj-bucket1\\",\\n \\"Region\\": \\"cn-shanghai\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '证据转存获取bucket列表',
+ ],
+ 'GetBackupStatus' => [
+ 'summary' => '用户授权校验',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '201049',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHKCO82',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '审核结果数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取证据转存用户状态',
+ ],
+ 'UpdateBackupConfig' => [
+ 'summary' => '更新证据转存配置',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '201050',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHKCO82',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'videoDetection',
+ ],
+ ],
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'video',
+ ],
+ ],
+ [
+ 'name' => 'BackupConfig',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '证据转存配置',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '编辑证据转存配置',
+ ],
+ 'ListCallback' => [
+ 'summary' => '消息通知列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '220530',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<CallbackVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '11234',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '16537*****831937',
+ ],
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => '回调通知',
+ ],
+ 'Url' => [
+ 'description' => '回调URL。',
+ 'type' => 'string',
+ 'example' => 'https://console.aliyun.com/'."\n",
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cbupVnpBjkgjFxfINMHKkrHS-1zZPUm'."\n",
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Scope' => [
+ 'description' => '结果范围。',
+ 'type' => 'string',
+ 'example' => 'all',
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Id\\": 11234,\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"16537*****831937\\",\\n \\"Name\\": \\"回调通知\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Seed\\": \\"cbupVnpBjkgjFxfINMHKkrHS-1zZPUm\\\\n\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '消息通知列表',
+ ],
+ 'QueryCallbackByPage' => [
+ 'summary' => '消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '220532',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<CallbackVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1697',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 15:20:14',
+ ],
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '12161*****398900',
+ ],
+ 'Name' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'example' => '消息通知',
+ ],
+ 'Url' => [
+ 'description' => '回调URL。',
+ 'type' => 'string',
+ 'example' => 'https://console.aliyun.com/'."\n",
+ ],
+ 'Seed' => [
+ 'description' => 'Seed。',
+ 'type' => 'string',
+ 'example' => 'cb6gYS8GXj4Vn4Y4FN0Y8R5M-1x46Mq',
+ ],
+ 'CryptType' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'example' => 'SHA256',
+ ],
+ 'Scope' => [
+ 'description' => '结果范围。',
+ 'type' => 'string',
+ 'example' => 'all',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Id\\": 1697,\\n \\"GmtCreate\\": \\"2024-06-03 15:20:14\\",\\n \\"GmtModified\\": \\"2024-06-03 15:20:14\\",\\n \\"Uid\\": \\"12161*****398900\\",\\n \\"Name\\": \\"消息通知\\",\\n \\"Url\\": \\"https://console.aliyun.com/\\\\n\\",\\n \\"Seed\\": \\"cb6gYS8GXj4Vn4Y4FN0Y8R5M-1x46Mq\\",\\n \\"CryptType\\": \\"SHA256\\",\\n \\"Scope\\": \\"all\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '分页查询消息通知列表',
+ ],
+ 'CreateCallback' => [
+ 'summary' => '新建消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '220531',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '方案名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '消息通知1',
+ ],
+ ],
+ [
+ 'name' => 'Url',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '回调地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://console.aliyun.com',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'SHA256' => 'SHA256',
+ 'SM3' => '国密SM3',
+ ],
+ 'example' => 'SHA256',
+ 'enum' => [
+ 'SHA256',
+ 'SM3',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'Scope',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '审核结果。',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'all' => '所有结果',
+ 'risky' => '检出有风险结果',
+ ],
+ 'example' => 'all',
+ 'enum' => [
+ 'risky',
+ 'all',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Long>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增消息通知',
+ ],
+ 'DeleteCallback' => [
+ 'summary' => '删除消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '220529',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '消息通知数据ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1480',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除消息通知',
+ ],
+ 'ModifyCallback' => [
+ 'summary' => '修改消息通知',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '220533',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '112',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '回调通知',
+ ],
+ ],
+ [
+ 'name' => 'Url',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '回调URL。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://www.aliyuncs.com',
+ ],
+ ],
+ [
+ 'name' => 'CryptType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '加密算法。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SHA256',
+ 'enum' => [
+ 'SHA256',
+ 'SM3',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'Scope',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '结果范围。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'all',
+ 'enum' => [
+ 'risky',
+ 'all',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回结果。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '编辑消息通知',
+ ],
+ 'AddAnswerSample' => [
+ 'summary' => '添加代答答案。',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222579',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alxxxx',
+ ],
+ ],
+ [
+ 'name' => 'Samples',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '待添加的样本。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '代答答案1\\n代答答案2',
+ ],
+ ],
+ [
+ 'name' => 'SampleObject',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '待添加代答样本的文件名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'data/xxx.xlsx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddAnswerSampleResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'alAxbbxxxx-xxx'."\n",
+ ],
+ 'Result' => [
+ 'description' => '结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Progress' => [
+ 'description' => '进度,90表示90%',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'alAxbbxxxx-xxx'."\n",
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总记录条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '534',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '318',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '98',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '118',
+ ],
+ 'RepeatSamples' => [
+ 'description' => '重复样本集合。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复样本。',
+ 'type' => 'string',
+ 'example' => '重复代答答案',
+ ],
+ ],
+ 'IllegalLengthSamples' => [
+ 'description' => '长度过长或过短的样本集合。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '长度过长或过短的样本。',
+ 'type' => 'string',
+ 'example' => '过短代答答案',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"Result\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 534,\\n \\"SuccessCount\\": 318,\\n \\"RepeatCount\\": 98,\\n \\"InvalidCount\\": 118,\\n \\"RepeatSamples\\": [\\n \\"重复代答答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"过短代答答案\\"\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '添加代答答案',
+ ],
+ 'CreateAnswerLib' => [
+ 'summary' => '创建代答库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222574',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '代答库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试代答库',
+ ],
+ ],
+ [
+ 'name' => 'Samples',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '待添加的样本。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '代答答案1\\n代答答案2'."\n",
+ ],
+ ],
+ [
+ 'name' => 'SampleObject',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '待添加代答样本的文件名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'data/xxx.xlsx'."\n",
+ ],
+ ],
+ [
+ 'name' => 'SampleBucket',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '存储空间名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'oss-cip-shanghai'."\n",
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<AddAnswerSampleResult>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'alAxbbxxxx-xxx'."\n",
+ ],
+ 'Result' => [
+ 'description' => '结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Progress' => [
+ 'description' => '任务进度百分比。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'alAaaaxxx-xxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RepeatSamples' => [
+ 'description' => '重复代答答案列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复代答答案。',
+ 'type' => 'string',
+ 'example' => '重复代答答案',
+ ],
+ ],
+ 'IllegalLengthSamples' => [
+ 'description' => '不合法代答答案列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法代答答案。',
+ 'type' => 'string',
+ 'example' => '不合法代答答案',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\\\n\\",\\n \\"Result\\": {\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAaaaxxx-xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatSamples\\": [\\n \\"重复代答答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"不合法代答答案\\"\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '创建代答库',
+ ],
+ 'ExportAnswerSample' => [
+ 'summary' => '导出代答答案',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222966',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alxxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse<String>}',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"True\\",\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '导出代答答案',
+ ],
+ 'QueryAnswerSampleByPage' => [
+ 'summary' => '分页查询代答样本',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222578',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'Answer',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '答案。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '答案',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'example' => '{}',
+ 'description' => '排序字段。',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<AnswerSamplePortalVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TotalCount' => [
+ 'description' => '记录总数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '58',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '104813*****2399',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'custom_xxxx',
+ ],
+ 'Id' => [
+ 'description' => '主键ID。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1666',
+ ],
+ 'Answer' => [
+ 'description' => '答案',
+ 'type' => 'string',
+ 'example' => '答案',
+ ],
+ 'GmtCreate' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2023-07-31 06:16:06',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 58,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Uid\\": \\"104813*****2399\\",\\n \\"LibId\\": \\"custom_xxxx\\",\\n \\"Id\\": 1666,\\n \\"Answer\\": \\"答案\\",\\n \\"GmtCreate\\": \\"2023-07-31 06:16:06\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '分页查询代答答案',
+ ],
+ 'DeleteAnswerSample' => [
+ 'summary' => '删除代答答案',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222581',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alxxx',
+ ],
+ ],
+ [
+ 'name' => 'Ids',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '要删除的id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[15463605]',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除代答答案',
+ ],
+ 'ListAnswerLib' => [
+ 'summary' => '代答库列表',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222576',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<List<AnswerLibPortalVO>>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Uid' => [
+ 'description' => 'UID。',
+ 'type' => 'string',
+ 'example' => '1643953****74290',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxx',
+ ],
+ 'LibName' => [
+ 'description' => '库名称。',
+ 'type' => 'string',
+ 'example' => '代答库名称',
+ ],
+ 'AnswerCount' => [
+ 'description' => '代答答案数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'GmtModified' => [
+ 'description' => '修改时间。',
+ 'type' => 'string',
+ 'example' => '2024-06-03 18:15:01',
+ ],
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": [\\n {\\n \\"Uid\\": \\"1643953****74290\\",\\n \\"LibId\\": \\"alxxx\\",\\n \\"LibName\\": \\"代答库名称\\",\\n \\"AnswerCount\\": 100,\\n \\"GmtModified\\": \\"2024-06-03 18:15:01\\"\\n }\\n ],\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '代答库列表',
+ ],
+ 'ModifyAnswerLib' => [
+ 'summary' => '更新代答库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222575',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'custom_xxxx',
+ ],
+ ],
+ [
+ 'name' => 'LibName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '库名称。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试库',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '编辑代答库',
+ ],
+ 'DeleteAnswerLib' => [
+ 'summary' => '删除代答库',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222577',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LibId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alxxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除代答库',
+ ],
+ 'GetAnswerImportProgress' => [
+ 'summary' => '获取代答样本导入进度',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '222580',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8G4HBD',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alAxbbxxxx-xxx',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Result>',
+ 'description' => '响应体。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'Progress' => [
+ 'description' => '任务进度百分比。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '100',
+ ],
+ 'LibId' => [
+ 'description' => '代答库ID。',
+ 'type' => 'string',
+ 'example' => 'alxxxx',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'alAxbbxxxx-xxx',
+ ],
+ 'I18nKey' => [
+ 'description' => '国际化key。',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Tips' => [
+ 'description' => '提示信息。',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'RepeatSamples' => [
+ 'description' => '重复代答答案列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '重复代答答案。',
+ 'type' => 'string',
+ 'example' => '重复答案',
+ ],
+ ],
+ 'IllegalLengthSamples' => [
+ 'description' => '不合法代答答案列表。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '不合法代答答案。',
+ 'type' => 'string',
+ 'example' => '不合法答案',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"Progress\\": 100,\\n \\"LibId\\": \\"alxxxx\\",\\n \\"TaskId\\": \\"alAxbbxxxx-xxx\\",\\n \\"I18nKey\\": \\"xxx\\",\\n \\"Tips\\": \\"xxxxx\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"RepeatSamples\\": [\\n \\"重复答案\\"\\n ],\\n \\"IllegalLengthSamples\\": [\\n \\"不合法答案\\"\\n ]\\n}","type":"json"}]',
+ 'title' => '获取代答答案导入进度',
+ ],
+ 'UpdateOssCheckResultsFeedBack' => [
+ 'summary' => '更新OSS检测结果反馈',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '232690',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'QueryRequestId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询的请求ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ [
+ 'name' => 'Feedback',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '反馈。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'misreport',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_7SCUK8',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回结果。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '更新OSS检测结果反馈',
+ ],
+ 'UpdateOssCheckResultsFreeze' => [
+ 'summary' => '批量冻结OSS检测结果。',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '232687',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_15BU42',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-21 16:08:38',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-10-21 16:08:38',
+ ],
+ ],
+ [
+ 'name' => 'FreezeItems',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结项。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'FreezeType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ACL',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'FreezeRestorePath',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结文件到指定目录。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'uploadTest/',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '5',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '5',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"Data\\": {\\n \\"TotalCount\\": 5,\\n \\"SuccessCount\\": 5,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1\\n }\\n}","type":"json"}]',
+ 'title' => '更新OSS检测结果冻结',
+ ],
+ 'GetOssCheckFreezeResult' => [
+ 'summary' => 'oss检测冻结结果查询',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '232685',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-09 10:28:54',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-05-19 10:05:11',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'FinishNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '已完成数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询条件',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"TaskId\\":\\"P_O3SI0I\\"}',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '排序字段。',
+ 'type' => 'object',
+ 'required' => false,
+ 'additionalProperties' => [
+ 'type' => 'string',
+ 'description' => '排序字段。',
+ 'example' => '{\\"GmtCreate\\":\\"desc\\"}',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<PageResponse<OssStockResultVO>>',
+ 'description' => 'PortalResponse<PageResponse<OssStockResultVO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'F0A594BB-FA7A-580F-AE9E-A4188E092823',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '29',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'CurrentPage' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '当前页数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Bucket' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => 'tmp',
+ ],
+ 'JobName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => 'dhT20X2310',
+ ],
+ 'Object' => [
+ 'description' => 'object名称',
+ 'type' => 'string',
+ 'example' => '1713014531569_958.png.jpeg',
+ ],
+ 'Md5' => [
+ 'description' => '文件的MD5。',
+ 'type' => 'string',
+ 'example' => '54416c9b159df4a60ae03c04ccb94cb5',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection_01',
+ ],
+ 'Code' => [
+ 'description' => '错误码,和http status一致。',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Msg' => [
+ 'description' => '错误码的进一步描述。',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Labels' => [
+ 'description' => '图片标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'Labels2' => [
+ 'description' => '文本标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文本标签。',
+ 'type' => 'string',
+ 'example' => 'nonLabel',
+ ],
+ ],
+ 'ScanResult' => [
+ 'description' => '结果详情。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'ImageUrl' => [
+ 'description' => '图片url地址。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.jpg',
+ ],
+ 'Url' => [
+ 'description' => '任务URL。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'P_BT3FHS',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '服务名称',
+ ],
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'audio_media_detection',
+ ],
+ 'ContentType' => [
+ 'description' => '音视频检测类型。',
+ 'type' => 'string',
+ 'example' => 'audio',
+ ],
+ 'RiskLevel0' => [
+ 'description' => '整体风险等级',
+ 'type' => 'string',
+ 'example' => 'low',
+ ],
+ 'RiskLevel' => [
+ 'description' => '图片风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'RiskLevel2' => [
+ 'description' => '文本风险等级',
+ 'type' => 'string',
+ 'example' => 'none',
+ ],
+ 'FreezeType' => [
+ 'description' => '冻结类型。',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeStatus' => [
+ 'description' => '冻结状态。',
+ 'type' => 'string',
+ 'example' => 'FREEZED',
+ ],
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'F0A594BB-FA7A-580F-AE9E-A4188E092823',
+ ],
+ 'Freeze' => [
+ 'description' => '是否冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Feedback' => [
+ 'description' => '反馈。',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'misreport' => '未违规误报',
+ 'missOut' => '违规漏过',
+ ],
+ 'example' => 'misreport',
+ ],
+ 'ManualFreezeAction' => [
+ 'description' => '人工处置状态。',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'FREEZE' => '冻结',
+ 'UNFREEZE' => '解冻',
+ ],
+ 'example' => 'FREEZE',
+ ],
+ 'SysDisposalStatus' => [
+ 'description' => '系统处置状态。',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'FREEZING' => '冻结中',
+ 'FREEZED' => '已冻结',
+ 'UNFREEZED' => '已解冻',
+ 'NONE' => '未操作',
+ 'UNFREEZING' => '解冻中',
+ ],
+ 'example' => 'FREEZED',
+ ],
+ 'ManualOperateTime' => [
+ 'description' => '处置时间。',
+ 'type' => 'string',
+ 'example' => '2025-08-09 12:00:00',
+ ],
+ 'ManualOperator' => [
+ 'description' => '处置人。',
+ 'type' => 'string',
+ 'example' => 'xx',
+ ],
+ 'LabelDetails' => [
+ 'description' => '标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Label' => [
+ 'description' => '标签。',
+ 'type' => 'string',
+ 'example' => 'politics',
+ ],
+ 'Description' => [
+ 'description' => '标签描述。',
+ 'type' => 'string',
+ 'example' => '涉政',
+ ],
+ 'Confidence' => [
+ 'description' => '置信度。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '50',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F0A594BB-FA7A-580F-AE9E-A4188E092823\\",\\n \\"TotalCount\\": 29,\\n \\"PageSize\\": 10,\\n \\"CurrentPage\\": 1,\\n \\"Items\\": [\\n {\\n \\"Bucket\\": \\"tmp\\",\\n \\"JobName\\": \\"dhT20X2310\\",\\n \\"Object\\": \\"1713014531569_958.png.jpeg\\",\\n \\"Md5\\": \\"54416c9b159df4a60ae03c04ccb94cb5\\",\\n \\"ServiceCode\\": \\"audio_media_detection_01\\",\\n \\"Code\\": \\"200\\",\\n \\"Msg\\": \\"success\\",\\n \\"Labels\\": [\\n \\"nonLabel\\"\\n ],\\n \\"Labels2\\": [\\n \\"nonLabel\\"\\n ],\\n \\"ScanResult\\": \\"{}\\",\\n \\"ImageUrl\\": \\"http://www.aliyuncs.com/test.jpg\\",\\n \\"Url\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"TaskId\\": \\"P_BT3FHS\\",\\n \\"ServiceName\\": \\"服务名称\\",\\n \\"IsCopy\\": true,\\n \\"CopyFrom\\": \\"audio_media_detection\\",\\n \\"ContentType\\": \\"audio\\",\\n \\"RiskLevel0\\": \\"low\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevel2\\": \\"none\\",\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeStatus\\": \\"FREEZED\\",\\n \\"RequestId\\": \\"F0A594BB-FA7A-580F-AE9E-A4188E092823\\",\\n \\"Freeze\\": true,\\n \\"Feedback\\": \\"misreport\\",\\n \\"ManualFreezeAction\\": \\"FREEZE\\",\\n \\"SysDisposalStatus\\": \\"FREEZED\\",\\n \\"ManualOperateTime\\": \\"2025-08-09 12:00:00\\",\\n \\"ManualOperator\\": \\"xx\\",\\n \\"LabelDetails\\": [\\n {\\n \\"Label\\": \\"politics\\",\\n \\"Description\\": \\"涉政\\",\\n \\"Confidence\\": 50\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => '查询OSS检测冻结结果',
+ ],
+ 'UpdateOssCheckResultsUnfreeze' => [
+ 'summary' => '批量解冻OSS检测结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '232689',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_B6YRVD',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-08-21 16:08:38',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-10-21 16:08:38',
+ ],
+ ],
+ [
+ 'name' => 'FreezeItems',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '冻结项。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalCount' => [
+ 'description' => '总记录数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": {\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1\\n },\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '解冻OSS检测结果',
+ ],
+ 'DeleteOnlineTest' => [
+ 'summary' => '删除在线检测任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'abilityTreeCode' => '260298',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '资源类型',
+ 'description' => '资源类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PortalResponse<Boolean>',
+ 'description' => 'PortalResponse<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '取消在线测试任务',
+ ],
+ 'CreateOnlineTest' => [
+ 'summary' => '创建在线检测任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'abilityTreeCode' => '259357',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '资源类型',
+ 'description' => '资源类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'video',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务编码',
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'VideoModeration',
+ ],
+ ],
+ [
+ 'name' => 'Url',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '检测地址',
+ 'description' => '检测地址',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://xxxxxxxxxx.com/data/data.png',
+ ],
+ ],
+ [
+ 'name' => 'DataId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '数据ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxxxxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'TaskId' => [
+ 'title' => '检测任务id',
+ 'description' => '检测任务id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'TaskStatus' => [
+ 'title' => '检测状态',
+ 'description' => '检测状态',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Url' => [
+ 'description' => '检测地址',
+ 'type' => 'string',
+ 'example' => 'https://xxxxxxxxxx.com/data/data.png',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'example' => 'VideoModeration',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"VideoModeration\\"\\n}","type":"json"}]',
+ 'title' => '创建在线测试任务',
+ ],
+ 'StopOnlineTest' => [
+ 'summary' => '中止在线检测任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'abilityTreeCode' => '259538',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '资源类型',
+ 'description' => '资源类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务编码',
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '检测taskId',
+ 'description' => '检测taskId',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TaskId' => [
+ 'title' => '检测任务id',
+ 'description' => '检测任务id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'TaskStatus' => [
+ 'title' => '检测状态',
+ 'description' => '检测状态',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Url' => [
+ 'description' => '检测地址',
+ 'type' => 'string',
+ 'example' => 'https://xxxxxxxx.com/data/data.png',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'example' => 'baselineCheck',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"baselineCheck\\"\\n}","type":"json"}]',
+ 'title' => '中止在线检测任务',
+ ],
+ 'DescribeOnlineTestResult' => [
+ 'summary' => '查询在线检测的检测结果',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '259358',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ResourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '资源类型',
+ 'description' => '资源类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'ServiceCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '服务编码',
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'videoDetection',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '检测taskId',
+ 'description' => '检测taskId',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ 'TaskId' => [
+ 'title' => '检测任务id',
+ 'description' => '检测任务id',
+ 'type' => 'string',
+ 'example' => 'xxxxx-xxxxx',
+ ],
+ 'TaskStatus' => [
+ 'title' => '检测状态',
+ 'description' => '检测状态',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Url' => [
+ 'description' => '检测地址',
+ 'type' => 'string',
+ 'example' => 'https://xxxxxxxxx.com/data/data.png',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务编码',
+ 'type' => 'string',
+ 'example' => 'videoDetection',
+ ],
+ 'FrameData' => [
+ 'description' => '视频帧数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Url' => [
+ 'description' => '检测地址',
+ 'type' => 'string',
+ 'example' => 'https://xxxxxxxxx.com/data/data.mp4',
+ ],
+ 'TimeStamp' => [
+ 'description' => '时间戳。',
+ 'type' => 'string',
+ 'example' => '1725761005419',
+ ],
+ ],
+ ],
+ 'SummaryList' => [
+ 'description' => '检测结果列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '检测结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResourceType' => [
+ 'description' => '资源类型。',
+ 'type' => 'string',
+ 'example' => 'video',
+ ],
+ 'SliceCount' => [
+ 'description' => '分片数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'RiskLevelSummary' => [
+ 'description' => '风险等级汇总',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'description' => '风险等级的出现次数',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'ModerationTime' => [
+ 'description' => '检测时间',
+ 'type' => 'string',
+ 'example' => '1725761005419',
+ ],
+ 'RiskLevel' => [
+ 'description' => '风险等级',
+ 'type' => 'string',
+ 'example' => 'high',
+ ],
+ 'AudioData' => [
+ 'description' => '音频数据。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TimeStamp' => [
+ 'description' => '时间戳。',
+ 'type' => 'string',
+ 'example' => '1724378510396',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\",\\n \\"TaskId\\": \\"xxxxx-xxxxx\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Url\\": \\"https://xxxxxxxxx.com/data/data.png\\",\\n \\"ServiceCode\\": \\"videoDetection\\",\\n \\"FrameData\\": {\\n \\"Url\\": \\"https://xxxxxxxxx.com/data/data.mp4\\",\\n \\"TimeStamp\\": \\"1725761005419\\"\\n },\\n \\"SummaryList\\": [\\n {\\n \\"ResourceType\\": \\"video\\",\\n \\"SliceCount\\": 10,\\n \\"RiskLevel\\": \\"high\\",\\n \\"RiskLevelSummary\\": {\\n \\"key\\": 0\\n }\\n }\\n ],\\n \\"ModerationTime\\": \\"1725761005419\\",\\n \\"RiskLevel\\": \\"high\\",\\n \\"AudioData\\": {\\n \\"TimeStamp\\": \\"1724378510396\\"\\n }\\n}","type":"json"}]',
+ 'title' => '查询在线检测的检测结果',
+ ],
+ 'GetUploadLink' => [
+ 'summary' => '获取上传链接',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '259304',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang78REFZ',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'UploadUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '上传链接地址',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '包含上传链接响应结果的PortalResponse对象',
+ 'description' => '包含上传链接响应结果的PortalResponse对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '返回数据。',
+ 'type' => 'string',
+ 'example' => 'http://www.aliyuncs.com/test.mp3',
+ ],
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'E37E2B77-A664-5278-8219-23BBC0EB2A35',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"http://www.aliyuncs.com/test.mp3\\",\\n \\"RequestId\\": \\"E37E2B77-A664-5278-8219-23BBC0EB2A35\\"\\n}","type":"json"}]',
+ 'title' => '查询上传链接',
+ ],
+ 'LlmStreamChat' => [
+ 'summary' => '使用SSE接口流式调用大模型',
+ 'path' => '/portal/llm/streamChat',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ 'sse',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXYAQ5C',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Messages',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '对话信息',
+ 'type' => 'any',
+ 'required' => false,
+ 'example' => '[{\\"content\\":\\"你好\\",\\"role\\":\\"user\\"}]',
+ ],
+ ],
+ [
+ 'name' => 'Temperature',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '大模型温度值',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '0.5',
+ ],
+ ],
+ [
+ 'name' => 'TopP',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '控制大模型输出随机性的top p参数。',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'required' => false,
+ 'example' => '0.5',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '对话类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'image',
+ ],
+ ],
+ [
+ 'name' => 'Channel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'channel',
+ 'description' => 'channel',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'guardCustomTest',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'Usage' => [
+ 'description' => 'Token使用情况',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'Choices' => [
+ 'description' => '模型生成结果列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '模型生成结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'Delta' => [
+ 'description' => '增量内容对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'Role' => [
+ 'description' => '角色标识',
+ 'type' => 'string',
+ 'example' => 'assistant',
+ ],
+ 'Content' => [
+ 'description' => '实时生成的文本内容',
+ 'type' => 'string',
+ 'example' => '我是Deepseek-V3,有什么可以帮你',
+ ],
+ ],
+ ],
+ 'Logprobs' => [
+ 'description' => 'Token概率信息',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'Index' => [
+ 'description' => '流序号',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'FinishReason' => [
+ 'description' => '如果是流式输出,正在生成时为null,生成结束时如果由于停止token导致则为stop',
+ 'type' => 'string',
+ 'example' => 'stop',
+ ],
+ ],
+ ],
+ ],
+ 'Model' => [
+ 'description' => '模型标识',
+ 'type' => 'string',
+ 'example' => 'deepseek-v3',
+ ],
+ 'SystemFingerprint' => [
+ 'description' => '系统指纹',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'Object' => [
+ 'description' => '响应类型',
+ 'type' => 'string',
+ 'example' => 'chat.completion.chunk',
+ ],
+ 'Id' => [
+ 'description' => '本次会话唯一ID',
+ 'type' => 'string',
+ 'example' => 'chatcmpl-777bce52-93d3-9f8c-89c3-e99884f4f57f',
+ ],
+ 'Created' => [
+ 'description' => '会话创建时间戳',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1750990728',
+ ],
+ 'RequestId' => [
+ 'description' => '唯一请求ID',
+ 'type' => 'string',
+ 'example' => '21d296d6-594e-97de-812f-925ec6e05673',
+ ],
+ 'Error' => [
+ 'description' => '流式响应错误信息内容',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'data_inspection_failed',
+ ],
+ 'Message' => [
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'Input data may contain inappropriate content.',
+ ],
+ 'Param' => [
+ 'description' => '引发错误的参数',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'Type' => [
+ 'description' => '错误类型',
+ 'type' => 'string',
+ 'example' => 'data_inspection_failed',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Usage\\": \\"null\\",\\n \\"Choices\\": [\\n {\\n \\"Delta\\": {\\n \\"Role\\": \\"assistant\\",\\n \\"Content\\": \\"我是Deepseek-V3,有什么可以帮你\\"\\n },\\n \\"Logprobs\\": \\"null\\",\\n \\"Index\\": 0,\\n \\"FinishReason\\": \\"stop\\"\\n }\\n ],\\n \\"Model\\": \\"deepseek-v3\\",\\n \\"SystemFingerprint\\": \\"null\\",\\n \\"Object\\": \\"chat.completion.chunk\\",\\n \\"Id\\": \\"chatcmpl-777bce52-93d3-9f8c-89c3-e99884f4f57f\\",\\n \\"Created\\": 1750990728,\\n \\"RequestId\\": \\"21d296d6-594e-97de-812f-925ec6e05673\\",\\n \\"Error\\": {\\n \\"Code\\": \\"data_inspection_failed\\",\\n \\"Message\\": \\"Input data may contain inappropriate content.\\",\\n \\"Param\\": \\"null\\",\\n \\"Type\\": \\"data_inspection_failed\\"\\n }\\n}","type":"json"}]',
+ 'title' => '大模型流式对话转发接口',
+ ],
+ 'GetOssCheckTaskInfo' => [
+ 'summary' => '查询oss扫描任务详情',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2EQZ93',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ParentTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '父任务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_AAA**',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse<OssCheckTaskVO>}',
+ 'description' => '{@link PortalResponse<OssCheckTaskVO>}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => 'xxxx-xxx'."\n",
+ ],
+ 'TaskName' => [
+ 'description' => '任务名称。',
+ 'type' => 'string',
+ 'example' => '文档存量任务 20240914100517757',
+ ],
+ 'Buckets' => [
+ 'description' => '存储空间。',
+ 'type' => 'string',
+ 'example' => '[{\\"Bucket\\":\\"aileshijie\\",\\"Region\\":\\"cn-hangzhou\\"}]',
+ ],
+ 'Status' => [
+ 'description' => '任务状态。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'Success',
+ ],
+ 'StartTime' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-21 16:08:38'."\n",
+ ],
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2025-07-09 10:30:00',
+ ],
+ 'SearchNum' => [
+ 'description' => '扫描任务数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'FinishNum' => [
+ 'description' => '已完成数。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '56',
+ ],
+ 'MediaType' => [
+ 'description' => '媒资类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Config' => [
+ 'description' => '配置项',
+ 'type' => 'object',
+ 'properties' => [
+ 'ScanNoFileType' => [
+ 'description' => '是否扫描无后缀图片。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ScanService' => [
+ 'description' => '扫描服务code',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '扫描服务code',
+ 'type' => 'string',
+ 'example' => 'oss_baselineCheck',
+ ],
+ ],
+ 'DistinctHistoryTasks' => [
+ 'description' => '是否对历史已检测任务去重。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'StartTime' => [
+ 'description' => '开始时间。',
+ 'type' => 'string',
+ 'example' => '2023-08-21 16:08:38'."\n",
+ ],
+ 'EndTime' => [
+ 'description' => '结束时间。',
+ 'type' => 'string',
+ 'example' => '2025-07-09 10:30:00',
+ ],
+ 'ScanLimit' => [
+ 'description' => '扫描限制数量。',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'PrefixFilterType' => [
+ 'description' => '前缀过滤类型。',
+ 'type' => 'string',
+ 'example' => 'all',
+ ],
+ 'PrefixFilters' => [
+ 'description' => '前缀。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '前缀。',
+ 'type' => 'string',
+ 'example' => 'ugc/img',
+ ],
+ ],
+ 'Priority' => [
+ 'description' => '优先级。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TaskCycle' => [
+ 'description' => '调度日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ExecuteDate' => [
+ 'description' => '定时任务执行日期。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ExecuteTime' => [
+ 'description' => '定时任务预计执行时间。',
+ 'type' => 'string',
+ 'example' => '2025-07-09 10:30:00'."\n",
+ ],
+ 'ScanResourceType' => [
+ 'description' => '检测文件类型。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'ScanServiceInfos' => [
+ 'description' => '检测服务信息',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '检测服务信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'IsCopy' => [
+ 'description' => '是否复制。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'ServiceCode' => [
+ 'description' => '服务code。',
+ 'type' => 'string',
+ 'example' => 'oss_baselineCheck',
+ ],
+ 'ServiceName' => [
+ 'description' => '服务名称。',
+ 'type' => 'string',
+ 'example' => '内容检测',
+ ],
+ 'CopyFrom' => [
+ 'description' => '主服务。',
+ 'type' => 'string',
+ 'example' => 'oss_baselineCheck',
+ ],
+ ],
+ ],
+ ],
+ 'CallbackId' => [
+ 'description' => '回调通知ID',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '188',
+ ],
+ 'Freeze' => [
+ 'description' => '是否冻结',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeType' => [
+ 'description' => '冻结类型。',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeHighRisk1' => [
+ 'description' => '冻结高风险图片',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeMediumRisk1' => [
+ 'description' => '冻结中风险图片',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeHighRisk2' => [
+ 'description' => '冻结高风险语音、文本',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'FreezeMediumRisk2' => [
+ 'description' => '冻结中风险语音、文本',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'FreezeRestorePath' => [
+ 'description' => '转存路径',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ 'Referer' => [
+ 'description' => 'Referer。',
+ 'type' => 'string',
+ 'example' => 'https://www.aliyun.com/',
+ ],
+ 'UserFreezeConfig' => [
+ 'description' => '用户冻结配置',
+ 'type' => 'object',
+ 'properties' => [
+ 'FreezeType' => [
+ 'description' => '冻结类型',
+ 'type' => 'string',
+ 'example' => 'ACL',
+ ],
+ 'FreezeRestorePath' => [
+ 'description' => '转存目录',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'BucketPrefixFilterConfig' => [
+ 'description' => '每个桶对应的过滤配置。其中key为桶名称,value为过滤配置(包含前缀/后缀过滤,过滤字符列表)',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'PrefixFilterType' => [
+ 'type' => 'string',
+ 'description' => '前缀过滤类型。',
+ 'example' => 'all',
+ ],
+ 'PrefixFilters' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ 'description' => '前缀',
+ 'example' => 'testprefix1',
+ ],
+ 'description' => '前缀列表',
+ ],
+ ],
+ 'description' => '过滤配置',
+ ],
+ ],
+ ],
+ ],
+ 'ObjectNum' => [
+ 'description' => 'bucket总文件数',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'IsInc' => [
+ 'description' => '是否定时扫描任务。',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'TaskType' => [
+ 'description' => '任务类型。',
+ 'type' => 'string',
+ 'example' => 'increment',
+ ],
+ 'LastExecuteDate' => [
+ 'description' => '定时任务下次执行时间。',
+ 'type' => 'string',
+ 'example' => '2025-07-09 10:30:00'."\n",
+ ],
+ 'NextExecuteDate' => [
+ 'description' => '定时任务上次执行时间。',
+ 'type' => 'string',
+ 'example' => '2025-07-08 10:30:00'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TaskId\\": \\"xxxx-xxx\\\\n\\",\\n \\"TaskName\\": \\"文档存量任务 20240914100517757\\",\\n \\"Buckets\\": \\"[{\\\\\\\\\\\\\\"Bucket\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aileshijie\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Region\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cn-hangzhou\\\\\\\\\\\\\\"}]\\",\\n \\"Status\\": 0,\\n \\"StartTime\\": \\"2023-08-21 16:08:38\\\\n\\",\\n \\"EndTime\\": \\"2025-07-09 10:30:00\\",\\n \\"SearchNum\\": 100,\\n \\"FinishNum\\": 56,\\n \\"MediaType\\": 1,\\n \\"Config\\": {\\n \\"ScanNoFileType\\": true,\\n \\"ScanService\\": [\\n \\"oss_baselineCheck\\"\\n ],\\n \\"DistinctHistoryTasks\\": true,\\n \\"StartTime\\": \\"2023-08-21 16:08:38\\\\n\\",\\n \\"EndTime\\": \\"2025-07-09 10:30:00\\",\\n \\"ScanLimit\\": 100,\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"ugc/img\\"\\n ],\\n \\"Priority\\": 1,\\n \\"TaskCycle\\": 1,\\n \\"ExecuteDate\\": 1,\\n \\"ExecuteTime\\": \\"2025-07-09 10:30:00\\\\n\\",\\n \\"ScanResourceType\\": 0,\\n \\"ScanServiceInfos\\": [\\n {\\n \\"IsCopy\\": false,\\n \\"ServiceCode\\": \\"oss_baselineCheck\\",\\n \\"ServiceName\\": \\"内容检测\\",\\n \\"CopyFrom\\": \\"oss_baselineCheck\\"\\n }\\n ],\\n \\"CallbackId\\": 188,\\n \\"Freeze\\": true,\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeHighRisk1\\": true,\\n \\"FreezeMediumRisk1\\": true,\\n \\"FreezeHighRisk2\\": true,\\n \\"FreezeMediumRisk2\\": false,\\n \\"FreezeRestorePath\\": \\"test\\",\\n \\"Referer\\": \\"https://www.aliyun.com/\\",\\n \\"UserFreezeConfig\\": {\\n \\"FreezeType\\": \\"ACL\\",\\n \\"FreezeRestorePath\\": \\"test\\"\\n },\\n \\"BucketPrefixFilterConfig\\": {\\n \\"key\\": {\\n \\"PrefixFilterType\\": \\"all\\",\\n \\"PrefixFilters\\": [\\n \\"testprefix1\\"\\n ]\\n }\\n }\\n },\\n \\"ObjectNum\\": 100,\\n \\"IsInc\\": false,\\n \\"TaskType\\": \\"increment\\",\\n \\"LastExecuteDate\\": \\"2025-07-09 10:30:00\\\\n\\",\\n \\"NextExecuteDate\\": \\"2025-07-08 10:30:00\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取oss检测任务信息',
+ ],
+ 'UpdateOssCheckResultsBatchFeedback' => [
+ 'summary' => '批量更新OSS检测结果反馈',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangJ85HXA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ParentTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '父任务id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'P_XHDUS',
+ ],
+ ],
+ [
+ 'name' => 'Items',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '结果项。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ ],
+ [
+ 'name' => 'Feedback',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '反馈。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'misreport',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '{@link PortalResponse}',
+ 'description' => '{@link PortalResponse}',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ 'TotalCount' => [
+ 'description' => '总数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'SuccessCount' => [
+ 'description' => '成功个数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '8',
+ ],
+ 'RepeatCount' => [
+ 'description' => '重复数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'InvalidCount' => [
+ 'description' => '不合法数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Tips' => [
+ 'description' => '提示信息。',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\",\\n \\"TotalCount\\": 10,\\n \\"SuccessCount\\": 8,\\n \\"RepeatCount\\": 1,\\n \\"InvalidCount\\": 1,\\n \\"Tips\\": \\"xxxxx\\"\\n}","type":"json"}]',
+ 'title' => '批量更新检测结果反馈',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];