summaryrefslogtreecommitdiff
path: root/data/zh_cn/websitebuild
diff options
context:
space:
mode:
Diffstat (limited to 'data/zh_cn/websitebuild')
-rw-r--r--data/zh_cn/websitebuild/2025-04-29/api-docs.php9657
1 files changed, 9657 insertions, 0 deletions
diff --git a/data/zh_cn/websitebuild/2025-04-29/api-docs.php b/data/zh_cn/websitebuild/2025-04-29/api-docs.php
new file mode 100644
index 0000000..12ef91c
--- /dev/null
+++ b/data/zh_cn/websitebuild/2025-04-29/api-docs.php
@@ -0,0 +1,9657 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'WebsiteBuild',
+ 'version' => '2025-04-29',
+ ],
+ 'directories' => [
+ [
+ 'id' => 356268,
+ 'title' => '实例',
+ 'type' => 'directory',
+ 'children' => [
+ 'GetAppInstance',
+ 'CreateAppInstance',
+ 'ListAppInstances',
+ 'RenewAppInstance',
+ 'ModifyAppInstanceSpec',
+ ],
+ ],
+ [
+ 'id' => 357422,
+ 'title' => '控制台免登',
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateAppInstanceTicket',
+ 'RefreshAppInstanceTicket',
+ ],
+ ],
+ [
+ 'id' => 356270,
+ 'title' => '网站托管',
+ 'type' => 'directory',
+ 'children' => [
+ 'BindAppDomain',
+ 'ListAppInstanceDomains',
+ 'SetAppDomainCertificate',
+ 'UnbindAppDomain',
+ 'DescribeAppDomainDnsRecord',
+ 'ListAppDomainRedirectRecords',
+ 'DeleteAppDomainRedirect',
+ 'DeleteAppDomainCertificate',
+ ],
+ ],
+ [
+ 'id' => 356267,
+ 'title' => '设计中心',
+ 'type' => 'directory',
+ 'children' => [
+ 'SearchImage',
+ 'GetCreateLogoTask',
+ 'CreateLogoTask',
+ ],
+ ],
+ [
+ 'id' => 395353,
+ 'title' => '素材中心',
+ 'type' => 'directory',
+ 'children' => [
+ 'QueryMaterialDirectoryTree',
+ 'CreateMaterialDirectory',
+ 'ModifyMaterialDirectory',
+ 'MoveMaterialDirectory',
+ 'DeleteMaterialDirectory',
+ 'QueryMaterialFileSummaryInfo',
+ 'QueryMaterialFileList',
+ 'UploadMaterialFile',
+ 'QueryMaterialFileDetail',
+ 'ModifyMaterialFile',
+ 'MoveMaterialFile',
+ 'ExportMaterialFile',
+ 'ModifyMaterialFileStatus',
+ 'SubmitMaterialTask',
+ 'QueryMaterialTaskList',
+ 'QueryMaterialTaskDetail',
+ 'DeleteMaterialTask',
+ ],
+ ],
+ [
+ 'id' => 356266,
+ 'title' => '其他',
+ 'type' => 'directory',
+ 'children' => [
+ 'RefundAppInstanceForPartner',
+ 'GetDomainInfoForPartner',
+ 'GetUserAccessTokenForPartner',
+ 'DispatchConsoleAPIForPartner',
+ 'GetIcpFilingInfoForPartner',
+ 'GetUserTmpIdentityForPartner',
+ 'SyncAppInstanceForPartner',
+ 'OperateAppInstanceForPartner',
+ 'OperateAppServiceForPartner',
+ 'IntrospectAppInstanceTicketForPreview',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [
+ 'AppAiStaff' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'StaffId' => [
+ 'title' => '员工ID',
+ 'type' => 'string',
+ ],
+ 'StaffName' => [
+ 'title' => '员工名称',
+ 'type' => 'string',
+ ],
+ 'StaffType' => [
+ 'title' => '员工类型',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'title' => '员工状态',
+ 'description' => '可能的值:unknown, init, testing, online',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'AppInstance' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'GmtCreate' => [
+ 'title' => '创建时间',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'title' => '修改时间',
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'title' => '应用实例业务ID',
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'title' => '应用名称',
+ 'type' => 'string',
+ ],
+ 'UserId' => [
+ 'title' => '用户ID',
+ 'type' => 'string',
+ ],
+ 'AppType' => [
+ 'title' => '应用类型',
+ 'type' => 'string',
+ ],
+ 'AppSubType' => [
+ 'title' => '应用子类型',
+ 'type' => 'string',
+ ],
+ 'BuildType' => [
+ 'title' => '构建类型',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'title' => '应用描述',
+ 'type' => 'string',
+ ],
+ 'IconUrl' => [
+ 'title' => '应用图标',
+ 'type' => 'string',
+ ],
+ 'ThumbnailUrl' => [
+ 'title' => '应用缩略图',
+ 'type' => 'string',
+ ],
+ 'Slug' => [
+ 'title' => '应用标识',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'title' => '实例状态',
+ 'description' => 'trial,draft,live,refunded,expired,released',
+ 'type' => 'string',
+ ],
+ 'StatusText' => [
+ 'title' => '状态文本',
+ 'type' => 'string',
+ ],
+ 'DesignSpecId' => [
+ 'title' => '设计配置单ID',
+ 'type' => 'string',
+ ],
+ 'GmtPublish' => [
+ 'title' => '发布时间',
+ 'type' => 'string',
+ ],
+ 'GmtDelete' => [
+ 'title' => '删除时间',
+ 'type' => 'string',
+ ],
+ 'StartTime' => [
+ 'title' => '开始时间',
+ 'type' => 'string',
+ ],
+ 'EndTime' => [
+ 'title' => '结束时间',
+ 'type' => 'string',
+ ],
+ 'Domain' => [
+ 'title' => '主域名',
+ 'type' => 'string',
+ ],
+ 'SiteHost' => [
+ 'title' => '网站域名',
+ 'type' => 'string',
+ ],
+ 'EspBizId' => [
+ 'title' => '关联交付单ID',
+ 'type' => 'string',
+ ],
+ 'Deleted' => [
+ 'title' => '是否删除',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'DesignSpecBizId' => [
+ 'title' => '设计规格业务ID',
+ 'type' => 'string',
+ ],
+ 'SourceType' => [
+ 'title' => '来源类型',
+ 'type' => 'string',
+ ],
+ 'Profile' => [
+ '$ref' => '#/components/schemas/AppInstanceProfile',
+ ],
+ ],
+ ],
+ 'AppInstanceAggregate' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CreateTime' => [
+ 'title' => '创建时间',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'title' => '修改时间',
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'title' => '应用实例业务ID',
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'title' => '应用名称',
+ 'type' => 'string',
+ ],
+ 'UserId' => [
+ 'title' => '用户ID',
+ 'type' => 'string',
+ ],
+ 'AppType' => [
+ 'title' => '应用类型',
+ 'type' => 'string',
+ ],
+ 'AppSubType' => [
+ 'title' => '应用子类型',
+ 'type' => 'string',
+ ],
+ 'BuildType' => [
+ 'title' => '构建类型',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'title' => '应用描述',
+ 'type' => 'string',
+ ],
+ 'IconUrl' => [
+ 'title' => '应用图标',
+ 'type' => 'string',
+ ],
+ 'ThumbnailUrl' => [
+ 'title' => '应用缩略图',
+ 'type' => 'string',
+ ],
+ 'Slug' => [
+ 'title' => '应用标识',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'title' => '实例状态',
+ 'description' => 'trial,draft,live,refunded,expired,released',
+ 'type' => 'string',
+ ],
+ 'StatusText' => [
+ 'title' => '状态文本',
+ 'type' => 'string',
+ ],
+ 'DesignSpecId' => [
+ 'title' => '设计配置单ID',
+ 'type' => 'string',
+ ],
+ 'GmtPublish' => [
+ 'title' => '发布时间',
+ 'type' => 'string',
+ ],
+ 'GmtDelete' => [
+ 'title' => '删除时间',
+ 'type' => 'string',
+ ],
+ 'StartTime' => [
+ 'title' => '开始时间',
+ 'type' => 'string',
+ ],
+ 'EndTime' => [
+ 'title' => '结束时间',
+ 'type' => 'string',
+ ],
+ 'Domain' => [
+ 'title' => '主域名',
+ 'type' => 'string',
+ ],
+ 'SiteHost' => [
+ 'title' => '网站域名',
+ 'type' => 'string',
+ ],
+ 'EspBizId' => [
+ 'title' => '关联交付单ID',
+ 'type' => 'string',
+ ],
+ 'Deleted' => [
+ 'title' => '是否删除',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'DesignSpecBizId' => [
+ 'title' => '设计规格业务ID',
+ 'type' => 'string',
+ ],
+ 'SourceType' => [
+ 'title' => '来源类型',
+ 'type' => 'string',
+ ],
+ 'Profile' => [
+ '$ref' => '#/components/schemas/AppInstanceProfile',
+ ],
+ 'AppOperationAddress' => [
+ '$ref' => '#/components/schemas/AppOperationAddress',
+ ],
+ 'PartnerDetail' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'BindData' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ 'GmtCreate' => [
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'type' => 'string',
+ ],
+ 'PartnerId' => [
+ 'type' => 'string',
+ ],
+ 'UserId' => [
+ 'type' => 'string',
+ ],
+ 'ParentPk' => [
+ 'type' => 'string',
+ ],
+ 'Mobile' => [
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'PartnerId' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'ResourceGroupId' => [
+ 'type' => 'string',
+ ],
+ 'AiStaffList' => [
+ 'type' => 'array',
+ 'items' => [
+ '$ref' => '#/components/schemas/AppAiStaff',
+ ],
+ ],
+ 'AppServiceList' => [
+ 'type' => 'array',
+ 'items' => [
+ '$ref' => '#/components/schemas/AppServiceAggregate',
+ ],
+ ],
+ 'Tags' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TagKey' => [
+ 'type' => 'string',
+ ],
+ 'TagValue' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'AppInstanceProfile' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CommodityCode' => [
+ 'title' => '商品编码',
+ 'type' => 'string',
+ ],
+ 'PayTime' => [
+ 'title' => '支付时间',
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'title' => '业务ID',
+ 'type' => 'string',
+ ],
+ 'TemplateId' => [
+ 'title' => '模板ID',
+ 'type' => 'string',
+ ],
+ 'TemplateEtag' => [
+ 'title' => '模板ETag标识',
+ 'type' => 'string',
+ ],
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'type' => 'string',
+ ],
+ 'SeoSite' => [
+ 'title' => 'SEO站点信息',
+ 'type' => 'string',
+ ],
+ 'CustomerService' => [
+ 'title' => '客服信息',
+ 'type' => 'string',
+ ],
+ 'ApplicationType' => [
+ 'title' => '应用类型编码',
+ 'type' => 'string',
+ ],
+ 'ApplicationTypeText' => [
+ 'title' => '应用类型文本描述',
+ 'type' => 'string',
+ ],
+ 'DeployArea' => [
+ 'title' => '部署区域',
+ 'type' => 'string',
+ ],
+ 'SiteVersion' => [
+ 'title' => '站点版本编码',
+ 'type' => 'string',
+ ],
+ 'SiteVersionText' => [
+ 'title' => '站点版本文本描述',
+ 'type' => 'string',
+ ],
+ 'OrdTime' => [
+ 'title' => '下单时间',
+ 'type' => 'string',
+ ],
+ 'Source' => [
+ 'title' => '来源信息',
+ 'type' => 'string',
+ ],
+ 'InstanceId' => [
+ 'title' => '联想实例ID',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'AppMaterialDirectory' => [
+ 'description' => '文件夹对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'example' => 'WD20250814102215000001',
+ ],
+ 'DirectoryId' => [
+ 'description' => '目录ID。',
+ 'type' => 'string',
+ 'example' => 'WS20260206134746000001-system',
+ ],
+ 'Name' => [
+ 'description' => '名称',
+ 'type' => 'string',
+ 'example' => '图片管理',
+ ],
+ 'Type' => [
+ 'description' => '文件夹类型',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'SYSTEM' => '系统文件夹',
+ 'SITE' => '站点文件夹',
+ 'CUSTOM' => '自定义件夹',
+ 'PUBLIC' => '共享文件夹',
+ ],
+ 'example' => 'CUSTOM',
+ ],
+ 'SortNum' => [
+ 'description' => '排序号',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Children' => [
+ 'description' => '子文件夹列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '子文件夹对象',
+ '$ref' => '#/components/schemas/AppMaterialDirectory',
+ ],
+ ],
+ ],
+ ],
+ 'AppMaterialFile' => [
+ 'description' => '文件对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'example' => 'WD20250703155602000001',
+ ],
+ 'FileId' => [
+ 'description' => '文件ID',
+ 'type' => 'string',
+ 'example' => 'd75e1e9693cc460da218419d67735567',
+ ],
+ 'Name' => [
+ 'description' => '文件名',
+ 'type' => 'string',
+ 'example' => '文件名',
+ ],
+ 'Suffix' => [
+ 'description' => '文件后缀',
+ 'type' => 'string',
+ 'example' => 'png',
+ ],
+ 'Type' => [
+ 'description' => '文件类型',
+ 'type' => 'string',
+ 'example' => 'IMAGE',
+ ],
+ 'ContentType' => [
+ 'description' => '内容类型',
+ 'type' => 'string',
+ 'example' => 'image/png',
+ ],
+ 'DirectoryId' => [
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'example' => 'ddddwww',
+ ],
+ 'FileUrl' => [
+ 'description' => '文件地址',
+ 'type' => 'string',
+ 'example' => 'https://demo-moshicloud-test.oss-cn-hangzhou-internal.aliyuncs.com/document/testcase/aliyun/api_case/pdf_angle90_page1.pdf',
+ ],
+ 'Width' => [
+ 'description' => '图片宽度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1920',
+ ],
+ 'Height' => [
+ 'description' => '图片高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1280',
+ ],
+ 'StorageSize' => [
+ 'description' => '存储空间大小。',
+ 'type' => 'string',
+ 'example' => '23M',
+ ],
+ 'DeletedTime' => [
+ 'description' => '删除时间',
+ 'type' => 'string',
+ 'example' => '2025-11-03 02:05:01',
+ ],
+ 'Status' => [
+ 'description' => '文件状态',
+ 'type' => 'string',
+ 'example' => 'NORMAL',
+ ],
+ 'CreateTime' => [
+ 'description' => '创建时间。',
+ 'type' => 'string',
+ 'example' => '2025-11-03 02:05:01',
+ ],
+ ],
+ ],
+ 'AppMaterialTask' => [
+ 'description' => '任务对象',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => '81d04d62c3483b32bacf1d306d2622b2',
+ ],
+ 'TaskType' => [
+ 'description' => '任务类型。',
+ 'type' => 'string',
+ 'example' => 'IMAGE_LOGO',
+ ],
+ 'TaskParam' => [
+ 'description' => '任务参数',
+ 'type' => 'string',
+ 'example' => '{'."\n"
+ .' "brandName": "品牌名称",'."\n"
+ .' "direction": "HORIZONTAL",'."\n"
+ .' "userPrompt": "设计要求"'."\n"
+ .'}',
+ ],
+ 'Status' => [
+ 'description' => '任务状态',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'INIT' => '初始化',
+ 'SUCCESS' => '成功',
+ 'RUNNING' => '运行中',
+ 'FAIL' => '失败',
+ ],
+ 'example' => 'RUNNING',
+ ],
+ 'SubStatus' => [
+ 'description' => '任务子状态',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'VID_SHOT_VIDEO_GENERATING' => '分镜视频生成中',
+ 'IMG_GENERATING' => '图片生成中',
+ 'VID_SCRIPT_BUILDING' => '脚本构建中',
+ 'PENDING' => '生成准备中',
+ 'VID_SHOT_VIDEO_GENERATED' => '分镜视频已生成',
+ 'INIT' => '已提交',
+ 'FAILED' => '生成失败',
+ 'VID_TTS_GENERATED' => '语音已生成',
+ 'VID_SHOT_IMAGE_GENERATED' => '分镜图片已生成',
+ 'SUCCEEDED' => '生成成功',
+ 'VID_TTS_GENERATING' => '语音生成中',
+ 'VID_COMPOSING' => '视频合成中',
+ 'VID_VIDEO_GENERATING' => '视频生成中',
+ 'VID_SHOT_IMAGE_GENERATING' => '分镜图片生成中',
+ 'VID_SCRIPT_BUILT' => '脚本已构建',
+ ],
+ 'example' => 'PENDING',
+ ],
+ 'SubmitTime' => [
+ 'description' => '提交时间。',
+ 'type' => 'string',
+ 'example' => '2025-12-26 11:30:05',
+ ],
+ 'CompleteTime' => [
+ 'description' => '任务完成时间',
+ 'type' => 'string',
+ 'example' => '2025-12-26 11:30:05',
+ ],
+ 'FailReason' => [
+ 'description' => '失败的原因',
+ 'type' => 'string',
+ 'example' => '参数不合规',
+ ],
+ 'CompleteTimeFormat' => [
+ 'description' => '完成时间展示格式',
+ 'type' => 'string',
+ 'example' => '1分钟前',
+ ],
+ 'FinalFileUrls' => [
+ 'description' => '最终文件列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '最终文件URL',
+ 'type' => 'string',
+ 'example' => 'http://xxxx',
+ ],
+ ],
+ ],
+ ],
+ 'AppOperateAction' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ActionKey' => [
+ 'title' => '操作键值',
+ 'description' => '用于唯一标识一个操作行为',
+ 'type' => 'string',
+ ],
+ 'ActionText' => [
+ 'title' => '操作显示文本',
+ 'description' => '用于在界面中展示操作名称',
+ 'type' => 'string',
+ ],
+ 'Href' => [
+ 'title' => '链接地址',
+ 'description' => '点击操作时跳转的URL地址',
+ 'type' => 'string',
+ ],
+ 'Enable' => [
+ 'title' => '启用状态',
+ 'description' => '标识该操作是否可用',
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'AppOperationAddress' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Actions' => [
+ 'title' => '操作按钮列表',
+ 'type' => 'array',
+ 'items' => [
+ '$ref' => '#/components/schemas/AppOperateAction',
+ ],
+ ],
+ ],
+ ],
+ 'AppService' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'title' => '服务名称',
+ 'type' => 'string',
+ ],
+ 'CreateTime' => [
+ 'title' => '创建时间',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'title' => '修改时间',
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'title' => '应用实例业务ID',
+ 'type' => 'string',
+ ],
+ 'ServiceType' => [
+ 'title' => '服务类型',
+ 'type' => 'string',
+ ],
+ 'ServiceTypeText' => [
+ 'title' => '服务类型描述',
+ 'type' => 'string',
+ ],
+ 'UserId' => [
+ 'title' => '用户ID',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'title' => '状态',
+ 'type' => 'string',
+ ],
+ 'Deleted' => [
+ 'title' => '删除标识',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'StartTime' => [
+ 'title' => '开始时间',
+ 'type' => 'string',
+ ],
+ 'EndTime' => [
+ 'title' => '结束时间',
+ 'type' => 'string',
+ ],
+ 'Slug' => [
+ 'title' => '应用标识',
+ 'type' => 'string',
+ ],
+ 'InstanceBizId' => [
+ 'title' => '关联业务ID',
+ 'type' => 'string',
+ ],
+ 'EspBizId' => [
+ 'title' => 'esp bizId',
+ 'type' => 'string',
+ ],
+ 'Profile' => [
+ '$ref' => '#/components/schemas/AppServiceProfile',
+ ],
+ ],
+ ],
+ 'AppServiceAggregate' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'title' => '服务名称',
+ 'type' => 'string',
+ ],
+ 'GmtCreate' => [
+ 'title' => '创建时间',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'title' => '修改时间',
+ 'type' => 'string',
+ ],
+ 'BizId' => [
+ 'title' => '应用实例业务ID',
+ 'type' => 'string',
+ ],
+ 'ServiceType' => [
+ 'title' => '服务类型',
+ 'type' => 'string',
+ ],
+ 'ServiceTypeText' => [
+ 'title' => '服务类型描述',
+ 'type' => 'string',
+ ],
+ 'UserId' => [
+ 'title' => '用户ID',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'title' => '状态',
+ 'type' => 'string',
+ ],
+ 'Deleted' => [
+ 'title' => '删除标识',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'StartTime' => [
+ 'title' => '开始时间',
+ 'type' => 'string',
+ ],
+ 'EndTime' => [
+ 'title' => '结束时间',
+ 'type' => 'string',
+ ],
+ 'Slug' => [
+ 'title' => '应用标识',
+ 'type' => 'string',
+ ],
+ 'InstanceBizId' => [
+ 'title' => '关联业务ID',
+ 'type' => 'string',
+ ],
+ 'EspBizId' => [
+ 'title' => 'esp bizId',
+ 'type' => 'string',
+ ],
+ 'Profile' => [
+ '$ref' => '#/components/schemas/AppServiceProfile',
+ ],
+ 'OperationAddress' => [
+ '$ref' => '#/components/schemas/AppOperationAddress',
+ ],
+ ],
+ ],
+ 'AppServiceGroup' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'title' => '名称',
+ 'type' => 'string',
+ ],
+ 'Url' => [
+ 'title' => '链接地址',
+ 'type' => 'string',
+ ],
+ 'QrCode' => [
+ 'title' => '二维码',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'title' => '群组类型',
+ 'description' => '例如:dingtalk、wx 等',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'AppServiceProfile' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'title' => '业务ID',
+ 'type' => 'string',
+ ],
+ 'DesignType' => [
+ 'title' => '设计类型',
+ 'type' => 'string',
+ ],
+ 'DesignTypeText' => [
+ 'title' => '设计类型描述',
+ 'type' => 'string',
+ ],
+ 'ServiceSpec' => [
+ 'title' => '服务规格',
+ 'type' => 'string',
+ ],
+ 'ServiceSpecText' => [
+ 'title' => '服务规格描述',
+ 'type' => 'string',
+ ],
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'type' => 'string',
+ ],
+ 'InstanceId' => [
+ 'title' => '凌宵实例ID',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'apis' => [
+ 'GetAppInstance' => [
+ 'summary' => '查询建站应用实例详情。',
+ 'path' => '',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS20250801152639000005',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<AppInstanceAggregateDTO>',
+ 'description' => 'PopResultDTO<AppInstanceAggregateDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '无权限信息',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'example' => '{\'Success\': True}',
+ '$ref' => '#/components/schemas/AppInstanceAggregate',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\",\\n \\"Module\\": {\\n \\"CreateTime\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"AppType\\": \\"\\",\\n \\"AppSubType\\": \\"\\",\\n \\"BuildType\\": \\"\\",\\n \\"Description\\": \\"\\",\\n \\"IconUrl\\": \\"\\",\\n \\"ThumbnailUrl\\": \\"\\",\\n \\"Slug\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"StatusText\\": \\"\\",\\n \\"DesignSpecId\\": \\"\\",\\n \\"GmtPublish\\": \\"\\",\\n \\"GmtDelete\\": \\"\\",\\n \\"StartTime\\": \\"\\",\\n \\"EndTime\\": \\"\\",\\n \\"Domain\\": \\"\\",\\n \\"SiteHost\\": \\"\\",\\n \\"EspBizId\\": \\"\\",\\n \\"Deleted\\": 0,\\n \\"DesignSpecBizId\\": \\"\\",\\n \\"SourceType\\": \\"\\",\\n \\"Profile\\": {\\n \\"CommodityCode\\": \\"\\",\\n \\"PayTime\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TemplateEtag\\": \\"\\",\\n \\"OrderId\\": \\"\\",\\n \\"SeoSite\\": \\"\\",\\n \\"CustomerService\\": \\"\\",\\n \\"ApplicationType\\": \\"\\",\\n \\"ApplicationTypeText\\": \\"\\",\\n \\"DeployArea\\": \\"\\",\\n \\"SiteVersion\\": \\"\\",\\n \\"SiteVersionText\\": \\"\\",\\n \\"OrdTime\\": \\"\\",\\n \\"Source\\": \\"\\",\\n \\"InstanceId\\": \\"\\"\\n },\\n \\"AppOperationAddress\\": {\\n \\"Actions\\": [\\n {\\n \\"ActionKey\\": \\"\\",\\n \\"ActionText\\": \\"\\",\\n \\"Href\\": \\"\\",\\n \\"Enable\\": true\\n }\\n ]\\n },\\n \\"PartnerDetail\\": {\\n \\"Status\\": \\"\\",\\n \\"BindData\\": {\\n \\"Id\\": \\"\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"PartnerId\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"ParentPk\\": \\"\\",\\n \\"Mobile\\": \\"\\",\\n \\"BizId\\": \\"\\"\\n },\\n \\"PartnerId\\": \\"\\"\\n },\\n \\"ResourceGroupId\\": \\"\\",\\n \\"AiStaffList\\": [\\n {\\n \\"StaffId\\": \\"\\",\\n \\"StaffName\\": \\"\\",\\n \\"StaffType\\": \\"\\",\\n \\"Status\\": \\"\\"\\n }\\n ],\\n \\"AppServiceList\\": [\\n {\\n \\"Name\\": \\"\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"ServiceType\\": \\"\\",\\n \\"ServiceTypeText\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"Deleted\\": 0,\\n \\"StartTime\\": \\"\\",\\n \\"EndTime\\": \\"\\",\\n \\"Slug\\": \\"\\",\\n \\"InstanceBizId\\": \\"\\",\\n \\"EspBizId\\": \\"\\",\\n \\"Profile\\": {\\n \\"BizId\\": \\"\\",\\n \\"DesignType\\": \\"\\",\\n \\"DesignTypeText\\": \\"\\",\\n \\"ServiceSpec\\": \\"\\",\\n \\"ServiceSpecText\\": \\"\\",\\n \\"OrderId\\": \\"\\",\\n \\"InstanceId\\": \\"\\"\\n },\\n \\"OperationAddress\\": {\\n \\"Actions\\": [\\n {\\n \\"ActionKey\\": \\"\\",\\n \\"ActionText\\": \\"\\",\\n \\"Href\\": \\"\\",\\n \\"Enable\\": true\\n }\\n ]\\n }\\n }\\n ],\\n \\"Tags\\": [\\n {\\n \\"TagKey\\": \\"\\",\\n \\"TagValue\\": \\"\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '查询建站应用实例详情',
+ ],
+ 'CreateAppInstance' => [
+ 'summary' => '创建建站应用实例。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApplicationType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用类型',
+ 'description' => '应用类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'PC_WebSite',
+ ],
+ ],
+ [
+ 'name' => 'DeployArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '部署区域',
+ 'description' => '部署区域',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ChineseMainland',
+ ],
+ ],
+ [
+ 'name' => 'SiteVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '网站版本',
+ 'description' => '网站版本',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Basic_Edition',
+ ],
+ ],
+ [
+ 'name' => 'Duration',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '必填。订购的周期数量',
+ 'description' => '必填。订购的周期数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PricingCycle',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '必填。订购的周期单位,年:Year,月:Month,日:Day,时:Hour',
+ 'description' => '必填。订购的周期单位,年:Year,月:Month,日:Day,时:Hour',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Year',
+ ],
+ ],
+ [
+ 'name' => 'Quantity',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '必填,订购实例数量。',
+ 'description' => '必填,订购实例数量。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'AutoRenew',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '是否开启到期自动续费',
+ 'description' => '是否开启到期自动续费',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'PaymentType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '支付类型',
+ 'description' => '支付类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AUTO_PAY',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'description' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '210713a117660695309606626a',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '扩展信息',
+ 'description' => '扩展信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'ResourceGroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'Tags',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TagValue' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ 'TagKey' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<CreateAppInstanceResponse>',
+ 'description' => 'PopResultDTO<CreateAppInstanceResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'example' => 'WS20250915163734000001',
+ ],
+ 'InstanceId' => [
+ 'title' => '实例ID',
+ 'description' => '实例ID',
+ 'type' => 'string',
+ 'example' => 'idaas-cn-7mz2uc8v902',
+ ],
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'description' => '订单ID',
+ 'type' => 'string',
+ 'example' => '250822465990301',
+ ],
+ 'SiteHost' => [
+ 'description' => 'siteId',
+ 'type' => 'string',
+ 'example' => 'abcd.scd.wanwang.xin',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'ish-intelligence-store-platform-admin-web',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"BizId\\": \\"WS20250915163734000001\\",\\n \\"InstanceId\\": \\"idaas-cn-7mz2uc8v902\\",\\n \\"OrderId\\": \\"250822465990301\\",\\n \\"SiteHost\\": \\"abcd.scd.wanwang.xin\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"ish-intelligence-store-platform-admin-web\\"\\n}","type":"json"}]',
+ 'title' => '创建建站应用实例',
+ ],
+ 'ListAppInstances' => [
+ 'summary' => '查询应用实例列表。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StatusList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '状态范围',
+ 'description' => '状态范围',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '状态过滤列表,JSON格式,枚举值为InstanceStatus。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\'Ip\': \'203.107.62.236\', \'EndTime\': 0, \'BlackStatus\': \'normal\', \'StartTime\': 0}]',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务id',
+ 'description' => '业务id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS20250731233102000001',
+ ],
+ ],
+ [
+ 'name' => 'Query',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '查询参数',
+ 'description' => '查询参数',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"RequestId\\":\\"\\"}',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '扩展信息',
+ 'description' => '扩展信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'EndTimeBegin',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '到期开始时间',
+ 'description' => '到期开始时间',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-12-18T14:30:00Z',
+ ],
+ ],
+ [
+ 'name' => 'EndTimeEnd',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '到期结束时间',
+ 'description' => '到期结束时间',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-12-31T14:30:00Z',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码, 默认为1',
+ 'description' => '页码, 默认为1',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小, 默认为10',
+ 'description' => '每页大小, 默认为10',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'OrderColumn',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序字段',
+ 'description' => '排序字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'gmtCreated',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序类型 ASC|DESC',
+ 'description' => '排序类型 ASC|DESC',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'DOWNGRADE',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<PageResult<AppInstanceAggregateDTO>>',
+ 'description' => 'PopResultDTO<PageResult<AppInstanceAggregateDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'CurrentPageNum' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalPageNum' => [
+ 'description' => '总页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '4',
+ ],
+ 'PrePage' => [
+ 'description' => '是否有上一页',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'NextPage' => [
+ 'description' => '是否有下一页。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ResultLimit' => [
+ 'description' => '当前查询除分页限制外,服务端最多处理最近1000条记录。如结果超过1000条,**ResultLimit**为**true**,请缩小时间范围重新搜索;否则**ResultLimit**为**false**。'."\n"
+ .' ',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求结果。',
+ 'example' => '{\'NameServers\': \'NS1.ORAY.NET,NS2.ORAY.NET\', \'Registrar\': \'Xiamen 35.com Information Co., Ltd.\', \'Ownership\': {\'Account\': \'OTHER\', \'Provider\': \'OTHER\'}, \'DomainName\': \'sharewinfo.com\'}',
+ '$ref' => '#/components/schemas/AppInstanceAggregate',
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => 'dw+qdTi1EjVSWX/INJdYNw==',
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPageNum\\": 4,\\n \\"PrePage\\": true,\\n \\"NextPage\\": true,\\n \\"ResultLimit\\": true,\\n \\"Data\\": [\\n {\\n \\"CreateTime\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"AppType\\": \\"\\",\\n \\"AppSubType\\": \\"\\",\\n \\"BuildType\\": \\"\\",\\n \\"Description\\": \\"\\",\\n \\"IconUrl\\": \\"\\",\\n \\"ThumbnailUrl\\": \\"\\",\\n \\"Slug\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"StatusText\\": \\"\\",\\n \\"DesignSpecId\\": \\"\\",\\n \\"GmtPublish\\": \\"\\",\\n \\"GmtDelete\\": \\"\\",\\n \\"StartTime\\": \\"\\",\\n \\"EndTime\\": \\"\\",\\n \\"Domain\\": \\"\\",\\n \\"SiteHost\\": \\"\\",\\n \\"EspBizId\\": \\"\\",\\n \\"Deleted\\": 0,\\n \\"DesignSpecBizId\\": \\"\\",\\n \\"SourceType\\": \\"\\",\\n \\"Profile\\": {\\n \\"CommodityCode\\": \\"\\",\\n \\"PayTime\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TemplateEtag\\": \\"\\",\\n \\"OrderId\\": \\"\\",\\n \\"SeoSite\\": \\"\\",\\n \\"CustomerService\\": \\"\\",\\n \\"ApplicationType\\": \\"\\",\\n \\"ApplicationTypeText\\": \\"\\",\\n \\"DeployArea\\": \\"\\",\\n \\"SiteVersion\\": \\"\\",\\n \\"SiteVersionText\\": \\"\\",\\n \\"OrdTime\\": \\"\\",\\n \\"Source\\": \\"\\",\\n \\"InstanceId\\": \\"\\"\\n },\\n \\"AppOperationAddress\\": {\\n \\"Actions\\": [\\n {\\n \\"ActionKey\\": \\"\\",\\n \\"ActionText\\": \\"\\",\\n \\"Href\\": \\"\\",\\n \\"Enable\\": true\\n }\\n ]\\n },\\n \\"PartnerDetail\\": {\\n \\"Status\\": \\"\\",\\n \\"BindData\\": {\\n \\"Id\\": \\"\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"PartnerId\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"ParentPk\\": \\"\\",\\n \\"Mobile\\": \\"\\",\\n \\"BizId\\": \\"\\"\\n },\\n \\"PartnerId\\": \\"\\"\\n },\\n \\"ResourceGroupId\\": \\"\\",\\n \\"AiStaffList\\": [\\n {\\n \\"StaffId\\": \\"\\",\\n \\"StaffName\\": \\"\\",\\n \\"StaffType\\": \\"\\",\\n \\"Status\\": \\"\\"\\n }\\n ],\\n \\"AppServiceList\\": [\\n {\\n \\"Name\\": \\"\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"BizId\\": \\"\\",\\n \\"ServiceType\\": \\"\\",\\n \\"ServiceTypeText\\": \\"\\",\\n \\"UserId\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"Deleted\\": 0,\\n \\"StartTime\\": \\"\\",\\n \\"EndTime\\": \\"\\",\\n \\"Slug\\": \\"\\",\\n \\"InstanceBizId\\": \\"\\",\\n \\"EspBizId\\": \\"\\",\\n \\"Profile\\": {\\n \\"BizId\\": \\"\\",\\n \\"DesignType\\": \\"\\",\\n \\"DesignTypeText\\": \\"\\",\\n \\"ServiceSpec\\": \\"\\",\\n \\"ServiceSpecText\\": \\"\\",\\n \\"OrderId\\": \\"\\",\\n \\"InstanceId\\": \\"\\"\\n },\\n \\"OperationAddress\\": {\\n \\"Actions\\": [\\n {\\n \\"ActionKey\\": \\"\\",\\n \\"ActionText\\": \\"\\",\\n \\"Href\\": \\"\\",\\n \\"Enable\\": true\\n }\\n ]\\n }\\n }\\n ],\\n \\"Tags\\": [\\n {\\n \\"TagKey\\": \\"\\",\\n \\"TagValue\\": \\"\\"\\n }\\n ]\\n }\\n ],\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\",\\n \\"NextToken\\": \\"dw+qdTi1EjVSWX/INJdYNw==\\",\\n \\"MaxResults\\": 10\\n}","type":"json"}]',
+ 'title' => '查询应用实例列表',
+ ],
+ 'RenewAppInstance' => [
+ 'summary' => '续费建站应用实例。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250718165839000001',
+ ],
+ ],
+ [
+ 'name' => 'Duration',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '必填。订购的周期数量',
+ 'description' => '必填。订购的周期数量',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PricingCycle',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '必填。订购的周期单位,年:Year,月:Month,日:Day,时:Hour',
+ 'description' => '必填。订购的周期单位,年:Year,月:Month,日:Day,时:Hour',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Month',
+ ],
+ ],
+ [
+ 'name' => 'PaymentType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '支付类型',
+ 'description' => '支付类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'PayAsYouGo',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'description' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'fdfjafdfadfenjeora',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '扩展信息',
+ 'description' => '扩展信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"deliveryNodeName\\":\\"交付质检\\",\\"deliveryNodeStatus\\":\\"Finish\\",\\"deliveryOperatorRole\\":\\"Provider\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<RenewAppInstanceResponse>',
+ 'description' => 'PopResultDTO<RenewAppInstanceResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'description' => '订单ID',
+ 'type' => 'string',
+ 'example' => '252126898290411',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"OrderId\\": \\"252126898290411\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '续费建站应用实例',
+ ],
+ 'ModifyAppInstanceSpec' => [
+ 'summary' => '变配建站应用实例。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'ApplicationType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用类型',
+ 'description' => '应用类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Application',
+ ],
+ ],
+ [
+ 'name' => 'DeployArea',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '部署区域',
+ 'description' => '部署区域',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'HongKong',
+ ],
+ ],
+ [
+ 'name' => 'SiteVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '网站版本',
+ 'description' => '网站版本',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'PaymentType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '支付类型',
+ 'description' => '支付类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'PayAsYouGo',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'description' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2108341e17661121129745384e79f9',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '扩展信息',
+ 'description' => '扩展信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"deliveryNodeName\\":\\"网站验收\\",\\"deliveryNodeStatus\\":\\"Reject\\",\\"deliveryOperatorRole\\":\\"Customer\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<ModifyAppInstanceSpecResponse>',
+ 'description' => 'PopResultDTO<ModifyAppInstanceSpecResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'description' => '订单ID',
+ 'type' => 'string',
+ 'example' => '247748990880615',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '错误的参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"OrderId\\": \\"247748990880615\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '变配建站应用实例',
+ ],
+ 'CreateAppInstanceTicket' => [
+ 'summary' => '免登ticket。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '需要注销访问凭证的设备的Client ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd566aaf2-7c88-40a4-982f-6abef0be13c9',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS20250801154628000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<CreateAppInstanceTicketResponse>',
+ 'description' => 'PopResultDTO<CreateAppInstanceTicketResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERRROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uuid' => [
+ 'title' => '对外唯一',
+ 'description' => '对外唯一',
+ 'type' => 'string',
+ 'example' => 'hdm_33be9750d595b6cd7c93a80b46734b22',
+ ],
+ 'Bid' => [
+ 'title' => 'bid',
+ 'description' => 'bid',
+ 'type' => 'string',
+ 'example' => '123131',
+ ],
+ 'ParentPk' => [
+ 'title' => '用户ID',
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'example' => '12343131221311',
+ ],
+ 'AliyunPk' => [
+ 'title' => '用户ID',
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'example' => '12343131221311',
+ ],
+ 'Attributes' => [
+ 'title' => '扩展属性',
+ 'description' => '扩展属性',
+ 'type' => 'string',
+ 'example' => '{\\"resourceGroupId\\":\\"\\",\\"page\\":1,\\"size\\":10,\\"selected\\":\\"[\\\\\\"kvstore\\\\\\"]\\"}',
+ ],
+ 'AuthorizationGrantType' => [
+ 'title' => '授权码类型',
+ 'description' => '授权码类型',
+ 'type' => 'string',
+ 'example' => 'authorization_code',
+ ],
+ 'AccessTokenValue' => [
+ 'title' => '访问token值',
+ 'description' => '访问token值',
+ 'type' => 'string',
+ 'example' => 'be9750d595b6cd7c93a80b46',
+ ],
+ 'AccessTokenIssuedAt' => [
+ 'title' => '访问token颁发时间',
+ 'description' => '访问token颁发时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ 'AccessTokenExpiresAt' => [
+ 'title' => '访问token过期时间',
+ 'description' => '访问token过期时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ 'RefreshTokenValue' => [
+ 'title' => '刷新token值',
+ 'description' => '刷新token值',
+ 'type' => 'string',
+ 'example' => 'be9750d595b6cd7c93a80b46'."\n",
+ ],
+ 'RefreshTokenIssuedAt' => [
+ 'title' => '刷新token颁发时间',
+ 'description' => '刷新token颁发时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ 'RefreshTokenExpiresAt' => [
+ 'title' => '刷新token过期时间',
+ 'description' => '刷新token过期时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERRROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Uuid\\": \\"hdm_33be9750d595b6cd7c93a80b46734b22\\",\\n \\"Bid\\": \\"123131\\",\\n \\"ParentPk\\": \\"12343131221311\\",\\n \\"AliyunPk\\": \\"12343131221311\\",\\n \\"Attributes\\": \\"{\\\\\\\\\\\\\\"resourceGroupId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"page\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"size\\\\\\\\\\\\\\":10,\\\\\\\\\\\\\\"selected\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"kvstore\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\"}\\",\\n \\"AuthorizationGrantType\\": \\"authorization_code\\",\\n \\"AccessTokenValue\\": \\"be9750d595b6cd7c93a80b46\\",\\n \\"AccessTokenIssuedAt\\": \\"1768619049924\\",\\n \\"AccessTokenExpiresAt\\": \\"1768619049924\\",\\n \\"RefreshTokenValue\\": \\"be9750d595b6cd7c93a80b46\\\\n\\",\\n \\"RefreshTokenIssuedAt\\": \\"1768619049924\\",\\n \\"RefreshTokenExpiresAt\\": \\"1768619049924\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '创建建站实例免登Ticket',
+ ],
+ 'RefreshAppInstanceTicket' => [
+ 'summary' => '刷新建站实例免登Ticket。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainXE59XO',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Token',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '更新的令牌信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '***',
+ ],
+ ],
+ [
+ 'name' => 'Uuid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务器的UUID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'c5c354d7-5e68-443a-b7fc-767e6ede9deb',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<RefreshAppInstanceTicketResponse>',
+ 'description' => 'PopResultDTO<RefreshAppInstanceTicketResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '应用模块',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uuid' => [
+ 'title' => '对外唯一',
+ 'description' => '对外唯一',
+ 'type' => 'string',
+ 'example' => '357504C7F21FCAE502756332ECE8B533',
+ ],
+ 'Bid' => [
+ 'title' => 'bid',
+ 'description' => 'bid',
+ 'type' => 'string',
+ 'example' => '26842',
+ ],
+ 'ParentPk' => [
+ 'title' => '用户ID',
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'example' => '1907880872137014',
+ ],
+ 'AliyunPk' => [
+ 'title' => '用户ID',
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'example' => '1907880872137014',
+ ],
+ 'Attributes' => [
+ 'title' => '扩展属性',
+ 'description' => '扩展属性',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'AuthorizationGrantType' => [
+ 'title' => '授权码类型',
+ 'description' => '授权码类型',
+ 'type' => 'string',
+ 'example' => 'authorization_code',
+ ],
+ 'AccessTokenValue' => [
+ 'title' => '访问token值',
+ 'description' => '访问token值',
+ 'type' => 'string',
+ 'example' => '2108341e17661121129745384e79f9',
+ ],
+ 'AccessTokenIssuedAt' => [
+ 'title' => '访问token颁发时间',
+ 'description' => '访问token颁发时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00',
+ ],
+ 'AccessTokenExpiresAt' => [
+ 'title' => '访问token过期时间',
+ 'description' => '访问token过期时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00'."\n",
+ ],
+ 'RefreshTokenValue' => [
+ 'title' => '刷新token值',
+ 'description' => '刷新token值',
+ 'type' => 'string',
+ 'example' => '2108341e17661121129745384e79f9',
+ ],
+ 'RefreshTokenIssuedAt' => [
+ 'title' => '刷新token颁发时间',
+ 'description' => '刷新token颁发时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00'."\n",
+ ],
+ 'RefreshTokenExpiresAt' => [
+ 'title' => '刷新token过期时间',
+ 'description' => '刷新token过期时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00'."\n",
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'mar',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Uuid\\": \\"357504C7F21FCAE502756332ECE8B533\\",\\n \\"Bid\\": \\"26842\\",\\n \\"ParentPk\\": \\"1907880872137014\\",\\n \\"AliyunPk\\": \\"1907880872137014\\",\\n \\"Attributes\\": \\"{}\\",\\n \\"AuthorizationGrantType\\": \\"authorization_code\\",\\n \\"AccessTokenValue\\": \\"2108341e17661121129745384e79f9\\",\\n \\"AccessTokenIssuedAt\\": \\"2025-12-18T22:30:00+08:00\\",\\n \\"AccessTokenExpiresAt\\": \\"2025-12-18T22:30:00+08:00\\\\n\\",\\n \\"RefreshTokenValue\\": \\"2108341e17661121129745384e79f9\\",\\n \\"RefreshTokenIssuedAt\\": \\"2025-12-18T22:30:00+08:00\\\\n\\",\\n \\"RefreshTokenExpiresAt\\": \\"2025-12-18T22:30:00+08:00\\\\n\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"mar\\"\\n}","type":"json"}]',
+ 'title' => '刷新建站实例免登Ticket',
+ ],
+ 'BindAppDomain' => [
+ 'summary' => '绑定应用域名 支持客户绑定域名 并自动完成解析验证。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250820143531000001',
+ ],
+ ],
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xiaoniu.link',
+ ],
+ ],
+ [
+ 'name' => 'OperateType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名绑定-操作类型',
+ 'description' => '域名绑定-操作类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'vul_fix',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '扩展信息 (OverwriteExistingRecord)',
+ 'description' => '扩展信息 (OverwriteExistingRecord)',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"deliveryNodeName\\":\\"网站验收\\",\\"deliveryNodeStatus\\":\\"Reject\\",\\"deliveryOperatorRole\\":\\"Customer\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<BindAppDomainResponse>',
+ 'description' => 'PopResultDTO<BindAppDomainResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '错误代码',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的**%s**。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.EROR',
+ ],
+ 'Module' => [
+ 'description' => '数据表模块。'."\n"
+ ."\n"
+ .'- ABTest:实验数据表'."\n"
+ ."\n"
+ .'- ExperimentTool:实验工具表'."\n"
+ ."\n"
+ .'- DataDiagnosis:数据诊断',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.EROR\\",\\n \\"Module\\": {\\n \\"Success\\": true\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '网站域名绑定',
+ ],
+ 'ListAppInstanceDomains' => [
+ 'summary' => '查询网站绑定域名列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250718165839000001',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码, 默认为1',
+ 'description' => '页码, 默认为1',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小, 默认为10',
+ 'description' => '每页大小, 默认为10',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'OrderColumn',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序字段',
+ 'description' => '排序字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'CreationTime',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序类型 ASC|DESC',
+ 'description' => '排序类型 ASC|DESC',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'BUY',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '0l45bkwM022Dt+rOvPi/oQ==',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回分页的域名列表结果',
+ 'description' => '返回分页的域名列表结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalItemNum' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'CurrentPageNum' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalPageNum' => [
+ 'description' => '总页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PrePage' => [
+ 'description' => '是否有上一页',
+ 'type' => 'boolean',
+ ],
+ 'NextPage' => [
+ 'description' => '是否有下一页。',
+ 'type' => 'boolean',
+ ],
+ 'ResultLimit' => [
+ 'description' => '当前查询除分页限制外,服务端最多处理最近1000条记录。如结果超过1000条,**ResultLimit**为**true**,请缩小时间范围重新搜索;否则**ResultLimit**为**false**。'."\n"
+ .' ',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DomainName' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'example' => 'kaibaidu.com',
+ ],
+ 'CreateTime' => [
+ 'title' => '实例创建时间(必需,格式:yyyy-MM-dd HH:mm:ss)',
+ 'description' => '实例创建时间(必需,格式:yyyy-MM-dd HH:mm:ss)',
+ 'type' => 'string',
+ 'example' => '1683256054000',
+ ],
+ 'OverallStatus' => [
+ 'title' => '绑定总体状态',
+ 'description' => '绑定总体状态',
+ 'type' => 'string',
+ 'example' => 'ACTIVE',
+ ],
+ 'Verification' => [
+ 'title' => '域名验证信息',
+ 'description' => '域名验证信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'VerificationStatus' => [
+ 'title' => '所有权验证状态。',
+ 'description' => '所有权验证状态。',
+ 'type' => 'string',
+ 'example' => 'SUCCESSFUL',
+ ],
+ 'DnsRecord' => [
+ 'title' => '需要用户配置的DNS记录指南。',
+ 'description' => '需要用户配置的DNS记录指南。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordType' => [
+ 'title' => '记录类型',
+ 'description' => '记录类型',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Host' => [
+ 'title' => '主机记录',
+ 'description' => '主机记录',
+ 'type' => 'string',
+ 'example' => '${host}',
+ ],
+ 'Value' => [
+ 'title' => '记录值',
+ 'description' => '记录值',
+ 'type' => 'string',
+ 'example' => '159.138.94.138',
+ ],
+ ],
+ ],
+ 'ErrorMsg' => [
+ 'title' => '错误信息。',
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'code: 400, invalid unionId request id: 2270AB0B-6FD0-7F72-9DC5-7A02B67CBB3B',
+ ],
+ 'VerificationStatusCode' => [
+ 'description' => '所有权验证状态',
+ 'type' => 'string',
+ 'example' => 'NoAliyunServiceRoleForWebsiteBuildPublishAuth',
+ ],
+ ],
+ ],
+ 'Resolution' => [
+ 'title' => '域名解析信息',
+ 'description' => '域名解析信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResolutionStatus' => [
+ 'title' => '域名解析状态',
+ 'description' => '域名解析状态',
+ 'type' => 'string',
+ 'example' => 'SUCCESSFUL',
+ ],
+ 'DnsRecord' => [
+ 'title' => 'DNS记录信息',
+ 'description' => 'DNS记录信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordType' => [
+ 'title' => '记录类型',
+ 'description' => '记录类型',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Host' => [
+ 'title' => '主机记录',
+ 'description' => '主机记录',
+ 'type' => 'string',
+ 'example' => 'portal-dev.bambulab.net',
+ ],
+ 'Value' => [
+ 'title' => '记录值',
+ 'description' => '记录值',
+ 'type' => 'string',
+ 'example' => 'Maintenance',
+ ],
+ ],
+ ],
+ 'ErrorMsg' => [
+ 'title' => '错误信息',
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'code: 400, invalid unionId request id: 09CC0F8B-49C2-7EFB-81E8-9AEF49068D02',
+ ],
+ ],
+ ],
+ 'Certificate' => [
+ 'title' => '域名SSL证书信息',
+ 'description' => '域名SSL证书信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'CertificateStatus' => [
+ 'title' => '证书的状态',
+ 'description' => '证书的状态',
+ 'type' => 'string',
+ 'example' => 'ACTIVE',
+ ],
+ 'CertificateType' => [
+ 'title' => '证书的类型',
+ 'description' => '证书的类型',
+ 'type' => 'string',
+ 'example' => 'self-signed',
+ ],
+ 'CertificateName' => [
+ 'title' => '证书名称。',
+ 'description' => '证书名称。',
+ 'type' => 'string',
+ 'example' => '2024',
+ ],
+ 'EndTime' => [
+ 'title' => '证书的到期日期',
+ 'description' => '证书的到期日期',
+ 'type' => 'string',
+ 'example' => '4885718400000',
+ ],
+ ],
+ ],
+ 'Ownership' => [
+ 'title' => '域名归属信息',
+ 'description' => '域名归属信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'Account' => [
+ 'title' => '帐号所属者类型: CURRENT OTHER',
+ 'description' => '帐号所属者类型: CURRENT OTHER',
+ 'type' => 'string',
+ 'example' => '1813244684017878',
+ ],
+ 'Provider' => [
+ 'title' => '注册商类型: ALIYUN OTHER',
+ 'description' => '注册商类型: ALIYUN OTHER',
+ 'type' => 'string',
+ 'example' => 'ROS',
+ ],
+ 'RootDomain' => [
+ 'description' => '域名对应的根域名的名称。',
+ 'type' => 'string',
+ 'example' => 'tjouya.cn',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Next' => [
+ 'description' => '决策权重',
+ 'type' => 'object',
+ 'properties' => [
+ 'DomainName' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'example' => 'usdcoin.xin',
+ ],
+ 'CreateTime' => [
+ 'title' => '实例创建时间(必需,格式:yyyy-MM-dd HH:mm:ss)',
+ 'description' => '实例创建时间(必需,格式:yyyy-MM-dd HH:mm:ss)',
+ 'type' => 'string',
+ 'example' => '1741572465000',
+ ],
+ 'OverallStatus' => [
+ 'title' => '绑定总体状态',
+ 'description' => '绑定总体状态',
+ 'type' => 'string',
+ 'example' => 'ACTIVE',
+ ],
+ 'Verification' => [
+ 'title' => '域名验证信息',
+ 'description' => '域名验证信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'VerificationStatus' => [
+ 'title' => '所有权验证状态。',
+ 'description' => '所有权验证状态。',
+ 'type' => 'string',
+ 'example' => 'SUCCESSFUL',
+ ],
+ 'DnsRecord' => [
+ 'title' => '需要用户配置的DNS记录指南。',
+ 'description' => '需要用户配置的DNS记录指南。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordType' => [
+ 'title' => '记录类型',
+ 'description' => '记录类型',
+ 'type' => 'string',
+ 'example' => '5',
+ ],
+ 'Host' => [
+ 'title' => '主机记录',
+ 'description' => '主机记录',
+ 'type' => 'string',
+ 'example' => 'www.abc.com',
+ ],
+ 'Value' => [
+ 'title' => '记录值',
+ 'description' => '记录值',
+ 'type' => 'string',
+ 'example' => 'faHuBlyPcodSjBvBJYpm3-9W_cCSowLLQ4zAUyguEGM',
+ ],
+ ],
+ ],
+ 'ErrorMsg' => [
+ 'title' => '错误信息。',
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole',
+ ],
+ ],
+ ],
+ 'Resolution' => [
+ 'title' => '域名解析信息',
+ 'description' => '域名解析信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResolutionStatus' => [
+ 'title' => '域名解析状态',
+ 'description' => '域名解析状态',
+ 'type' => 'string',
+ 'example' => 'SUCCESSFUL',
+ ],
+ 'DnsRecord' => [
+ 'title' => 'DNS记录信息',
+ 'description' => 'DNS记录信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordType' => [
+ 'title' => '记录类型',
+ 'description' => '记录类型',
+ 'type' => 'string',
+ 'example' => 'A',
+ ],
+ 'Host' => [
+ 'title' => '主机记录',
+ 'description' => '主机记录',
+ 'type' => 'string',
+ 'example' => '172.16.6.1',
+ ],
+ 'Value' => [
+ 'title' => '记录值',
+ 'description' => '记录值',
+ 'type' => 'string',
+ 'example' => '2025032000000054nuba0r0b0a79y70c1c983tsz09xw9hg3p04kqxmbt4g2p65h',
+ ],
+ ],
+ ],
+ 'ErrorMsg' => [
+ 'title' => '错误信息',
+ 'description' => '错误信息',
+ 'type' => 'string',
+ 'example' => 'aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole',
+ ],
+ ],
+ ],
+ 'Certificate' => [
+ 'title' => '域名SSL证书信息',
+ 'description' => '域名SSL证书信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'CertificateStatus' => [
+ 'title' => '证书的状态',
+ 'description' => '证书的状态',
+ 'type' => 'string',
+ 'example' => 'ACTIVE',
+ ],
+ 'CertificateType' => [
+ 'title' => '证书的类型',
+ 'description' => '证书的类型',
+ 'type' => 'string',
+ 'example' => 'Server',
+ ],
+ 'CertificateName' => [
+ 'title' => '证书名称。',
+ 'description' => '证书名称。',
+ 'type' => 'string',
+ 'example' => 'jfztkg202502',
+ ],
+ 'EndTime' => [
+ 'title' => '证书的到期日期',
+ 'description' => '证书的到期日期',
+ 'type' => 'string',
+ 'example' => '2025-01-15T02:04:00Z',
+ ],
+ ],
+ ],
+ 'Ownership' => [
+ 'title' => '域名归属信息',
+ 'description' => '域名归属信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'Account' => [
+ 'title' => '帐号所属者类型: CURRENT OTHER',
+ 'description' => '帐号所属者类型: CURRENT OTHER',
+ 'type' => 'string',
+ 'example' => '拾肆gavin',
+ ],
+ 'Provider' => [
+ 'title' => '注册商类型: ALIYUN OTHER',
+ 'description' => '注册商类型: ALIYUN OTHER',
+ 'type' => 'string',
+ 'example' => 'pai',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => 'dw+qdTi1EjVSWX/INJdYNw==',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TotalItemNum\\": 0,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPageNum\\": 1,\\n \\"PrePage\\": true,\\n \\"NextPage\\": true,\\n \\"ResultLimit\\": true,\\n \\"Data\\": [\\n {\\n \\"DomainName\\": \\"kaibaidu.com\\",\\n \\"CreateTime\\": \\"1683256054000\\",\\n \\"OverallStatus\\": \\"ACTIVE\\",\\n \\"Verification\\": {\\n \\"VerificationStatus\\": \\"SUCCESSFUL\\",\\n \\"DnsRecord\\": {\\n \\"RecordType\\": \\"1\\",\\n \\"Host\\": \\"${host}\\",\\n \\"Value\\": \\"159.138.94.138\\"\\n },\\n \\"ErrorMsg\\": \\"code: 400, invalid unionId request id: 2270AB0B-6FD0-7F72-9DC5-7A02B67CBB3B\\",\\n \\"VerificationStatusCode\\": \\"NoAliyunServiceRoleForWebsiteBuildPublishAuth\\"\\n },\\n \\"Resolution\\": {\\n \\"ResolutionStatus\\": \\"SUCCESSFUL\\",\\n \\"DnsRecord\\": {\\n \\"RecordType\\": \\"1\\",\\n \\"Host\\": \\"portal-dev.bambulab.net\\",\\n \\"Value\\": \\"Maintenance\\"\\n },\\n \\"ErrorMsg\\": \\"code: 400, invalid unionId request id: 09CC0F8B-49C2-7EFB-81E8-9AEF49068D02\\"\\n },\\n \\"Certificate\\": {\\n \\"CertificateStatus\\": \\"ACTIVE\\",\\n \\"CertificateType\\": \\"self-signed\\",\\n \\"CertificateName\\": \\"2024\\",\\n \\"EndTime\\": \\"4885718400000\\"\\n },\\n \\"Ownership\\": {\\n \\"Account\\": \\"1813244684017878\\",\\n \\"Provider\\": \\"ROS\\",\\n \\"RootDomain\\": \\"tjouya.cn\\"\\n }\\n }\\n ],\\n \\"Next\\": {\\n \\"DomainName\\": \\"usdcoin.xin\\",\\n \\"CreateTime\\": \\"1741572465000\\",\\n \\"OverallStatus\\": \\"ACTIVE\\",\\n \\"Verification\\": {\\n \\"VerificationStatus\\": \\"SUCCESSFUL\\",\\n \\"DnsRecord\\": {\\n \\"RecordType\\": \\"5\\",\\n \\"Host\\": \\"www.abc.com\\",\\n \\"Value\\": \\"faHuBlyPcodSjBvBJYpm3-9W_cCSowLLQ4zAUyguEGM\\"\\n },\\n \\"ErrorMsg\\": \\"aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole\\"\\n },\\n \\"Resolution\\": {\\n \\"ResolutionStatus\\": \\"SUCCESSFUL\\",\\n \\"DnsRecord\\": {\\n \\"RecordType\\": \\"A\\",\\n \\"Host\\": \\"172.16.6.1\\",\\n \\"Value\\": \\"2025032000000054nuba0r0b0a79y70c1c983tsz09xw9hg3p04kqxmbt4g2p65h\\"\\n },\\n \\"ErrorMsg\\": \\"aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole\\"\\n },\\n \\"Certificate\\": {\\n \\"CertificateStatus\\": \\"ACTIVE\\",\\n \\"CertificateType\\": \\"Server\\",\\n \\"CertificateName\\": \\"jfztkg202502\\",\\n \\"EndTime\\": \\"2025-01-15T02:04:00Z\\"\\n },\\n \\"Ownership\\": {\\n \\"Account\\": \\"拾肆gavin\\",\\n \\"Provider\\": \\"pai\\"\\n }\\n }\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\",\\n \\"MaxResults\\": 10,\\n \\"NextToken\\": \\"dw+qdTi1EjVSWX/INJdYNw==\\"\\n}","type":"json"}]',
+ 'title' => '查询网站绑定域名列表',
+ ],
+ 'SetAppDomainCertificate' => [
+ 'summary' => '设置网站SSL证书。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用实例业务ID',
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250821161210000001',
+ ],
+ ],
+ [
+ 'name' => 'CertificateType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '证书类型: 默认免费证书 or 客户自有证书',
+ 'description' => '证书类型: 默认免费证书 or 客户自有证书',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Server',
+ ],
+ ],
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'kaibaidu.com',
+ ],
+ ],
+ [
+ 'name' => 'PublicKey',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '公钥',
+ 'description' => '公钥',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUxGQnQxUUpyT3IxK2hTTGRkbERMZUx4WGRIZ3hBalBxWHJIbWNFNWxqSk8gbm93Y29kZXJAbm93Y29kZXJkZU1hY0Jvb2stUHJvLmxvY2Fs',
+ ],
+ ],
+ [
+ 'name' => 'PrivateKey',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '私钥',
+ 'description' => '私钥',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '***',
+ ],
+ ],
+ [
+ 'name' => 'CertificateName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'SSL证书名称',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回设置结果',
+ 'description' => '返回设置结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误Code',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/uoa11auyf2565k6/uoa11auyf2565k6.sql.zip?Expires=1730520371&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=WIutxAQYbbwxX0aeKmdObduLnDg%3D',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '无权限信息',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'title' => '是否成功',
+ 'description' => '是否成功',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数。',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称',
+ 'type' => 'string',
+ 'example' => 'mar',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/uoa11auyf2565k6/uoa11auyf2565k6.sql.zip?Expires=1730520371&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=WIutxAQYbbwxX0aeKmdObduLnDg%3D\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Success\\": true\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"mar\\"\\n}","type":"json"}]',
+ 'title' => '设置网站SSL证书',
+ ],
+ 'UnbindAppDomain' => [
+ 'summary' => '网站解绑域名 删除相关解析',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250908140837000001',
+ ],
+ ],
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'conway.cn',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<UnbindAppDomainResponse>',
+ 'description' => 'PopResultDTO<UnbindAppDomainResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '错误代码',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数ErrMessage错误信息中的%s。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'title' => '是否成功',
+ 'description' => '是否成功',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Success\\": true\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '网站解绑域名',
+ ],
+ 'DescribeAppDomainDnsRecord' => [
+ 'summary' => '查询网站DNS解析记录 支持CNAME解析及verification解析查询。',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250821114240000001',
+ ],
+ ],
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'rayihealth.cn',
+ ],
+ ],
+ [
+ 'name' => 'Purpose',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '查询DNS配置的用途',
+ 'description' => '查询DNS配置的用途',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'restore',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回DNS解析记录详情',
+ 'description' => '返回DNS解析记录详情',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝详细信息;只有Ram校验失败才会返回此字段。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '应用模块',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordType' => [
+ 'title' => '记录类型',
+ 'description' => '记录类型',
+ 'type' => 'string',
+ 'example' => 'A',
+ ],
+ 'Host' => [
+ 'title' => '主机记录',
+ 'description' => '主机记录',
+ 'type' => 'string',
+ 'example' => '*.com',
+ ],
+ 'Value' => [
+ 'title' => '记录值',
+ 'description' => '记录值',
+ 'type' => 'string',
+ 'example' => 'Maintenance',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'ish-intelligence-store-platform-admin-web',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"RecordType\\": \\"A\\",\\n \\"Host\\": \\"*.com\\",\\n \\"Value\\": \\"Maintenance\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"ish-intelligence-store-platform-admin-web\\"\\n}","type":"json"}]',
+ 'title' => '查询网站DNS解析记录',
+ ],
+ 'ListAppDomainRedirectRecords' => [
+ 'summary' => '查询网站301重定向列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用实例业务ID',
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'yPkgBbQln0gmUnIZSGizGw==',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回分页的跳转规则列表',
+ 'description' => '返回分页的跳转规则列表',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '返回对象。',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalItemNum' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CurrentPageNum' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '12',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '50',
+ ],
+ 'TotalPageNum' => [
+ 'description' => '总页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PrePage' => [
+ 'description' => '是否有上一页。',
+ 'type' => 'boolean',
+ ],
+ 'NextPage' => [
+ 'description' => '是否有下一页',
+ 'type' => 'boolean',
+ ],
+ 'ResultLimit' => [
+ 'description' => '当前查询除分页限制外,服务端最多处理最近1000条记录。如结果超过1000条,**ResultLimit**为**true**,请缩小时间范围重新搜索;否则**ResultLimit**为**false**。'."\n"
+ .' ',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '成员名称。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordId' => [
+ 'title' => '跳转记录ID',
+ 'description' => '跳转记录ID',
+ 'type' => 'string',
+ 'example' => 'f0379419-433d-410e-98d9-bf5c72f47227',
+ ],
+ 'SourceDomain' => [
+ 'title' => '源域名',
+ 'description' => '源域名',
+ 'type' => 'string',
+ 'example' => 'abc.wanwang.xin'."\n",
+ ],
+ 'TargetDomain' => [
+ 'title' => '目标域名',
+ 'description' => '目标域名',
+ 'type' => 'string',
+ 'example' => 'aliyuncs.com',
+ ],
+ ],
+ ],
+ ],
+ 'Next' => [
+ 'description' => '下一个特征ID',
+ 'type' => 'object',
+ 'properties' => [
+ 'RecordId' => [
+ 'title' => '跳转记录ID',
+ 'description' => '跳转记录ID',
+ 'type' => 'string',
+ 'example' => '936956504373539840',
+ ],
+ 'SourceDomain' => [
+ 'title' => '源域名',
+ 'description' => '源域名',
+ 'type' => 'string',
+ 'example' => 'abc.wanwang.xin',
+ ],
+ 'TargetDomain' => [
+ 'title' => '目标域名',
+ 'description' => '目标域名',
+ 'type' => 'string',
+ 'example' => 'aliyuncs.com',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '错误的参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '前端应用名称。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => 'AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TotalItemNum\\": 1,\\n \\"CurrentPageNum\\": 12,\\n \\"PageSize\\": 50,\\n \\"TotalPageNum\\": 1,\\n \\"PrePage\\": true,\\n \\"NextPage\\": true,\\n \\"ResultLimit\\": true,\\n \\"Data\\": [\\n {\\n \\"RecordId\\": \\"f0379419-433d-410e-98d9-bf5c72f47227\\",\\n \\"SourceDomain\\": \\"abc.wanwang.xin\\\\n\\",\\n \\"TargetDomain\\": \\"aliyuncs.com\\"\\n }\\n ],\\n \\"Next\\": {\\n \\"RecordId\\": \\"936956504373539840\\",\\n \\"SourceDomain\\": \\"abc.wanwang.xin\\",\\n \\"TargetDomain\\": \\"aliyuncs.com\\"\\n }\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\",\\n \\"MaxResults\\": 10,\\n \\"NextToken\\": \\"AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM\\"\\n}","type":"json"}]',
+ 'title' => '查询网站301重定向列表',
+ ],
+ 'DeleteAppDomainRedirect' => [
+ 'summary' => '删除网站绑定的301重定向记录',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用实例业务ID',
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'RecordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名重定向记录ID',
+ 'description' => '域名重定向记录ID',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '803858889404426240',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回删除操作结果',
+ 'description' => '返回删除操作结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/gl3d6l3817id8p1/gl3d6l3817id8p1.diff.zip?Expires=1750392068&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=Bcj3eohy8nmlSQ7AAGdq7JZoLjM%3D',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'title' => '是否成功',
+ 'description' => '是否成功',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'watermark',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/gl3d6l3817id8p1/gl3d6l3817id8p1.diff.zip?Expires=1750392068&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=Bcj3eohy8nmlSQ7AAGdq7JZoLjM%3D\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Success\\": true\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"watermark\\"\\n}","type":"json"}]',
+ 'title' => '删除网站域名重定向',
+ ],
+ 'DeleteAppDomainCertificate' => [
+ 'summary' => '删除解绑网站已绑定的SSL证书',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomain4SB1GS',
+ 'FEATUREdomainJ7WBWY',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '应用实例业务ID',
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '202506170003',
+ ],
+ ],
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '域名',
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'aliwmzs.com',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '返回删除结果',
+ 'description' => '返回删除结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态code,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'title' => '是否成功',
+ 'description' => '是否成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Success\\": true\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '删除网站域名SSL证书',
+ ],
+ 'SearchImage' => [
+ 'summary' => '图片检索',
+ 'path' => '',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainFCFMI9',
+ 'FEATUREdomainNP3YHX',
+ 'FEATUREdomain4Z09I7',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Text',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '搜索图片的描述文本。'."\n"
+ ."\n"
+ .'>最多支持512个字符。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '卫浴五金产品,表面采用拉丝不锈钢材质,整体色调为现代银灰色,呈现简约且富有质感的风格。产品包括淋浴花洒、水龙头及毛巾架等配件,均具备防锈、耐腐蚀性能,适用于潮湿环境。各部件连接处设计精密,配有隐藏式螺丝结构,提升整体美观度。水龙头和花洒喷头支持多模式出水,把手操作顺滑,符合人体工学设计。所有五金件通过国家节水认证,支持冷热水接入,安装方式为壁挂式。',
+ 'maxLength' => 500,
+ 'minLength' => 1,
+ ],
+ ],
+ [
+ 'name' => 'ColorHex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '颜色',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '#B0B0B0',
+ ],
+ ],
+ [
+ 'name' => 'OssKey',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'Osskey。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'backend/detection/objects/r-0008ujvfksltf5j45n81/task-000hckiuwyau0gwn17vq.jpg',
+ ],
+ ],
+ [
+ 'name' => 'Start',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '返回结果的起始位置。取值范围:0~499。默认值为0。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Size',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '返回结果数量,默认为10。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'MinWidth',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片最小宽度(包含边界值)',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '500',
+ ],
+ ],
+ [
+ 'name' => 'MaxWidth',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片最大宽度(包含边界值)',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '4000',
+ ],
+ ],
+ [
+ 'name' => 'MinHeight',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片最小高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '500',
+ ],
+ ],
+ [
+ 'name' => 'MaxHeight',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片最大高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '4000',
+ ],
+ ],
+ [
+ 'name' => 'ImageRatio',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片宽高比,包括:'."\n"
+ .'"16:9"'."\n"
+ .'"4:3"'."\n"
+ .'"2:1"'."\n"
+ .'"1:1"'."\n"
+ .'"3:4"'."\n"
+ .'"9:16"',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '16:9',
+ ],
+ ],
+ [
+ 'name' => 'Tags',
+ 'in' => 'query',
+ 'style' => 'simple',
+ 'schema' => [
+ 'description' => '标签。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '标签信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[]',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'HasPerson',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否包含人像',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'ImageCategory',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '图片分类。取值范围:'."\n"
+ .'- normal: 插图、文章配图。'."\n"
+ .'- banner:背景图、轮播图。'."\n"
+ .'- goods:商品或服务图',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WindowsWithMssqlStdLicense',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '分页查询时每页行数。其中最大值为100行,默认值为20行。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '500',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '查询凭证(Token)。取值为上一次调用该接口返回的NextToken参数值,初次调用接口时无需设置该参数。如果设置了NextToken,则请求参数PageSize和PageNumber将失效,且返回数据中的TotalCount无效。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'string',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'ImageResponse' => [
+ 'description' => '图形搜索结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'ImageList' => [
+ 'description' => '图片列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '图片',
+ 'type' => 'object',
+ 'properties' => [
+ 'ImageUuid' => [
+ 'description' => '图片唯一标识',
+ 'type' => 'string',
+ 'example' => '70687446-821c-4ebd-9be6-b57dc0a3500a',
+ ],
+ 'OssKey' => [
+ 'description' => 'oss key',
+ 'type' => 'string',
+ 'example' => '1ad5/c728/cb40/2410/e01d/b24c/9acd/7d51/1ad5c728cb402410e01db24c9acd7d51',
+ ],
+ 'Url' => [
+ 'description' => '图片临时访问地址',
+ 'type' => 'string',
+ 'example' => 'https://other-general-huadong1.oss-cn-hangzhou.aliyuncs.com/uploadWidget/RollTicket_01.jpeg',
+ ],
+ 'Width' => [
+ 'description' => '图片宽度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '154',
+ ],
+ 'Height' => [
+ 'description' => '图片高度',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1000',
+ ],
+ 'ImageRatio' => [
+ 'description' => '宽高比',
+ 'type' => 'string',
+ 'example' => '16:9',
+ ],
+ 'ImageCategory' => [
+ 'description' => '图片分类。取值范围:'."\n"
+ .'- normal: 插图、文章配图。'."\n"
+ .'- banner:背景图、轮播图。'."\n"
+ .'- goods:商品或服务图',
+ 'type' => 'string',
+ 'example' => 'normal',
+ ],
+ 'TagsFromImage' => [
+ 'description' => '图片标签',
+ 'type' => 'string',
+ 'example' => '日出、奔跑',
+ ],
+ 'DescriptiveTones' => [
+ 'description' => '图片识别出的描述性色调',
+ 'type' => 'string',
+ 'example' => '冷色调 蓝色',
+ ],
+ 'QuantitativePalette' => [
+ 'description' => '算法提取的量化调色板 (HEX, LAB)',
+ 'type' => 'string',
+ 'example' => '[{"hex": "#3a3f58", "rgb": {"r": 58, "g": 63, "b": 88 }, "lab": {"l": 27.81, "a": 2.95, "b": -16.52 }, "percentage": 0.4521 }, {"hex": "#c8a16a", "rgb": {"r": 200, "g": 161, "b": 106 }, "lab": {"l": 69.35, "a": 11.23, "b": 35.18 }, "percentage": 0.2355 }, {"hex": "#f1e8da", "rgb": {"r": 241, "g": 232, "b": 218 }, "lab": {"l": 93.17, "a": 1.76, "b": 7.91 }, "percentage": 0.1873 } ]',
+ ],
+ ],
+ ],
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => '2c6b65b6f9d625d4e2514a628bde8eb2e0b5e8707e68181f',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": \\"true\\",\\n \\"ErrorCode\\": \\"0\\",\\n \\"ImageResponse\\": {\\n \\"ImageList\\": [\\n {\\n \\"ImageUuid\\": \\"70687446-821c-4ebd-9be6-b57dc0a3500a\\",\\n \\"OssKey\\": \\"1ad5/c728/cb40/2410/e01d/b24c/9acd/7d51/1ad5c728cb402410e01db24c9acd7d51\\",\\n \\"Url\\": \\"https://other-general-huadong1.oss-cn-hangzhou.aliyuncs.com/uploadWidget/RollTicket_01.jpeg\\",\\n \\"Width\\": 154,\\n \\"Height\\": 1000,\\n \\"ImageRatio\\": \\"16:9\\",\\n \\"ImageCategory\\": \\"normal\\",\\n \\"TagsFromImage\\": \\"日出、奔跑\\",\\n \\"DescriptiveTones\\": \\"冷色调 蓝色\\",\\n \\"QuantitativePalette\\": \\"[{\\\\\\"hex\\\\\\": \\\\\\"#3a3f58\\\\\\", \\\\\\"rgb\\\\\\": {\\\\\\"r\\\\\\": 58, \\\\\\"g\\\\\\": 63, \\\\\\"b\\\\\\": 88 }, \\\\\\"lab\\\\\\": {\\\\\\"l\\\\\\": 27.81, \\\\\\"a\\\\\\": 2.95, \\\\\\"b\\\\\\": -16.52 }, \\\\\\"percentage\\\\\\": 0.4521 }, {\\\\\\"hex\\\\\\": \\\\\\"#c8a16a\\\\\\", \\\\\\"rgb\\\\\\": {\\\\\\"r\\\\\\": 200, \\\\\\"g\\\\\\": 161, \\\\\\"b\\\\\\": 106 }, \\\\\\"lab\\\\\\": {\\\\\\"l\\\\\\": 69.35, \\\\\\"a\\\\\\": 11.23, \\\\\\"b\\\\\\": 35.18 }, \\\\\\"percentage\\\\\\": 0.2355 }, {\\\\\\"hex\\\\\\": \\\\\\"#f1e8da\\\\\\", \\\\\\"rgb\\\\\\": {\\\\\\"r\\\\\\": 241, \\\\\\"g\\\\\\": 232, \\\\\\"b\\\\\\": 218 }, \\\\\\"lab\\\\\\": {\\\\\\"l\\\\\\": 93.17, \\\\\\"a\\\\\\": 1.76, \\\\\\"b\\\\\\": 7.91 }, \\\\\\"percentage\\\\\\": 0.1873 } ]\\"\\n }\\n ],\\n \\"MaxResults\\": 3,\\n \\"NextToken\\": \\"2c6b65b6f9d625d4e2514a628bde8eb2e0b5e8707e68181f\\"\\n }\\n}","type":"json"}]',
+ 'title' => '图片检索',
+ ],
+ 'GetCreateLogoTask' => [
+ 'summary' => '查询Logo创建任务',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainXE59XO',
+ 'FEATUREdomainS4KRQO',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '调用成功时,返回的任务ID。说明 请妥善保管该ID。查询设备创建的状态时需使用该ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '20051349',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'Task' => [
+ 'description' => '任务信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => '604860995',
+ ],
+ 'TaskStatus' => [
+ 'description' => '任务当前的状态:'."\n"
+ ."\n"
+ .'- pending 待执行'."\n"
+ .'- configuring 配置中'."\n"
+ .'- success 成功'."\n"
+ .'- failed 失败'."\n"
+ .'- partialFailed 部分失败',
+ 'type' => 'string',
+ 'example' => 'SUCCESS',
+ ],
+ 'Urls' => [
+ 'description' => '预热资源的url。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '预热资源的url。',
+ 'type' => 'string',
+ 'example' => '[\\"https://docs.ucloud.cn/ufile/guide/lifecycle\\"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"Task\\": {\\n \\"TaskId\\": \\"604860995\\",\\n \\"TaskStatus\\": \\"SUCCESS\\",\\n \\"Urls\\": [\\n \\"[\\\\\\\\\\\\\\"https://docs.ucloud.cn/ufile/guide/lifecycle\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n}","type":"json"}]',
+ 'title' => '查询Logo创建任务',
+ ],
+ 'CreateLogoTask' => [
+ 'summary' => '提交创建Logo任务',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Prompt',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '提示词(正向)',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '请严格遵照原文提取稿件的摘要,不要随意捏造和修改文中出现的新闻数据,不要改变原文的意思和新闻事实,不要在摘要中添加自己的观点。生成的摘要不要出现语法和标点的错误。在生成摘要时请去掉里面的记者、通讯员、稿件来源等信息。',
+ ],
+ ],
+ [
+ 'name' => 'NegativePrompt',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '负向提示词',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '不生成政治相关图片内容',
+ ],
+ ],
+ [
+ 'name' => 'Parameters',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '任务参数',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"ehpcutilParam\\":\\"sched job_submit --commandline \\\\\\"/ehpcdata/data/usersTest/huangqiaoyi-1725933699384/huangqiaoyi-1725933699384.slurm\\\\\\" --runasuser TestGfjnSimworks\\"}',
+ ],
+ ],
+ [
+ 'name' => 'LogoVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'TaskId' => [
+ 'description' => '调用成功时,返回的任务ID。说明 请妥善保管该ID。查询设备创建的状态时需使用该ID。',
+ 'type' => 'string',
+ 'example' => 'c3r127e325at9yd',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"TaskId\\": \\"c3r127e325at9yd\\"\\n}","type":"json"}]',
+ 'title' => '提交Logos生成任务',
+ ],
+ 'QueryMaterialDirectoryTree' => [
+ 'summary' => '查询素材文件夹树',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Root',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '请求第一级根文件夹',
+ 'description' => '是否是请求第一级根文件夹',
+ 'type' => 'boolean',
+ 'required' => true,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '站点ID',
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS20250731233102000001',
+ ],
+ ],
+ [
+ 'name' => 'HiddenPublic',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '是否隐藏共享文件夹',
+ 'type' => 'boolean',
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<QueryDirectoryTreeResponse>',
+ 'description' => 'PopResultDTO<QueryDirectoryTreeResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'DirectoryList' => [
+ 'title' => '一级文件夹',
+ 'description' => '一级文件夹',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件夹对象',
+ '$ref' => '#/components/schemas/AppMaterialDirectory',
+ ],
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '错误的参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"DirectoryList\\": [\\n {\\n \\"BizId\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"SortNum\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"BizId\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"SortNum\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"BizId\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"SortNum\\": \\"\\",\\n \\"Children\\": []\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '查询素材文件夹树',
+ ],
+ 'CreateMaterialDirectory' => [
+ 'summary' => '在父文件夹下新增子文件夹',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '站点ID',
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS20260206134746000001',
+ ],
+ ],
+ [
+ 'name' => 'ParentDirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '父文件夹ID',
+ 'description' => '父文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹名称',
+ 'description' => '文件夹名称',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '图片管理',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<CreateDirectoryResponse>',
+ 'description' => 'PopResultDTO<CreateDirectoryResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '返回对象。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DirectoryId' => [
+ 'description' => '文件夹ID。',
+ 'type' => 'string',
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'ish-intelligence-store-platform-admin-web',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"DirectoryId\\": \\"68157a0a-769a-4364-bbdc-a0e2cf3d5ad\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"ish-intelligence-store-platform-admin-web\\"\\n}","type":"json"}]',
+ 'title' => '新增素材文件夹',
+ ],
+ 'ModifyMaterialDirectory' => [
+ 'summary' => '修改素材文件夹',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹ID',
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '修改后的文件夹名称',
+ 'description' => '修改后的文件夹名称',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '视频管理',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否修改成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '错误的参数。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数。',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '修改素材文件夹',
+ ],
+ 'MoveMaterialDirectory' => [
+ 'summary' => '移动素材文件夹',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹ID',
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'ParentDirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '移动后的父文件夹ID',
+ 'description' => '移动后的父文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '58157a0a-769a-4364-bbdc-a0e2cf3d5a2',
+ ],
+ ],
+ [
+ 'name' => 'SortNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序序号',
+ 'description' => '排序序号',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否移动成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '移动素材文件夹',
+ ],
+ 'DeleteMaterialDirectory' => [
+ 'summary' => '删除素材文件夹',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '文件夹ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否删除成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '删除素材文件夹',
+ ],
+ 'QueryMaterialFileSummaryInfo' => [
+ 'summary' => '查询文件概览',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务实例ID',
+ 'description' => '业务实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS20250801152639000005',
+ ],
+ ],
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹ID',
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'TypeList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '文件类型',
+ 'description' => '文件类型',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件类型列表',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'USER-ENABLE-SWITCH-TYPE_118501',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件名',
+ 'description' => '文件名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '文件名',
+ ],
+ ],
+ [
+ 'name' => 'StatusList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '文件状态',
+ 'description' => '文件状态',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '状态范围',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[{\'Ip\': \'203.107.62.236\', \'EndTime\': 0, \'BlackStatus\': \'normal\', \'StartTime\': 0}]',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码, 默认为1',
+ 'description' => '页码, 默认为1',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小, 默认为10',
+ 'description' => '每页大小, 默认为10',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'OrderColumn',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序字段',
+ 'description' => '排序字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'CreationTime',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序类型 ASC|DESC',
+ 'description' => '排序类型 ASC|DESC',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'BUY',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<QueryFileSummaryInfoResponse>',
+ 'description' => 'PopResultDTO<QueryFileSummaryInfoResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误Code',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.EROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'FileNum' => [
+ 'title' => '总文件数量',
+ 'description' => '总文件数量',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'StorageSize' => [
+ 'title' => '占用存储空间',
+ 'description' => '占用存储空间',
+ 'type' => 'string',
+ 'example' => '23M',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数。',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.EROR\\",\\n \\"Module\\": {\\n \\"FileNum\\": 10,\\n \\"StorageSize\\": \\"23M\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '查询文件概览',
+ ],
+ 'QueryMaterialFileList' => [
+ 'summary' => '查询素材文件列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹ID',
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'TypeList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '文件类型列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'IMAGE' => '图片',
+ 'VIDEO' => '视频',
+ 'APPLICATION' => '文件',
+ 'AUDIO' => '音频',
+ ],
+ 'example' => 'IMAGE',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '网站名称',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码, 默认为1',
+ 'description' => '页码, 默认为1',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小, 默认为10',
+ 'description' => '每页大小, 默认为10',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'OrderColumn',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序字段',
+ 'description' => '排序字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'gmtCreated',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序类型 ASC|DESC',
+ 'description' => '排序类型 ASC|DESC',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'BUY',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '0l45bkwM022Dt+rOvPi/oQ==',
+ ],
+ ],
+ [
+ 'name' => 'StatusList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '状态范围',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '状态范围',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'NORMAL' => '正常',
+ 'REMOVED' => '回收站',
+ ],
+ 'example' => 'NORMAL',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'SuffixList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '后缀列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件后缀',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'png',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'MinFileSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '文件最小值',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'MaxFileSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '文件最大值',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1024',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<PageResult<FileDTO>>',
+ 'description' => 'PopResultDTO<PageResult<FileDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态code,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR'."\n",
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalItemNum' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'CurrentPageNum' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '50',
+ ],
+ 'TotalPageNum' => [
+ 'description' => '总页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PrePage' => [
+ 'description' => '是否有上一页',
+ 'type' => 'boolean',
+ ],
+ 'NextPage' => [
+ 'description' => '是否有下一页。',
+ 'type' => 'boolean',
+ ],
+ 'ResultLimit' => [
+ 'description' => '当前查询除分页限制外,服务端最多处理最近1000条记录。如结果超过1000条,**ResultLimit**为**true**,请缩小时间范围重新搜索;否则**ResultLimit**为**false**。'."\n"
+ .' ',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求结果。',
+ 'example' => '{\'HasCustomRoleAuth\': False}',
+ '$ref' => '#/components/schemas/AppMaterialFile',
+ ],
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => 'AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM.ERROR\\\\n\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TotalItemNum\\": 0,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 50,\\n \\"TotalPageNum\\": 1,\\n \\"PrePage\\": true,\\n \\"NextPage\\": true,\\n \\"ResultLimit\\": true,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"\\",\\n \\"FileId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Suffix\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"ContentType\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"FileUrl\\": \\"\\",\\n \\"Width\\": 0,\\n \\"Height\\": 0,\\n \\"StorageSize\\": \\"\\",\\n \\"DeletedTime\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"CreateTime\\": \\"\\"\\n }\\n ]\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\",\\n \\"MaxResults\\": 10,\\n \\"NextToken\\": \\"AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM\\"\\n}","type":"json"}]',
+ 'title' => '查询素材文件列表',
+ ],
+ 'UploadMaterialFile' => [
+ 'summary' => '上传素材文件',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '父文件夹ID',
+ 'description' => '父文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ ],
+ [
+ 'name' => 'FileUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件路径',
+ 'description' => '文件路径',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'http://docmind-api-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/4a7f_209934244261306272_14fd429b731245a79f291c64acf3ac77',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件名称',
+ 'description' => '文件名称',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '测试文件',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS20250801152639000005',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<UploadFileResponse>',
+ 'description' => 'PopResultDTO<UploadFileResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'example' => '{\'Success\': True}',
+ '$ref' => '#/components/schemas/AppMaterialFile',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"BizId\\": \\"\\",\\n \\"FileId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Suffix\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"ContentType\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"FileUrl\\": \\"\\",\\n \\"Width\\": 0,\\n \\"Height\\": 0,\\n \\"StorageSize\\": \\"\\",\\n \\"DeletedTime\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"CreateTime\\": \\"\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '上传素材文件',
+ ],
+ 'QueryMaterialFileDetail' => [
+ 'summary' => '查询素材文件详情',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FileId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件ID',
+ 'description' => '文件ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad'."\n",
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250814102215000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<FileDTO>',
+ 'description' => 'PopResultDTO<FileDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'example' => '{\'TotalPageNum\': 1, \'ResultLimit\': False, \'CurrentPageNum\': 0, \'PageSize\': 0, \'TotalItemNum\': 0}',
+ '$ref' => '#/components/schemas/AppMaterialFile',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数。',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"BizId\\": \\"\\",\\n \\"FileId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Suffix\\": \\"\\",\\n \\"Type\\": \\"\\",\\n \\"ContentType\\": \\"\\",\\n \\"DirectoryId\\": \\"\\",\\n \\"FileUrl\\": \\"\\",\\n \\"Width\\": 0,\\n \\"Height\\": 0,\\n \\"StorageSize\\": \\"\\",\\n \\"DeletedTime\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"CreateTime\\": \\"\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '查询素材文件详情',
+ ],
+ 'ModifyMaterialFile' => [
+ 'summary' => '修改素材文件',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例业务ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS12345678',
+ ],
+ ],
+ [
+ 'name' => 'FileId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件ID',
+ 'description' => '文件ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad'."\n",
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '修改后的文件名称',
+ 'description' => '修改后的文件名称',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '测试文件',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否修改成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '修改素材文件',
+ ],
+ 'MoveMaterialFile' => [
+ 'summary' => '移动素材文件',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FileIds',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '文件ID',
+ 'description' => '文件ID列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad'."\n",
+ ],
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '应用实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'DirectoryId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '文件夹ID',
+ 'description' => '文件夹ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad'."\n",
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否移动成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '移动素材文件',
+ ],
+ 'ExportMaterialFile' => [
+ 'summary' => '导出素材文件',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS20250801154628000001',
+ ],
+ ],
+ [
+ 'name' => 'FileIds',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '文件ID',
+ 'description' => '文件ID列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad'."\n",
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<ExportFileResponse>',
+ 'description' => 'PopResultDTO<ExportFileResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误Code',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'FileUrl' => [
+ 'title' => '文件下载地址',
+ 'description' => '文件下载地址',
+ 'type' => 'string',
+ 'example' => 'https://xxx.xxx.cn/original-data/pdf/mndj_report/cd649b2cc2102c0df57bfa1ae62931d6.zip',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'spring-cloud-b',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"FileUrl\\": \\"https://xxx.xxx.cn/original-data/pdf/mndj_report/cd649b2cc2102c0df57bfa1ae62931d6.zip\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"spring-cloud-b\\"\\n}","type":"json"}]',
+ 'title' => '导出素材文件',
+ ],
+ 'ModifyMaterialFileStatus' => [
+ 'summary' => '修改素材文件状态',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务实例ID',
+ 'description' => '业务实例ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WS12345678',
+ ],
+ ],
+ [
+ 'name' => 'FileIds',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '文件ID',
+ 'description' => '文件ID',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '文件ID列表。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2a750c89ca95a44604ca8b219f8c5a5c',
+ ],
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '修改后的状态',
+ 'description' => '修改后的状态',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'DELETED' => '已删除',
+ 'NORMAL' => '正常',
+ 'REMOVED' => '回收站',
+ ],
+ 'example' => 'NORMAL',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态code,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否修改成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '修改素材文件状态',
+ ],
+ 'SubmitMaterialTask' => [
+ 'summary' => '提交素材生成任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '任务类型',
+ 'description' => '任务类型',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'IMAGE_BACKGROUND' => '图片替换背景',
+ 'IMAGE_LOGO' => '图片logo设计',
+ 'VIDEO_ENTERPRISE_ADVERTISE' => '企业宣传片视频',
+ 'IMAGE_EDIT' => '图片通用编辑',
+ 'IMAGE_RATIO' => '图片比例调整',
+ 'IMAGE_CREATE' => 'AI直接生图',
+ 'IMAGE_TEXT' => '图片添加文字',
+ 'VIDEO_PRODUCT_ADVERTISE' => '产品宣传片视频',
+ ],
+ 'example' => 'IMAGE_LOGO',
+ ],
+ ],
+ [
+ 'name' => 'TaskParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '任务参数',
+ 'description' => '任务参数',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'IMAGE_BACKGROUND' => '{ "originalImageUrl": "原始图片路径", "userPrompt": "背景说明", "imageRatio": "RATIO_1_1" }',
+ 'IMAGE_LOGO' => '{ "brandName": "品牌名称", "direction": "HORIZONTAL", "userPrompt": "设计要求" }',
+ 'VIDEO_ENTERPRISE_ADVERTISE' => '{ "introduction": "企业或品牌介绍", "referenceImages": [{ "imageUrl": "参考图片路径", "imageDescription": "参考图片描述" }], "logoUrl": "logo图片路径", "duration": "DURATION_30", "voice": "GIRL", "videoRatio": "RATIO_16_9" }',
+ 'IMAGE_EDIT' => '{ "originalImageUrls": "原始图片路径", "userPrompt": "生成提示词", "imageRatio": "RATIO_1_1" }',
+ 'IMAGE_RATIO' => '{ "originalImageUrl": "原始图片路径", "imageRatio": "RATIO_1_1" }',
+ 'IMAGE_CREATE' => '{ "userPrompt": "生成提示词", "imageRatio": "RATIO_1_1" }',
+ 'IMAGE_TEXT' => '{ "originalImageUrl": "原始图片路径", "textContent": "添加文字内容", "userPrompt": "生成提示词", "imageRatio": "RATIO_1_1" }',
+ 'VIDEO_PRODUCT_ADVERTISE' => '{ "introduction": "产品介绍", "referenceImages": [{ "imageUrl": "参考图片路径", "imageDescription": "参考图片描述" }], "logoUrl": "logo图片路径", "duration": "DURATION_30", "voice": "BOY", "videoRatio": "RATIO_16_9" }',
+ ],
+ 'example' => '{'."\n"
+ .' "brandName": "品牌名称",'."\n"
+ .' "direction": "HORIZONTAL",'."\n"
+ .' "userPrompt": "设计要求"'."\n"
+ .'}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<SubmitTaskResponse>',
+ 'description' => 'PopResultDTO<SubmitTaskResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误Code',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERRROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'TaskId' => [
+ 'description' => '任务ID。',
+ 'type' => 'string',
+ 'example' => '01baf7bcdd5c3a4c8d481cdd57c15837',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '错误的参数。',
+ 'type' => 'any',
+ 'example' => 'ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERRROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TaskId\\": \\"01baf7bcdd5c3a4c8d481cdd57c15837\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '提交素材生成任务',
+ ],
+ 'QueryMaterialTaskList' => [
+ 'summary' => '查询素材生成任务列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskTypeList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '任务类型',
+ 'description' => '任务类型列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '任务类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'IMAGE_BACKGROUND' => '图片替换背景',
+ 'IMAGE_LOGO' => '图片logo设计',
+ 'VIDEO_ENTERPRISE_ADVERTISE' => '企业宣传片视频',
+ 'IMAGE_EDIT' => '图片通用编辑',
+ 'IMAGE_RATIO' => '图片比例调整',
+ 'IMAGE_CREATE' => 'AI直接生图',
+ 'IMAGE_TEXT' => '图片添加文字',
+ 'VIDEO_PRODUCT_ADVERTISE' => '产品宣传片视频',
+ ],
+ 'example' => 'IMAGE_LOGO',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'StatusList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '任务状态',
+ 'description' => '任务状态列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '任务状态',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'INIT' => '初始化',
+ 'SUCCESS' => '成功',
+ 'RUNNING' => '运行中',
+ 'FAIL' => '失败',
+ ],
+ 'example' => 'RUNNING',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '页码, 默认为1',
+ 'description' => '页码, 默认为1',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '每页大小, 默认为10',
+ 'description' => '每页大小, 默认为10',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'OrderColumn',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序字段',
+ 'description' => '排序字段',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'gmtCreated',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '排序类型 ASC|DESC',
+ 'description' => '排序类型 ASC|DESC',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'DESC',
+ ],
+ ],
+ [
+ 'name' => 'MaxResults',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'NextToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<PageResult<TaskDTO>>',
+ 'description' => 'PopResultDTO<PageResult<TaskDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '是否同步处理',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalItemNum' => [
+ 'description' => '总条数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CurrentPageNum' => [
+ 'description' => '当前页码。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '12',
+ ],
+ 'PageSize' => [
+ 'description' => '分页大小。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalPageNum' => [
+ 'description' => '总页数。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PrePage' => [
+ 'description' => '是否有上一页',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'NextPage' => [
+ 'description' => '是否有下一页。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ResultLimit' => [
+ 'description' => '当前查询除分页限制外,服务端最多处理最近1000条记录。如结果超过1000条,**ResultLimit**为**true**,请缩小时间范围重新搜索;否则**ResultLimit**为**false**。'."\n"
+ .' ',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '请求结果。',
+ 'example' => '{\'HasCustomRoleAuth\': False}',
+ '$ref' => '#/components/schemas/AppMaterialTask',
+ ],
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ 'MaxResults' => [
+ 'description' => '每次查询结果的个数。'."\n"
+ ."\n"
+ .'取值范围:10~100。默认值:20。',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'NextToken' => [
+ 'description' => '下一个查询开始的Token。没有下一个查询时为空。',
+ 'type' => 'string',
+ 'example' => 'AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TotalItemNum\\": 1,\\n \\"CurrentPageNum\\": 12,\\n \\"PageSize\\": 10,\\n \\"TotalPageNum\\": 1,\\n \\"PrePage\\": true,\\n \\"NextPage\\": true,\\n \\"ResultLimit\\": true,\\n \\"Data\\": [\\n {\\n \\"TaskId\\": \\"\\",\\n \\"TaskType\\": \\"\\",\\n \\"TaskParam\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"SubStatus\\": \\"\\",\\n \\"SubmitTime\\": \\"\\",\\n \\"CompleteTime\\": \\"\\",\\n \\"FailReason\\": \\"\\",\\n \\"CompleteTimeFormat\\": \\"\\",\\n \\"FinalFileUrls\\": [\\n \\"\\"\\n ]\\n }\\n ]\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\",\\n \\"MaxResults\\": 10,\\n \\"NextToken\\": \\"AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM\\"\\n}","type":"json"}]',
+ 'title' => '查询素材生成任务列表',
+ ],
+ 'QueryMaterialTaskDetail' => [
+ 'summary' => '查询素材生成任务详情',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '任务ID',
+ 'description' => '任务ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'c3r127e325at9yd',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<TaskDTO>',
+ 'description' => 'PopResultDTO<TaskDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误Code',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'example' => '{\'Success\': True}',
+ '$ref' => '#/components/schemas/AppMaterialTask',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试。取值:'."\n"
+ .'- false:不允许重试。'."\n"
+ .'- true:允许重试。',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称。允许数字、字母以及短划线(-)组合。必须以字母开始,不允许以短划线(-)结尾,不超过36个字符。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"TaskId\\": \\"\\",\\n \\"TaskType\\": \\"\\",\\n \\"TaskParam\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"SubStatus\\": \\"\\",\\n \\"SubmitTime\\": \\"\\",\\n \\"CompleteTime\\": \\"\\",\\n \\"FailReason\\": \\"\\",\\n \\"CompleteTimeFormat\\": \\"\\",\\n \\"FinalFileUrls\\": [\\n \\"\\"\\n ]\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '查询素材生成任务详情',
+ ],
+ 'DeleteMaterialTask' => [
+ 'summary' => '删除素材生成任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainNP3YHX',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskIds',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '任务ID',
+ 'description' => '任务ID列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '任务Id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '68157a0a-769a-4364-bbdc-a0e2cf3d5ad',
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<Boolean>',
+ 'description' => 'PopResultDTO<Boolean>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态code,暂无使用,请忽略',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态消息。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '权限校验失败详情 ',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '是否删除成功',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'dewuApp',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": true,\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"dewuApp\\"\\n}","type":"json"}]',
+ 'title' => '删除素材生成任务',
+ ],
+ 'RefundAppInstanceForPartner' => [
+ 'summary' => '渠道商建站业务退款。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '建站业务ID',
+ 'description' => '建站业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '用户ID',
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '123456',
+ ],
+ ],
+ [
+ 'name' => 'RefundReason',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '退款原因',
+ 'description' => '退款原因',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '渠道商退款',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '幂等token',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'c6f7e8b9-a0b1-4c2d-9e0f-1a2b3c4d5e6f',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<RefundAppInstanceResponse>',
+ 'description' => 'PopResultDTO<RefundAppInstanceResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'OrderId' => [
+ 'title' => '订单ID',
+ 'description' => '订单ID',
+ 'type' => 'string',
+ 'example' => '250822465990301',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => '应用名称,查询此名称的应用',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"OrderId\\": \\"250822465990301\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '渠道商业务退款',
+ ],
+ 'GetDomainInfoForPartner' => [
+ 'summary' => '提供给服务商的域名查询接口',
+ 'path' => '',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DomainName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'yywq.qimengwenhua.com',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '阿里云pk',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '123456789',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户业务ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'WD20250814102215000001',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'DomainName' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'example' => 'playnew-alilive.daotantan.com',
+ ],
+ 'Ownership' => [
+ 'description' => 'IP归属。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Account' => [
+ 'description' => '成员名称。',
+ 'type' => 'string',
+ 'example' => '1189245564569485',
+ ],
+ 'Provider' => [
+ 'description' => '提供者',
+ 'type' => 'string',
+ 'example' => 'pai',
+ ],
+ ],
+ ],
+ 'Registrar' => [
+ 'description' => '域名注册商',
+ 'type' => 'string',
+ 'example' => 'aliyun',
+ ],
+ 'NameServers' => [
+ 'description' => 'DNS 服务器 IP 地址列表。',
+ 'type' => 'string',
+ 'example' => 'NS3.ALIYUN.COM,NS4.ALIYUN.COM',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Data\\": {\\n \\"DomainName\\": \\"playnew-alilive.daotantan.com\\",\\n \\"Ownership\\": {\\n \\"Account\\": \\"1189245564569485\\",\\n \\"Provider\\": \\"pai\\"\\n },\\n \\"Registrar\\": \\"aliyun\\",\\n \\"NameServers\\": \\"NS3.ALIYUN.COM,NS4.ALIYUN.COM\\"\\n }\\n}","type":"json"}]',
+ 'title' => '获取域名注册信息',
+ ],
+ 'GetUserAccessTokenForPartner' => [
+ 'summary' => '临时ak换accessToken',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Ticket',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '连接云应用的凭证。'."\n"
+ .'> 非首次调用时显示此参数。',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '2f68fe1e-d9d5-4803-94d0-2fc81032e91d',
+ ],
+ ],
+ [
+ 'name' => 'SiteHost',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'TokenValue' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'string',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Module\\": {\\n \\"TokenValue\\": \\"\\"\\n },\\n \\"Success\\": \\"true\\",\\n \\"ErrorCode\\": \\"0\\"\\n}","type":"json"}]',
+ 'title' => '临时ak换accessToken',
+ ],
+ 'DispatchConsoleAPIForPartner' => [
+ 'summary' => '通用api调用接口',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'LiveToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'Product',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '产品Code',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'hbaseue',
+ ],
+ ],
+ [
+ 'name' => 'Operation',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '设置要对告警进行的操作。取值:'."\n"
+ ."\n"
+ .'- **deal**:处理告警(隔离)'."\n"
+ .'- **ignore**:忽略'."\n"
+ .'- **mark\\_mis_info**:标记为误报(加白名单)'."\n"
+ .'- **rm\\_mark\\_mis_info**:取消标记为误报(取消加白名单)'."\n"
+ .'- **offline_handled**:标记为已处理',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'disable',
+ ],
+ ],
+ [
+ 'name' => 'Params',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '错误参数。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[\'\']',
+ ],
+ ],
+ [
+ 'name' => 'SiteHost',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Module' => [
+ 'description' => '响应数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'string',
+ 'example' => '{\'HasCustomRoleAuth\': False}',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'string',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Module\\": {\\n \\"Data\\": \\"{\'HasCustomRoleAuth\': False}\\"\\n },\\n \\"Success\\": \\"true\\",\\n \\"ErrorCode\\": \\"0\\"\\n}","type":"json"}]',
+ 'title' => '通用api调用接口',
+ ],
+ 'GetIcpFilingInfoForPartner' => [
+ 'summary' => '查询域名备案信息',
+ 'path' => '',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'Domain',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '域名。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'yjdw.bpu.edu.cn-waf',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'IcpNumber' => [
+ 'description' => '域名关联的备案号,支持主体备案号和网站备案号。',
+ 'type' => 'string',
+ 'example' => '京ICP备15023563号-3',
+ ],
+ 'Recorded' => [
+ 'description' => '是否备案',
+ 'type' => 'boolean',
+ ],
+ 'SiteRecordNumber' => [
+ 'description' => '域名对应的网站备案号',
+ 'type' => 'string',
+ 'example' => '湘ICP备14011526号-3A',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Data\\": {\\n \\"IcpNumber\\": \\"京ICP备15023563号-3\\",\\n \\"Recorded\\": true,\\n \\"SiteRecordNumber\\": \\"湘ICP备14011526号-3A\\"\\n }\\n}","type":"json"}]',
+ 'title' => '合作伙伴查询建站网站备案号',
+ ],
+ 'GetUserTmpIdentityForPartner' => [
+ 'summary' => '合作伙伴获取用户SLR角色授权临时凭证',
+ 'path' => '',
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ 'FEATUREdomain521I78',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250703155602000001',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '用户ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1231331311',
+ ],
+ ],
+ [
+ 'name' => 'AuthPurpose',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '授权目的',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'BindDomain',
+ ],
+ ],
+ [
+ 'name' => 'ServiceLinkedRole',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务关联角色。'."\n"
+ .'> RDS支持的服务关联角色,请参见[服务关联角色](~~342840~~)。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AliyunServiceRoleForSasCspm',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '端口号是否支持模糊查询。要设置支持模糊查询时,请将该参数的取值设置为**1**,其他值或取值为空则表示不支持模糊查询。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"deliveryNodeName\\":\\"视觉设计确认\\",\\"deliveryNodeStatus\\":\\"Reject\\",\\"deliveryOperatorRole\\":\\"Customer\\"}',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'HasCustomRoleAuth' => [
+ 'description' => '是否已经获取客户授权',
+ 'type' => 'boolean',
+ ],
+ 'Credentials' => [
+ 'description' => '安全令牌',
+ 'type' => 'object',
+ 'properties' => [
+ 'EncryptedAccessKeyId' => [
+ 'description' => '加密后的临时AK',
+ 'type' => 'string',
+ 'example' => '7t2Rzt37ND7-xxx',
+ ],
+ 'EncryptedAccessKeySecret' => [
+ 'description' => '加密后的临时SK',
+ 'type' => 'string',
+ 'example' => '7t2Rzt37ND7-xxx',
+ ],
+ 'EncryptedSecurityToken' => [
+ 'description' => '加密后的STS Token',
+ 'type' => 'string',
+ 'example' => '7t2Rzt37ND7-xxx',
+ ],
+ 'Expiration' => [
+ 'description' => '证书预计过期时间',
+ 'type' => 'string',
+ 'example' => '2025-04-29T14:00:00Z',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\",\\n \\"Data\\": {\\n \\"HasCustomRoleAuth\\": true,\\n \\"Credentials\\": {\\n \\"EncryptedAccessKeyId\\": \\"7t2Rzt37ND7-xxx\\",\\n \\"EncryptedAccessKeySecret\\": \\"7t2Rzt37ND7-xxx\\",\\n \\"EncryptedSecurityToken\\": \\"7t2Rzt37ND7-xxx\\",\\n \\"Expiration\\": \\"2025-04-29T14:00:00Z\\"\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '合作伙伴获取用户SLR角色授权临时凭证',
+ ],
+ 'SyncAppInstanceForPartner' => [
+ 'summary' => '合作伙伴同步应用实例',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainKZ4S6X',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'SourceBizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '来源业务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '31104757',
+ ],
+ ],
+ [
+ 'name' => 'AppInstance',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '网站实例对象数据',
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'description' => '网站业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WD20250711094503000001',
+ ],
+ 'Name' => [
+ 'description' => '网站名称',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'AI建站',
+ ],
+ 'UserId' => [
+ 'description' => '123123123131232',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12313213131',
+ ],
+ 'AppType' => [
+ 'description' => '应用类型 WEBSITE',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WEBSITE',
+ ],
+ 'IconUrl' => [
+ 'description' => '应用图标地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'icon/WS20250626112715000001/thumbnail.jpg',
+ ],
+ 'ThumbnailUrl' => [
+ 'description' => '缩略图地址。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'thumbnails/WS20250626112715000001/thumbnail.jpg',
+ ],
+ 'Slug' => [
+ 'description' => '网站SIteID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '31104757',
+ ],
+ 'Status' => [
+ 'description' => '实例运行状态。'."\n"
+ .'- NotRun:未运行'."\n"
+ .'- Running:运行中'."\n"
+ .'- WaitTime:等待TriggerTime到来'."\n"
+ .'- CheckingCondition:分支条件检验'."\n"
+ .'- WaitResource:等待资源'."\n"
+ .'- Failure:执行失败'."\n"
+ .'- Success:执行成功'."\n"
+ .'- Checking:下发给数据质量校检',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\'Phase\': \'Running\', \'SlotNum\': 1, \'UsedCapacity\': \'500.0Gi\'}',
+ ],
+ 'GmtPublish' => [
+ 'description' => '漏洞发布时间戳,单位为毫秒。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-01 00:00:00',
+ ],
+ 'GmtDelete' => [
+ 'description' => '删除时间',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-01 00:00:00',
+ ],
+ 'StartTime' => [
+ 'description' => '查询起始时间。如果不传入起止时间,则查询该实例的全部历史部署记录。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-07-15T16:00:00Z',
+ ],
+ 'EndTime' => [
+ 'description' => '事件结束时间(Unix时间戳)。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-08-23T02:14:00Z',
+ ],
+ 'Domain' => [
+ 'description' => '域名',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'alliveout.xntv.tv',
+ ],
+ 'SiteHost' => [
+ 'description' => 'siteId',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxx.scd.wezhan.cn',
+ ],
+ 'Deleted' => [
+ 'description' => '逻辑删除',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'fase',
+ ],
+ 'Profile' => [
+ 'description' => '网站配置信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'TemplateId' => [
+ 'description' => '模型模板ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ST20211231160247sYG4',
+ ],
+ 'TemplateEtag' => [
+ 'description' => '模板标识',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'DC4D30B7BADDAFE9928A6C36416A2A4C',
+ ],
+ 'DeployArea' => [
+ 'description' => '部署地区',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ChineseMainland',
+ ],
+ 'SiteVersion' => [
+ 'description' => '版本',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Basic_Edition',
+ ],
+ 'OrderId' => [
+ 'description' => '订单ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '222217928591',
+ ],
+ 'LxInstanceId' => [
+ 'description' => '凌霄实例ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12313213',
+ ],
+ ],
+ 'required' => false,
+ 'example' => '网站配置信息',
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'EventType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '系统事件的类型。CREATE UPDATE COMPLETE',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'CREATE',
+ ],
+ ],
+ [
+ 'name' => 'SourceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => ' 来源 MARKET_CLOUD_DREAM',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'MARKET_CLOUD_DREAM',
+ ],
+ ],
+ [
+ 'name' => 'Operator',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '操作人工号',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'system',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'Data' => [
+ 'description' => '请求结果。',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppInstance' => [
+ 'description' => '网站实例信息',
+ 'type' => 'object',
+ 'properties' => [
+ 'BizId' => [
+ 'description' => '客户业务ID',
+ 'type' => 'string',
+ 'example' => 'WD20250626114752000001',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"Data\\": {\\n \\"AppInstance\\": {\\n \\"BizId\\": \\"WD20250626114752000001\\"\\n }\\n }\\n}","type":"json"}]',
+ 'title' => '合作伙伴同步应用实例',
+ ],
+ 'OperateAppInstanceForPartner' => [
+ 'summary' => '合作伙伴操作应用',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'OperateEvent',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '操作事件类型',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SERVICE_DELIVERY_PROCESS',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '扩展信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"deliveryNodeName\\":\\"交付质检\\",\\"deliveryNodeStatus\\":\\"Finish\\",\\"deliveryOperatorRole\\":\\"Provider\\"}',
+ ],
+ ],
+ ],
+ '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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'string',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": \\"true\\",\\n \\"ErrorCode\\": \\"0\\"\\n}","type":"json"}]',
+ 'title' => '合作伙伴操作应用实例',
+ ],
+ 'OperateAppServiceForPartner' => [
+ 'summary' => '合作伙伴操作应用服务。',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ 'autoTest' => true,
+ 'tenantRelevance' => 'publicInformation',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '业务ID。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS00001',
+ ],
+ ],
+ [
+ 'name' => 'ServiceType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '服务类型。'."\n"
+ ."\n"
+ .'取值:'."\n"
+ ."\n"
+ .'- private:部署在用户账户下。'."\n"
+ ."\n"
+ .'- managed:托管在服务商账户下。'."\n"
+ ."\n"
+ .'- operation:代运维服务。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WEBSITE_DESIGN',
+ ],
+ ],
+ [
+ 'name' => 'OperateEvent',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '操作事件:'."\n"
+ .'SERVICE_FINISH 服务完成',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SERVICE_FINISH',
+ ],
+ ],
+ [
+ 'name' => 'Extend',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '其他扩展信息,JSON结构,方便后续扩展参数。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"user_device_id\\":\\"6bef45cb0c76de284d24de074c088b73\\"}\\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' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'ErrorMsg' => [
+ 'description' => '错误信息。',
+ 'type' => 'string',
+ 'example' => 'aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com',
+ ],
+ 'Success' => [
+ 'description' => '请求成功与否标识。',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '错误码。取值说明如下:请求成功:不返回ErrorCode字段。请求失败:返回ErrorCode字段。具体信息,请参见本文的错误码列表。',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"ErrorMsg\\": \\"aliuid:1998006665794443 assumeRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"0\\"\\n}","type":"json"}]',
+ 'title' => '合作伙伴操作应用服务',
+ ],
+ 'IntrospectAppInstanceTicketForPreview' => [
+ 'summary' => '免登acccessToken内省分析',
+ 'path' => '',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeNodes' => [
+ 'FEATUREdomainEQSVH4',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Token',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '免登AccessToken',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ogxMqT04nnZOqdIqJZldbm-ZNsAVDz5mcqdCSudfX0SL61jjyWfV-ZnAO-OVpCt_aDl8xaaIO1OVkuvEcMn-HR_QddvaxMqIdsMY1cHdD4SDiRfOBGNdnpSdX9gG_Hi_.ab9c10816d913b51d87520ce0a72b2970668144c552689e9d9e211eb4529f0ea',
+ ],
+ ],
+ [
+ 'name' => 'BizId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '业务ID',
+ 'description' => '业务ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WS12345678',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'PopResultDTO<IntrospectAppInstanceTicketResponse>',
+ 'description' => 'PopResultDTO<IntrospectAppInstanceTicketResponse>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'Id of the request',
+ 'type' => 'string',
+ 'example' => '6C6B99AC-39EC-5350-874C-204128C905E6',
+ ],
+ 'DynamicCode' => [
+ 'description' => '动态错误码。',
+ 'type' => 'string',
+ 'example' => 'ERROR-oo1',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '动态错误信息,用于替换返回参数**ErrMessage**错误信息中的`%s`。'."\n"
+ .'> 如果**ErrMessage**返回**The Value of Input Parameter %s is not valid**,且**DynamicMessage**返回**DtsJobId**,则代表所传入的请求参数**DtsJobId**不合法。',
+ 'type' => 'string',
+ 'example' => 'SYSTEM_ERROR',
+ ],
+ 'Synchro' => [
+ 'description' => '备用参数。',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'AccessDeniedDetail' => [
+ 'description' => '访问被拒绝的详细原因。',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'RootErrorMsg' => [
+ 'description' => '异常消息',
+ 'type' => 'string',
+ 'example' => '系统异常',
+ ],
+ 'RootErrorCode' => [
+ 'description' => '错误码',
+ 'type' => 'string',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ 'Module' => [
+ 'description' => '返回对象。',
+ 'type' => 'object',
+ 'properties' => [
+ 'Uuid' => [
+ 'title' => '对外唯一',
+ 'description' => '对外唯一',
+ 'type' => 'string',
+ 'example' => 'hdm_33be9750d595b6cd7c93a80b46734b22',
+ ],
+ 'Bid' => [
+ 'title' => 'bid',
+ 'description' => 'bid',
+ 'type' => 'string',
+ 'example' => '123131',
+ ],
+ 'ParentPk' => [
+ 'title' => '父aliyunPk',
+ 'description' => '父aliyunPk',
+ 'type' => 'string',
+ 'example' => '12343131221311',
+ ],
+ 'AliyunPk' => [
+ 'title' => 'aliyunPk',
+ 'description' => 'aliyunPk',
+ 'type' => 'string',
+ 'example' => '12343131221311',
+ ],
+ 'Attributes' => [
+ 'title' => '扩展属性',
+ 'description' => '扩展属性',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'AuthorizationGrantType' => [
+ 'title' => '授权码类型',
+ 'description' => '授权码类型',
+ 'type' => 'string',
+ 'example' => 'authorization_code',
+ ],
+ 'AccessTokenValue' => [
+ 'title' => '访问token值',
+ 'description' => '访问token值',
+ 'type' => 'string',
+ 'example' => '2108341e17661121129745384e79f9',
+ ],
+ 'AccessTokenIssuedAt' => [
+ 'title' => '访问token颁发时间',
+ 'description' => '访问token颁发时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00',
+ ],
+ 'AccessTokenExpiresAt' => [
+ 'title' => '访问token过期时间',
+ 'description' => '访问token过期时间',
+ 'type' => 'string',
+ 'example' => '2025-12-18T22:30:00+08:00'."\n",
+ ],
+ 'RefreshTokenValue' => [
+ 'title' => '刷新token值',
+ 'description' => '刷新token值',
+ 'type' => 'string',
+ 'example' => 'be9750d595b6cd7c93a80b46'."\n",
+ ],
+ 'RefreshTokenIssuedAt' => [
+ 'title' => '刷新token颁发时间',
+ 'description' => '刷新token颁发时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ 'RefreshTokenExpiresAt' => [
+ 'title' => '刷新token过期时间',
+ 'description' => '刷新token过期时间',
+ 'type' => 'string',
+ 'example' => '1768619049924',
+ ],
+ ],
+ ],
+ 'AllowRetry' => [
+ 'description' => '是否允许重试',
+ 'type' => 'boolean',
+ 'example' => 'False',
+ ],
+ 'ErrorArgs' => [
+ 'description' => '返回错误参数',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '返回错误参数',
+ 'type' => 'any',
+ 'example' => 'SYSTEM.ERROR',
+ ],
+ ],
+ 'AppName' => [
+ 'description' => 'App名称。',
+ 'type' => 'string',
+ 'example' => 'or',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidTag.Mismatch',
+ 'errorMessage' => 'The specified Tag.n.Key and Tag.n.Value are not match.',
+ ],
+ [
+ 'errorCode' => 'InvalidTagCount',
+ 'errorMessage' => 'The specified tags are beyond the permitted range.',
+ ],
+ ],
+ 404 => [
+ [
+ 'errorCode' => 'InvalidInstanceChargeType.NotFound',
+ 'errorMessage' => 'The InstanceChargeType does not exist in our records',
+ ],
+ [
+ 'errorCode' => 'InvalidInternetChargeType.ValueNotSupported',
+ 'errorMessage' => 'The specified InternetChargeType is not valid',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6C6B99AC-39EC-5350-874C-204128C905E6\\",\\n \\"DynamicCode\\": \\"ERROR-oo1\\",\\n \\"DynamicMessage\\": \\"SYSTEM_ERROR\\",\\n \\"Synchro\\": true,\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"RootErrorMsg\\": \\"系统异常\\",\\n \\"RootErrorCode\\": \\"SYSTEM.ERROR\\",\\n \\"Module\\": {\\n \\"Uuid\\": \\"hdm_33be9750d595b6cd7c93a80b46734b22\\",\\n \\"Bid\\": \\"123131\\",\\n \\"ParentPk\\": \\"12343131221311\\",\\n \\"AliyunPk\\": \\"12343131221311\\",\\n \\"Attributes\\": \\"{}\\",\\n \\"AuthorizationGrantType\\": \\"authorization_code\\",\\n \\"AccessTokenValue\\": \\"2108341e17661121129745384e79f9\\",\\n \\"AccessTokenIssuedAt\\": \\"2025-12-18T22:30:00+08:00\\",\\n \\"AccessTokenExpiresAt\\": \\"2025-12-18T22:30:00+08:00\\\\n\\",\\n \\"RefreshTokenValue\\": \\"be9750d595b6cd7c93a80b46\\\\n\\",\\n \\"RefreshTokenIssuedAt\\": \\"1768619049924\\",\\n \\"RefreshTokenExpiresAt\\": \\"1768619049924\\"\\n },\\n \\"AllowRetry\\": true,\\n \\"ErrorArgs\\": [\\n \\"SYSTEM.ERROR\\"\\n ],\\n \\"AppName\\": \\"or\\"\\n}","type":"json"}]',
+ 'title' => '免登acccessToken查询接口',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-zhangjiakou',
+ 'endpoint' => 'websitebuild.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'public',
+ 'endpoint' => 'websitebuild.aliyuncs.com',
+ ],
+ ],
+];