diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/tdsr/2020-01-01 | |
| download | acs-metadata-full-1.0.0+20260212.tar.gz acs-metadata-full-1.0.0+20260212.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/en_us/tdsr/2020-01-01')
| -rw-r--r-- | data/en_us/tdsr/2020-01-01/api-docs.php | 9040 |
1 files changed, 9040 insertions, 0 deletions
diff --git a/data/en_us/tdsr/2020-01-01/api-docs.php b/data/en_us/tdsr/2020-01-01/api-docs.php new file mode 100644 index 0000000..9565271 --- /dev/null +++ b/data/en_us/tdsr/2020-01-01/api-docs.php @@ -0,0 +1,9040 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'tdsr', + 'version' => '2020-01-01', + ], + 'directories' => [ + [ + 'id' => 77266, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddScene', + 'DropScene', + 'ScenePublish', + 'UpdateScene', + 'DetailScene', + 'ListScene', + ], + ], + [ + 'id' => 77275, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddSubScene', + 'DropSubScene', + 'UpdateSubScene', + 'DetailSubScene', + 'ListSubScene', + ], + ], + [ + 'id' => 77281, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddProject', + 'DropProject', + 'UpdateProject', + 'DetailProject', + 'ListProject', + ], + ], + [ + 'id' => 77291, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AddMosaics', + ], + ], + [ + 'id' => 350166, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'GetHotspotConfig', + 'GetHotspotTag', + 'GetWindowConfig', + 'PublishHotspot', + 'SaveHotspotConfig', + 'SaveHotspotTag', + 'TempPreviewStatus', + 'GetSingleConnData', + 'GetTaskStatus', + 'RectVertical', + 'GetLayoutData', + 'TempPreview', + 'LabelBuild', + 'GetOssPolicy', + 'PredictionWallLine', + 'GetSceneBuildTaskStatus', + 'UpdateConnData', + 'PredImage', + 'GetRectifyImage', + 'GetOriginLayoutData', + 'RectifyImage', + 'LinkImage', + 'OptimizeRightAngle', + 'GetConnData', + 'UpdateLayoutData', + 'GetSubSceneTaskStatus', + 'PublishScene', + 'AddRelativePosition', + 'GetScenePreviewInfo', + 'GetHotspotSceneData', + 'RecoveryOriginImage', + 'RollbackSubScene', + 'PublishStatus', + 'AddRoomPlan', + 'GetScenePreviewData', + 'CheckUserProperty', + 'GetScenePreviewResource', + 'GetPackSceneTaskStatus', + 'GetScenePackUrl', + 'PackScene', + 'GetCopySceneTaskStatus', + 'UpdateSubSceneSeq', + 'CopyScene', + 'GetSourcePackStatus', + 'PackSource', + 'SaveHotspotTagList', + 'SaveModelConfig', + 'CreateUploadPolicy', + 'PublishHotspotConfig', + 'AddHotspotFile', + 'SaveMinimap', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'AddScene' => [ + 'summary' => '添加主场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '场景类型 3D模型:MODEL_3D 全景图片:PIC 全景视频:VIDEO 混合:MIX', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'MODEL_3D', + 'enum' => [ + 'MODEL_3D', + 'PIC', + 'VIDEO', + 'MIX', + ], + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '场景名称', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '测试名称', + ], + ], + [ + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => [ + 'title' => '项目ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'minimum' => '1', + 'example' => '1234****', + ], + ], + [ + 'name' => 'CustomerUid', + 'in' => 'query', + 'allowEmptyValue' => true, + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2345****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"2345****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<AddSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>2345****</Id>\\n</AddSceneResponse>","errorExample":""}]', + ], + 'DropScene' => [ + 'summary' => '删除主场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '主场景id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234***', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<DropSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</DropSceneResponse>","errorExample":""}]', + ], + 'ScenePublish' => [ + 'summary' => '发布', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb1309366493', + ], + 'Code' => [ + 'title' => '返回码', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'type' => 'string', + 'example' => 'success', + ], + 'PreviewUrl' => [ + 'title' => '预览链接', + 'type' => 'string', + 'example' => 'https://lyj.aliyun.com/xxx', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => null, + ], + 'UpdateScene' => [ + 'summary' => '更新主场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '场景名称', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '测试', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateSceneResponse>","errorExample":""}]', + ], + 'DetailScene' => [ + 'summary' => '主场景详细', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234***', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb130936****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '主场景Id', + 'description' => '', + 'type' => 'string', + 'example' => '1234***', + ], + 'Name' => [ + 'title' => '场景名称', + 'description' => '', + 'type' => 'string', + 'example' => '测试', + ], + 'Type' => [ + 'title' => '场景类型', + 'description' => '', + 'type' => 'string', + 'example' => 'MODEL_3D', + ], + 'SubSceneNum' => [ + 'title' => '子场景数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '20', + ], + 'SourceNum' => [ + 'title' => '资源数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '20', + ], + 'Published' => [ + 'title' => '是否已发布 true:已发布:false:未发布', + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'GmtCreate' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'GmtModified' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'PreviewToken' => [ + 'title' => '预览Token', + 'description' => '', + 'type' => 'string', + 'example' => 'd989623696ab4f87a80b8d5b0b0****', + ], + 'CoverUrl' => [ + 'title' => '封面地址', + 'description' => '', + 'type' => 'string', + 'example' => 'www.example.com/xxx/xxx.jpg', + ], + 'Status' => [ + 'title' => '场景状态,init:初始化,published:已发布,publishing:发布中,copying:复制中,making:制作中,publishable:构建成功,makeFailed:制作失败', + 'description' => '', + 'type' => 'string', + 'example' => 'init', + ], + 'StatusName' => [ + 'title' => '状态名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Captures' => [ + 'title' => '实勘图列表', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Url' => [ + 'title' => '实勘图url', + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.aliyun.com/test1.jpg', + ], + 'Title' => [ + 'title' => '图片名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + 'FloorPlans' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'FloorLabel' => [ + 'title' => '楼层索引', + 'description' => '', + 'type' => 'string', + ], + 'FloorName' => [ + 'title' => '楼层名称', + 'description' => '', + 'type' => 'string', + ], + 'ColorMapUrl' => [ + 'title' => '彩色图地址', + 'description' => '', + 'type' => 'string', + ], + 'MiniMapUrl' => [ + 'title' => '黑白图地址', + 'description' => '', + 'type' => 'string', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"344794c32937474a9c59eb130936****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"1234***\\",\\n \\"Name\\": \\"场景A\\",\\n \\"Type\\": \\"场景类型 3D模型:MODEL_3D 全景图片:PIC 全景视频:VIDEO\\",\\n \\"SubSceneNum\\": 20,\\n \\"SourceNum\\": 20,\\n \\"Published\\": false,\\n \\"GmtCreate\\": 1621236933677,\\n \\"GmtModified\\": 1621236933677,\\n \\"PreviewToken\\": \\"d989623696ab4f87a80b8d5b0b0****\\",\\n \\"CoverUrl\\": \\"www.example.com/xxx/xxx.jpg\\",\\n \\"Status\\": \\"init\\",\\n \\"StatusName\\": \\"初始化\\",\\n \\"Captures\\": [\\n {\\n \\"Url\\": \\"http://www.aliyun.com/test1.jpg\\",\\n \\"Title\\": \\"图片名称\\"\\n }\\n ],\\n \\"FloorPlans\\": [\\n {\\n \\"FloorLabel\\": \\"\\",\\n \\"FloorName\\": \\"\\",\\n \\"ColorMapUrl\\": \\"\\",\\n \\"MiniMapUrl\\": \\"\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DetailSceneResponse>\\n <RequestId>344794c32937474a9c59eb130936****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>1234***</Id>\\n <Name>场景A</Name>\\n <Type>场景类型 3D模型:MODEL_3D 全景图片:PIC 全景视频:VIDEO</Type>\\n <SubSceneNum>20</SubSceneNum>\\n <SourceNum>20</SourceNum>\\n <Published>false</Published>\\n <GmtCreate>1621236933677</GmtCreate>\\n <GmtModified>1621236933677</GmtModified>\\n <PreviewToken>d989623696ab4f87a80b8d5b0b0****</PreviewToken>\\n <CoverUrl>www.example.com/xxx/xxx.jpg</CoverUrl>\\n <Status>init</Status>\\n <StatusName>初始化</StatusName>\\n <Captures>\\n <Url>http://www.aliyun.com/test1.jpg</Url>\\n <Title>图片名称</Title>\\n </Captures>\\n</DetailSceneResponse>","errorExample":""}]', + ], + 'ListScene' => [ + 'summary' => '分页查询主场景列表', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '主场景名称', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '厨房', + ], + ], + [ + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => [ + 'title' => '所有项目Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => [ + 'title' => '当前页', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'title' => '页长', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'HasNext' => [ + 'title' => '是否有下一页', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CurrentPage' => [ + 'title' => '当前页', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'TotalPage' => [ + 'title' => '总页数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'Count' => [ + 'title' => '数据总数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'List' => [ + 'title' => '主场景数据', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '主场景Id', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'Name' => [ + 'title' => '场景名称', + 'description' => '', + 'type' => 'string', + 'example' => '厨房', + ], + 'Type' => [ + 'title' => '场景类型 3D模型:MODEL_3D 全景图片:PIC 全景视频:VIDEO', + 'description' => '', + 'type' => 'string', + 'example' => 'MODEL_3D', + ], + 'SubSceneNum' => [ + 'title' => '子场景数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '20', + ], + 'SourceNum' => [ + 'title' => '资源数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '20', + ], + 'Published' => [ + 'title' => '是否已发布 true:已发布:false:未发布', + 'description' => '', + 'type' => 'boolean', + 'example' => 'false', + ], + 'GmtCreate' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'GmtModified' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'PreviewToken' => [ + 'title' => '预览Token', + 'description' => '', + 'type' => 'string', + 'example' => 'd989623696ab4f87a80b8d5b0b00****', + ], + 'CoverUrl' => [ + 'title' => '封面地址', + 'description' => '', + 'type' => 'string', + 'example' => 'www.example.com/xxxx/xxx.jpg', + ], + 'Status' => [ + 'title' => '场景状态,init:初始化,published:已发布,publishing:发布中,copying:复制中,making:制作中,publishable:构建成功,makeFailed:制作失败', + 'description' => '', + 'type' => 'string', + 'example' => 'init', + ], + 'StatusName' => [ + 'title' => '状态名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"HasNext\\": true,\\n \\"CurrentPage\\": 1,\\n \\"TotalPage\\": 5,\\n \\"Count\\": 100,\\n \\"List\\": [\\n {\\n \\"Id\\": \\"1234****\\",\\n \\"Name\\": \\"场景A\\",\\n \\"Type\\": \\"MODEL_3D\\",\\n \\"SubSceneNum\\": 20,\\n \\"SourceNum\\": 20,\\n \\"Published\\": false,\\n \\"GmtCreate\\": 1621236933677,\\n \\"GmtModified\\": 1621236933677,\\n \\"PreviewToken\\": \\"d989623696ab4f87a80b8d5b0b00****\\",\\n \\"CoverUrl\\": \\"www.example.com/xxxx/xxx.jpg\\",\\n \\"Status\\": \\"init\\",\\n \\"StatusName\\": \\"初始化\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <HasNext>true</HasNext>\\n <CurrentPage>1</CurrentPage>\\n <TotalPage>5</TotalPage>\\n <Count>100</Count>\\n <List>\\n <Id>1234****</Id>\\n <Name>场景A</Name>\\n <Type>MODEL_3D</Type>\\n <SubSceneNum>20</SubSceneNum>\\n <SourceNum>20</SourceNum>\\n <Published>false</Published>\\n <GmtCreate>1621236933677</GmtCreate>\\n <GmtModified>1621236933677</GmtModified>\\n <PreviewToken>d989623696ab4f87a80b8d5b0b00****</PreviewToken>\\n <CoverUrl>www.example.com/xxxx/xxx.jpg</CoverUrl>\\n <Status>init</Status>\\n <StatusName>初始化</StatusName>\\n </List>\\n</ListSceneResponse>","errorExample":""}]', + ], + 'AddSubScene' => [ + 'summary' => '创建子场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景名称', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '测试', + ], + ], + [ + 'name' => 'UploadType', + 'in' => 'query', + 'schema' => [ + 'title' => '类型 图片:IMAGE 视频:VIDEO', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'IMAGE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '234****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"234****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<AddSubSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>234****</Id>\\n</AddSubSceneResponse>","errorExample":""}]', + ], + 'DropSubScene' => [ + 'summary' => '删除子场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<DropSubSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</DropSubSceneResponse>","errorExample":""}]', + ], + 'UpdateSubScene' => [ + 'summary' => '更新子场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景名称', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '测试', + ], + ], + [ + 'name' => 'ViewPoint', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'title' => '视角坐标,目前支持3元坐标,4元坐标,例如:[0.94005,0.13397,-0.3136,0.782992]', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'title' => '浮点数', + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'required' => false, + 'example' => '0.94005', + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateSubSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateSubSceneResponse>","errorExample":""}]', + ], + 'DetailSubScene' => [ + 'summary' => '查询子场景详情', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'F79siXLsJsVVca8Yp4fgPA==', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '子场景id', + 'description' => '', + 'type' => 'string', + 'example' => '1234***', + ], + 'Name' => [ + 'title' => '子场景名称', + 'description' => '', + 'type' => 'string', + 'example' => '测试', + ], + 'ResourceId' => [ + 'title' => '图片ID/视频ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234***', + ], + 'Url' => [ + 'title' => '图片路径/视频路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'CoverUrl' => [ + 'title' => '图片路径/视频封面路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'Status' => [ + 'title' => '子场景状态', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'GmtCreate' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'GmtModified' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'CubemapPath' => [ + 'title' => '切图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://image-demo.oss-cn-hangzhou.aliyuncs.com/cubemap/****', + ], + 'OriginUrl' => [ + 'title' => '原图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.aliyun.com/test.jpg', + ], + 'ImageUrl' => [ + 'title' => '矫正后图的路径', + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.aliyun.com/test1.jpg', + ], + 'LayoutData' => [ + 'title' => '墙线标注数据', + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'Type' => [ + 'title' => '资源类型,IMAGE:图片,VIDEO:视频', + 'description' => '', + 'type' => 'string', + 'example' => 'IMAGE', + ], + 'Position' => [ + 'title' => '视角', + 'description' => '', + 'type' => 'string', + 'example' => '[-0.8928,-0.21467,0.39603]', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"1234***\\",\\n \\"Name\\": \\"子场景A\\",\\n \\"ResourceId\\": \\"1234***\\",\\n \\"Url\\": \\"https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"CoverUrl\\": \\"https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"Status\\": 1,\\n \\"GmtCreate\\": 1621236933677,\\n \\"GmtModified\\": 1621236933677,\\n \\"CubemapPath\\": \\"https://image-demo.oss-cn-hangzhou.aliyuncs.com/cubemap/****\\",\\n \\"OriginUrl\\": \\"http://www.aliyun.com/test.jpg\\",\\n \\"ImageUrl\\": \\"http://www.aliyun.com/test1.jpg\\",\\n \\"LayoutData\\": \\"{}\\",\\n \\"Type\\": \\"IMAGE\\",\\n \\"Position\\": \\"[-0.8928,-0.21467,0.39603]\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DetailSubSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>1234***</Id>\\n <Name>子场景A</Name>\\n <ResourceId>1234***</ResourceId>\\n <Url>https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</Url>\\n <CoverUrl>https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</CoverUrl>\\n <Status>1</Status>\\n <GmtCreate>1621236933677</GmtCreate>\\n <GmtModified>1621236933677</GmtModified>\\n <CubemapPath>https://image-demo.oss-cn-hangzhou.aliyuncs.com/cubemap/****</CubemapPath>\\n <OriginUrl>http://www.aliyun.com/test.jpg</OriginUrl>\\n <ImageUrl>http://www.aliyun.com/test1.jpg</ImageUrl>\\n <LayoutData>{}</LayoutData>\\n <Type>IMAGE</Type>\\n <Position>[-0.8928,-0.21467,0.39603]</Position>\\n</DetailSubSceneResponse>","errorExample":""}]', + ], + 'ListSubScene' => [ + 'summary' => '查询子场景列表', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'L2omaCMmQZZkEg4pE****', + ], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => [ + 'title' => '页码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'minimum' => '1', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'title' => '页长', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'minimum' => '1', + 'example' => '20', + ], + ], + [ + 'name' => 'ShowLayoutData', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'SortField', + 'in' => 'query', + 'schema' => [ + 'title' => '排序字段,默认:NAME(名称),SEQUENCE(自定义排序)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'NAME', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'HasNext' => [ + 'title' => '是否有下一页', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CurrentPage' => [ + 'title' => '当前页', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'TotalPage' => [ + 'title' => '总页数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'Count' => [ + 'title' => '数据总条数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'List' => [ + 'title' => '子场景列表集', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => 'xsfwsddd==', + ], + 'Name' => [ + 'title' => '子场景名称', + 'description' => '', + 'type' => 'string', + 'example' => 'c俄式', + ], + 'ResourceId' => [ + 'title' => '图片ID/视频ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'Url' => [ + 'title' => '图片路径/视频路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'CoverUrl' => [ + 'title' => '图片路径/视频封面路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'Status' => [ + 'title' => '子场景状态 1.未重建, * 2.中间模型重建中, * 3.中间模型重建完成, * 4.待重建, * 5.服务商重建中, * 6.服务商重建完成, * 7.已发布 * 8.发布中', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'GmtCreate' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'GmtModified' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'ResourceName' => [ + 'title' => '资源名称', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxx.jpg', + ], + 'CubemapPath' => [ + 'title' => '切图的路径', + 'description' => '', + 'type' => 'string', + 'example' => '****/pano_src', + ], + 'Deleted' => [ + 'title' => '是否删除', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'OriginUrl' => [ + 'title' => '原图地址', + 'description' => '', + 'type' => 'string', + 'example' => 'https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'BaseImageUrl' => [ + 'title' => '2k基准图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'LayoutData' => [ + 'title' => '标注数据', + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'Type' => [ + 'title' => '上传资源类型', + 'description' => '', + 'type' => 'string', + 'example' => 'IMAGE', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"HasNext\\": true,\\n \\"CurrentPage\\": 1,\\n \\"TotalPage\\": 5,\\n \\"Count\\": 100,\\n \\"List\\": [\\n {\\n \\"Id\\": \\"xsfwsddd==\\",\\n \\"Name\\": \\"子场景A\\",\\n \\"ResourceId\\": \\"2345****\\",\\n \\"Url\\": \\"https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"CoverUrl\\": \\"https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"Status\\": 1,\\n \\"GmtCreate\\": 1621236933677,\\n \\"GmtModified\\": 1621236933677,\\n \\"ResourceName\\": \\"xxxx.jpg\\",\\n \\"CubemapPath\\": \\"****/pano_src\\",\\n \\"Deleted\\": true,\\n \\"OriginUrl\\": \\"https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"BaseImageUrl\\": \\"https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\",\\n \\"LayoutData\\": \\"{}\\",\\n \\"Type\\": \\"IMAGE\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListSubSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <HasNext>true</HasNext>\\n <CurrentPage>1</CurrentPage>\\n <TotalPage>5</TotalPage>\\n <Count>100</Count>\\n <List>\\n <Id>xsfwsddd==</Id>\\n <Name>子场景A</Name>\\n <ResourceId>2345****</ResourceId>\\n <Url>https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</Url>\\n <CoverUrl>https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</CoverUrl>\\n <Status>1</Status>\\n <GmtCreate>1621236933677</GmtCreate>\\n <GmtModified>1621236933677</GmtModified>\\n <ResourceName>xxxx.jpg</ResourceName>\\n <CubemapPath>****/pano_src</CubemapPath>\\n <Deleted>true</Deleted>\\n <OriginUrl>https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</OriginUrl>\\n <BaseImageUrl>https:/image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</BaseImageUrl>\\n <LayoutData>{}</LayoutData>\\n <Type>IMAGE</Type>\\n </List>\\n</ListSubSceneResponse>","errorExample":""}]', + ], + 'AddProject' => [ + 'summary' => '添加项目', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'BusinessId', + 'in' => 'query', + 'schema' => [ + 'title' => '业务id', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '5432****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '项目名称', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb130936****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '项目ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"344794c32937474a9c59eb130936****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"1234****\\"\\n}","errorExample":""},{"type":"xml","example":"<AddProjectResponse>\\n <RequestId>344794c32937474a9c59eb130936****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>1234****</Id>\\n</AddProjectResponse>","errorExample":""}]', + ], + 'DropProject' => [ + 'summary' => '删除项目', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => [ + 'title' => '项目ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '3242****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID与入参中requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<DropProjectResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</DropProjectResponse>","errorExample":""}]', + ], + 'UpdateProject' => [ + 'summary' => '变更项目信息', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '项目id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '项目名称', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'BusinessId', + 'in' => 'query', + 'schema' => [ + 'title' => '业务Id', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '5432****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateProjectResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateProjectResponse>","errorExample":""}]', + ], + 'DetailProject' => [ + 'summary' => '查询项目详情', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '项目Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Id' => [ + 'title' => '项目ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'Name' => [ + 'title' => '项目名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'BusinessId' => [ + 'title' => '业务ID', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5244****', + ], + 'BusinessName' => [ + 'title' => '业务名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'GmtCreate' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'GmtModified' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621236933677', + ], + 'Token' => [ + 'title' => 'Token', + 'description' => 'Token', + 'type' => 'string', + 'example' => 'd989623696ab4f87a80b8d5b0b00****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Id\\": \\"1234****\\",\\n \\"Name\\": \\"项目A\\",\\n \\"BusinessId\\": 0,\\n \\"BusinessName\\": \\"默认\\",\\n \\"GmtCreate\\": 1621236933677,\\n \\"GmtModified\\": 1621236933677,\\n \\"Token\\": \\"d989623696ab4f87a80b8d5b0b00****\\"\\n}","errorExample":""},{"type":"xml","example":"<DetailProjectResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Id>1234****</Id>\\n <Name>项目A</Name>\\n <BusinessName>默认</BusinessName>\\n <GmtCreate>1621236933677</GmtCreate>\\n <GmtModified>1621236933677</GmtModified>\\n <Token>d989623696ab4f87a80b8d5b0b00****</Token>\\n</DetailProjectResponse>","errorExample":""}]', + ], + 'ListProject' => [ + 'summary' => '分页查询项目列表', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => [ + 'title' => '页码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'docRequired' => false, + 'minimum' => '1', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'title' => '页长', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'docRequired' => true, + 'maximum' => '1000', + 'minimum' => '1', + 'example' => '20', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'title' => '项目名称(使用name%搜索)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'HasNext' => [ + 'title' => '是否有下一页', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'CurrentPage' => [ + 'title' => '当前页', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'TotalPage' => [ + 'title' => '总页数', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'Count' => [ + 'title' => 'count', + 'description' => 'count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'List' => [ + 'title' => '项目数据', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '项目ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'Name' => [ + 'title' => '项目名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'BusinessId' => [ + 'title' => '业务ID', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5244****', + ], + 'BusinessName' => [ + 'title' => '业务名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'CreateTime' => [ + 'title' => '创建时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123123', + ], + 'ModifiedTime' => [ + 'title' => '最后修改时间', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123214', + ], + 'Token' => [ + 'title' => 'Token', + 'description' => 'Token', + 'type' => 'string', + 'example' => 'd989623696ab4f87a80b8d5b0b0****', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"HasNext\\": true,\\n \\"CurrentPage\\": 1,\\n \\"TotalPage\\": 5,\\n \\"Count\\": 100,\\n \\"List\\": [\\n {\\n \\"Id\\": \\"1234****\\",\\n \\"Name\\": \\"项目A\\",\\n \\"BusinessId\\": 0,\\n \\"BusinessName\\": \\"默认\\",\\n \\"CreateTime\\": 123123,\\n \\"ModifiedTime\\": 123214,\\n \\"Token\\": \\"d989623696ab4f87a80b8d5b0b0****\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<ListProjectResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <HasNext>true</HasNext>\\n <CurrentPage>1</CurrentPage>\\n <TotalPage>5</TotalPage>\\n <Count>100</Count>\\n <List>\\n <Id>1234****</Id>\\n <Name>项目A</Name>\\n <BusinessName>默认</BusinessName>\\n <CreateTime>123123</CreateTime>\\n <ModifiedTime>123214</ModifiedTime>\\n <Token>d989623696ab4f87a80b8d5b0b0****</Token>\\n </List>\\n</ListProjectResponse>","errorExample":""}]', + ], + 'AddMosaics' => [ + 'summary' => '打马赛克', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'skjjskjk****', + ], + ], + [ + 'name' => 'MarkPosition', + 'in' => 'query', + 'schema' => [ + 'title' => '马赛克位置数据', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '[{"x": 504,"y": 450,"w": 256,"h": 153}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '3BCAD49D-2AC1-13EB-AC19-8C7A46C****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => 'OvFuuwhfoAX8uIpxC/GJ****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"3BCAD49D-2AC1-13EB-AC19-8C7A46C****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"TaskId\\": \\"OvFuuwhfoAX8uIpxC/GJ****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<AddMosaicsResponse>\\n <RequestId>3BCAD49D-2AC1-13EB-AC19-8C7A46C****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>SUCCESS</Message>\\n <TaskId>OvFuuwhfoAX8uIpxC/GJ****</TaskId>\\n</AddMosaicsResponse>","errorExample":""}]', + ], + 'GetHotspotConfig' => [ + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '344794c32937474a9c59eb130936****', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '0', + ], + ], + [ + 'name' => 'Enabled', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true/false', + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'www.aliyundoc.com', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'config', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"config\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetHotspotConfigResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Data>config</Data>\\n</GetHotspotConfigResponse>","errorExample":""}]', + ], + 'GetHotspotTag' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '344794c32937474a9c59eb130936****', + ], + ], + [ + 'name' => 'SubSceneUuid', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '123456', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'Enabled', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true/false', + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'www.aliyundoc.com', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'ObjectString' => [ + 'description' => '', + 'type' => 'string', + 'example' => '"{}"', + ], + 'Data' => [ + 'description' => '', + 'type' => 'string', + 'example' => '{"watermarkImg":[],"enabledTitleTag":0}', + ], + 'ErrMessage' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"ObjectString\\": \\"\\\\\\"{}\\\\\\"\\",\\n \\"Data\\": \\"{\\\\\\"watermarkImg\\\\\\":[],\\\\\\"enabledTitleTag\\\\\\":0}\\",\\n \\"ErrMessage\\": \\"success\\",\\n \\"Success\\": true,\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetHotspotTagResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <ObjectString>\\"{}\\"</ObjectString>\\n <Data>json数据</Data>\\n <ErrMessage>success</ErrMessage>\\n <Success>true</Success>\\n</GetHotspotTagResponse>","errorExample":""}]', + ], + 'GetWindowConfig' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '5dc5c2dd927e45039dadb312384b****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'example' => '2345****', + ], + 'ObjectString' => [ + 'description' => '', + 'type' => 'string', + 'example' => '"{}"', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'success', + ], + 'ErrMessage' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 500 => [ + [ + 'errorCode' => 'InvalidParameter', + 'errorMessage' => 'The specified parameter is invalid. For more information, see Signature Mechanism.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"ObjectString\\": \\"\\\\\\"{}\\\\\\"\\",\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Success\\": true,\\n \\"ErrMessage\\": \\"错误信息\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetWindowConfigResponse>\\n <ObjectString>json字符串</ObjectString>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Success>false</Success>\\n <ErrMessage>错误信息</ErrMessage>\\n</GetWindowConfigResponse>","errorExample":""}]', + ], + 'PublishHotspot' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ParamTag', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'SubSceneUuid', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2345****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'example' => '2345****', + ], + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'success', + ], + 'ErrMessage' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 500 => [ + [ + 'errorCode' => 'InvalidParameter', + 'errorMessage' => 'The specified parameter is invalid. For more information, see Signature Mechanism.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Success\\": true,\\n \\"ErrMessage\\": \\"错误信息\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PublishHotspotResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Success>false</Success>\\n <ErrMessage>错误信息</ErrMessage>\\n</PublishHotspotResponse>","errorExample":""}]', + ], + 'SaveHotspotConfig' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ParamTag', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '{enabledTitleTag: 0, watermarkImg: []}', + ], + ], + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '5dc5c2dd927e45039dadb312384b****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'success', + ], + 'ErrMessage' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 500 => [ + [ + 'errorCode' => 'InvalidParameter', + 'errorMessage' => 'The specified parameter is invalid. For more information, see Signature Mechanism.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Success\\": true,\\n \\"ErrMessage\\": \\"错误信息\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<SaveHotspotConfigResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Success>false</Success>\\n <ErrMessage>错误信息</ErrMessage>\\n</SaveHotspotConfigResponse>","errorExample":""}]', + ], + 'SaveHotspotTag' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ParamTag', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'SubSceneUuid', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2345****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'success', + ], + 'ErrMessage' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 500 => [ + [ + 'errorCode' => 'InvalidParameter', + 'errorMessage' => 'The specified parameter is invalid. For more information, see Signature Mechanism.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Success\\": true,\\n \\"ErrMessage\\": \\"错误信息\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<SaveHotspotTagResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Success>false</Success>\\n <ErrMessage>错误信息</ErrMessage>\\n</SaveHotspotTagResponse>","errorExample":""}]', + ], + 'TempPreviewStatus' => [ + 'summary' => '查询预览任务处理状态', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + 'required' => true, + 'title' => '任务ID', + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + 'title' => '请求ID,与入参requestId对应', + 'type' => 'string', + ], + 'Code' => [ + 'description' => '', + 'example' => '200', + 'format' => 'int64', + 'title' => '返回码', + 'type' => 'integer', + ], + 'Success' => [ + 'description' => '', + 'example' => 'true', + 'title' => '是否请求成功', + 'type' => 'boolean', + ], + 'Message' => [ + 'description' => '', + 'example' => 'success', + 'title' => '错误消息', + 'type' => 'string', + ], + 'Status' => [ + 'description' => '', + 'example' => 'processing', + 'title' => '状态标识', + 'type' => 'string', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + 'type' => 'object', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Status\\": \\"processing\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"tdsr:TempPreviewStatus\\",\\n \\"AuthPrincipalDisplayName\\": \\"2xxxxxxxxxxxxx\\",\\n \\"AuthPrincipalOwnerId\\": \\"1xxxxx\\",\\n \\"AuthPrincipalType\\": \\"SubUser\\",\\n \\"EncodedDiagnosticMessage\\": \\"AABBCCxxxxxxxx\\",\\n \\"NoPermissionType\\": \\"ExplicitDeny\\",\\n \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<TempPreviewStatusResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Status>processing</Status>\\n</TempPreviewStatusResponse>","errorExample":""}]', + ], + 'GetSingleConnData' => [ + 'summary' => '查询单场景关联数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'minimum' => '1', + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Version' => [ + 'title' => '版本', + 'description' => '', + 'type' => 'string', + 'example' => '2.1', + ], + 'List' => [ + 'title' => '关联信息', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => 'ID', + 'description' => 'ID', + 'type' => 'string', + 'example' => '1#234@abc', + ], + 'MapId' => [ + 'title' => '关联ID', + 'description' => '', + 'type' => 'string', + 'example' => '1#567#def', + ], + 'Type' => [ + 'title' => 'outer:外关联 inner:内关联 stair:楼梯关联', + 'description' => '', + 'type' => 'string', + 'example' => 'outer', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Version\\": \\"2.1\\",\\n \\"List\\": [\\n {\\n \\"Id\\": \\"1#234@abc\\",\\n \\"MapId\\": \\"1#567#def\\",\\n \\"Type\\": \\"outer\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<GetSingleConnDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Version>2.1</Version>\\n <List>\\n <Id>1#234@abc</Id>\\n <MapId>1#567#def</MapId>\\n <Type>outer</Type>\\n </List>\\n</GetSingleConnDataResponse>","errorExample":""}]', + ], + 'GetTaskStatus' => [ + 'summary' => '查看任务状态', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Status' => [ + 'title' => '未开始 :init 处理中 : processing 失败 :failure 完成 :succeed 取消 :canceled', + 'description' => '', + 'type' => 'string', + 'example' => 'init', + ], + 'Type' => [ + 'title' => '墙线预测: wall_line 切图: cut_image 重建: build 直角优化:right_angle_optimization 其他:other', + 'description' => '', + 'type' => 'string', + 'example' => 'wallline', + ], + 'ErrorCode' => [ + 'title' => '任务执行失败错误码', + 'description' => '', + 'type' => 'string', + 'example' => '2001', + ], + 'ErrorMsg' => [ + 'title' => '任务执行失败错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxx', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Status\\": \\"init\\",\\n \\"Type\\": \\"wallline\\",\\n \\"ErrorCode\\": \\"2001\\",\\n \\"ErrorMsg\\": \\"未检测到墙线\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskStatusResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Status>init</Status>\\n <Type>wallline</Type>\\n <ErrorCode>2001</ErrorCode>\\n <ErrorMsg>未检测到墙线</ErrorMsg>\\n</GetTaskStatusResponse>","errorExample":""}]', + ], + 'RectVertical' => [ + 'summary' => '手动矫正', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'VerticalRect', + 'in' => 'query', + 'schema' => [ + 'title' => '矫正数据', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{"844946777965268992":[[0.42418407210144654,0.33625107620738004,0.42620819117478337,0.635753199572695],[0.5158627587152769,0.3071978991900134,0.5177513758740194,0.6312118011104786],[0.582693212445534,0.3733969265933281,0.5807612760319687,0.6139402811250833]]}', + ], + ], + [ + 'name' => 'DetectDoor', + 'in' => 'query', + 'schema' => [ + 'title' => '是否开启门预测', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'CountDetectDoor', + 'in' => 'query', + 'schema' => [ + 'title' => '需要预测的门的数量', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '2', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'syuwoiewyieiyy****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"syuwoiewyieiyy****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RectVerticalResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>syuwoiewyieiyy****</TaskId>\\n</RectVerticalResponse>","errorExample":""}]', + ], + 'GetLayoutData' => [ + 'summary' => '获取标注数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'title' => '标注信息', + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"{}\\"\\n}","errorExample":""},{"type":"xml","example":"<GetLayoutDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Data>{}</Data>\\n</GetLayoutDataResponse>","errorExample":""}]', + ], + 'TempPreview' => [ + 'summary' => '预览', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'PreviewUrl' => [ + 'title' => '预览链接', + 'description' => '', + 'type' => 'string', + 'example' => 'https://preview-lyj.aliyuncs.com/preview/temp/xxx****', + ], + 'SceneId' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"PreviewUrl\\": \\"https://preview-lyj.aliyuncs.com/preview/temp/xxx****\\",\\n \\"SceneId\\": \\"m+0cmndEGjg9pv/hy4jh****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<TempPreviewResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <PreviewUrl>https://preview-lyj.aliyuncs.com/preview/temp/xxx****</PreviewUrl>\\n <SceneId>m+0cmndEGjg9pv/hy4jh****</SceneId>\\n</TempPreviewResponse>","errorExample":""}]', + ], + 'LabelBuild' => [ + 'summary' => '重建', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'Mode', + 'in' => 'query', + 'schema' => [ + 'title' => '重建模式:MANUAL:手动(云端),默认,SEMI_AUTOMATIC:半自动(移动端)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'WallHeight', + 'in' => 'query', + 'schema' => [ + 'title' => '墙高,默认0不设置,范围200-1000. 单位cm', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'OptimizeWallWidth', + 'in' => 'query', + 'schema' => [ + 'title' => '墙宽优化,OFF:关闭(默认) NORMAL:标准 ENHANCED:加强', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'OFF', + ], + ], + [ + 'name' => 'ModelStyle', + 'in' => 'query', + 'schema' => [ + 'title' => '模型效果 PATCH:切片模型(默认) DEPTH:深度模型 VIRTUAL:虚拟模型 MOBILE:移动重建模型', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'PATCH', + ], + ], + [ + 'name' => 'PlanStyle', + 'in' => 'query', + 'schema' => [ + 'title' => '户型图,DEFAULT(默认),STANDARD(标准)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'DEFAULT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '重建任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '234****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"234****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<LabelBuildResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>234****</TaskId>\\n</LabelBuildResponse>","errorExample":""}]', + ], + 'GetOssPolicy' => [ + 'summary' => '获取OSS授权', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'example' => '1234****', + 'required' => true, + 'title' => '子场景ID', + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'properties' => [ + 'RequestId' => [ + 'description' => '', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + 'title' => '请求ID,与入参requestId对应', + 'type' => 'string', + ], + 'Code' => [ + 'description' => '', + 'example' => '200', + 'format' => 'int64', + 'title' => '返回码', + 'type' => 'integer', + ], + 'Success' => [ + 'description' => '', + 'example' => 'true', + 'title' => '是否请求成功', + 'type' => 'boolean', + ], + 'Message' => [ + 'description' => '', + 'example' => 'success', + 'title' => '错误消息', + 'type' => 'string', + ], + 'AccessId' => [ + 'description' => '', + 'example' => 'abc', + 'title' => 'accessId', + 'type' => 'string', + ], + 'Policy' => [ + 'description' => '', + 'example' => 'def', + 'title' => '授权', + 'type' => 'string', + ], + 'Signature' => [ + 'description' => '', + 'example' => 'ghi', + 'title' => '签名', + 'type' => 'string', + ], + 'Dir' => [ + 'description' => '', + 'example' => '123/', + 'title' => '授权路径', + 'type' => 'string', + ], + 'Host' => [ + 'description' => '', + 'example' => 'oss.aliyun.com', + 'title' => '上传地址', + 'type' => 'string', + ], + 'Expire' => [ + 'description' => '', + 'example' => '60', + 'title' => '授权失效时间(s)', + 'type' => 'string', + ], + 'Callback' => [ + 'description' => '', + 'example' => '""', + 'title' => '上传回调', + 'type' => 'string', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + 'type' => 'object', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"AccessId\\": \\"abc\\",\\n \\"Policy\\": \\"def\\",\\n \\"Signature\\": \\"ghi\\",\\n \\"Dir\\": \\"123/\\",\\n \\"Host\\": \\"oss.aliyun.com\\",\\n \\"Expire\\": \\"60\\",\\n \\"Callback\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetOssPolicyResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <AccessId>abc</AccessId>\\n <Policy>def</Policy>\\n <Signature>ghi</Signature>\\n <Dir>123/</Dir>\\n <Host>oss.aliyun.com</Host>\\n <Expire>60</Expire>\\n <Callback>\\"\\"</Callback>\\n</GetOssPolicyResponse>","errorExample":""}]', + ], + 'PredictionWallLine' => [ + 'summary' => '墙线预测', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Url', + 'in' => 'query', + 'schema' => [ + 'title' => '图片地址', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'https://www.aliyundoc.com/****.jpg', + ], + ], + [ + 'name' => 'CameraHeight', + 'in' => 'query', + 'schema' => [ + 'title' => '相机高度 单位 cm', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '160', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'SubSceneId' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"1234****\\",\\n \\"SubSceneId\\": \\"2345****\\"\\n}","errorExample":""},{"type":"xml","example":"<PredictionWallLineResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>1234****</TaskId>\\n <SubSceneId>2345****</SubSceneId>\\n</PredictionWallLineResponse>","errorExample":""}]', + ], + 'GetSceneBuildTaskStatus' => [ + 'summary' => '查看场景下重建任务', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'SceneId' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + 'Status' => [ + 'title' => '未开始 init 处理中 失败 failed processing 完成 succeed 取消 canceled', + 'description' => '', + 'type' => 'string', + 'example' => 'failed', + ], + 'ErrorCode' => [ + 'title' => '任务失败错误码', + 'description' => '', + 'type' => 'string', + 'example' => '2001', + ], + 'ErrorMsg' => [ + 'title' => '任务失败错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xx', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"SceneId\\": \\"m+0cmndEGjg9pv/hy4jh****\\",\\n \\"Status\\": \\"failed\\",\\n \\"ErrorCode\\": \\"2001\\",\\n \\"ErrorMsg\\": \\"墙线数量少于4\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetSceneBuildTaskStatusResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <SceneId>m+0cmndEGjg9pv/hy4jh****</SceneId>\\n <Status>failed</Status>\\n <ErrorCode>2001</ErrorCode>\\n <ErrorMsg>墙线数量少于4</ErrorMsg>\\n</GetSceneBuildTaskStatusResponse>","errorExample":""}]', + ], + 'UpdateConnData' => [ + 'summary' => '更新关联数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'ConnData', + 'in' => 'query', + 'schema' => [ + 'title' => '关联数据', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateConnDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateConnDataResponse>","errorExample":""}]', + ], + 'PredImage' => [ + 'summary' => '预处理', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'minimum' => '1', + 'example' => '2345****', + ], + ], + [ + 'name' => 'DetectDoor', + 'in' => 'query', + 'schema' => [ + 'title' => '是否门预测', + 'description' => '', + 'type' => 'boolean', + 'required' => true, + 'example' => 'true', + ], + ], + [ + 'name' => 'CountDetectDoor', + 'in' => 'query', + 'schema' => [ + 'title' => '门数量(DetectDoor为false时,可为0)', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'maximum' => '10', + 'exclusiveMaximum' => false, + 'minimum' => '1', + 'exclusiveMinimum' => false, + 'example' => '2', + ], + ], + [ + 'name' => 'CorrectVertical', + 'in' => 'query', + 'schema' => [ + 'title' => '是否垂直矫正', + 'description' => '', + 'type' => 'boolean', + 'required' => true, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"1234****\\"\\n}","errorExample":""},{"type":"xml","example":"<PredImageResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>1234****</TaskId>\\n</PredImageResponse>","errorExample":""}]', + ], + 'GetRectifyImage' => [ + 'summary' => '查询矫正后图片', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Url' => [ + 'title' => '图片地址', + 'description' => '', + 'type' => 'string', + 'example' => 'https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Url\\": \\"https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg\\"\\n}","errorExample":""},{"type":"xml","example":"<GetRectifyImageResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Url>https://image-demo.oss-cn-hangzhou.aliyuncs.com/****.jpg</Url>\\n</GetRectifyImageResponse>","errorExample":""}]', + ], + 'GetOriginLayoutData' => [ + 'summary' => '获取算法自动标注数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'title' => '标注数据', + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"{}\\"\\n}","errorExample":""},{"type":"xml","example":"<GetOriginLayoutDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Data>{}</Data>\\n</GetOriginLayoutDataResponse>","errorExample":""}]', + ], + 'RectifyImage' => [ + 'summary' => '图片矫正', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Url', + 'in' => 'query', + 'schema' => [ + 'title' => '图片地址', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'https://www.aliyundoc.com/****.jpg', + ], + ], + [ + 'name' => 'CameraHeight', + 'in' => 'query', + 'schema' => [ + 'title' => '相机高度 单位 cm', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '160', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '1234****', + ], + 'SubSceneId' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"1234****\\",\\n \\"SubSceneId\\": \\"2345****\\"\\n}","errorExample":""},{"type":"xml","example":"<RectifyImageResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>1234****</TaskId>\\n <SubSceneId>2345****</SubSceneId>\\n</RectifyImageResponse>","errorExample":""}]', + ], + 'LinkImage' => [ + 'summary' => '关联图片', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'FileName', + 'in' => 'query', + 'schema' => [ + 'title' => '图片或者视频名称xxx.jpg', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '****.jpg', + ], + ], + [ + 'name' => 'CameraHeight', + 'in' => 'query', + 'schema' => [ + 'title' => '相机高度 单位 cm', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '160', + ], + ], + [ + 'name' => 'Platform', + 'in' => 'query', + 'schema' => [ + 'title' => '平台标识,默认PC', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'PC', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'ResourceId' => [ + 'title' => '图片/视频ID', + 'description' => '', + 'type' => 'string', + 'example' => '234****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"ResourceId\\": \\"234****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<LinkImageResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <ResourceId>234****</ResourceId>\\n</LinkImageResponse>","errorExample":""}]', + ], + 'OptimizeRightAngle' => [ + 'summary' => '直角优化', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"TaskId\\": \\"2345****\\"\\n}","errorExample":""},{"type":"xml","example":"<OptimizeRightAngleResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <TaskId>2345****</TaskId>\\n</OptimizeRightAngleResponse>","errorExample":""}]', + ], + 'GetConnData' => [ + 'summary' => '查询关联数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + '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' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Version' => [ + 'title' => '版本', + 'description' => '', + 'type' => 'string', + 'example' => '2.1', + ], + 'Extend' => [ + 'title' => '扩展信息', + 'description' => '', + 'type' => 'string', + 'example' => '{}', + ], + 'List' => [ + 'title' => '关联信息', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => 'ID', + 'description' => 'ID', + 'type' => 'string', + 'example' => '1#234#abc', + ], + 'MapId' => [ + 'title' => '关联的ID', + 'description' => '', + 'type' => 'string', + 'example' => '1#456#def', + ], + 'Type' => [ + 'title' => 'outer:外关联 inner:内关联 stair:楼梯关联', + 'description' => '', + 'type' => 'string', + 'example' => 'outer', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Version\\": \\"2.1\\",\\n \\"Extend\\": \\"{}\\",\\n \\"List\\": [\\n {\\n \\"Id\\": \\"1#234#abc\\",\\n \\"MapId\\": \\"1#456#def\\",\\n \\"Type\\": \\"outer\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<GetConnDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Version>2.1</Version>\\n <Extend>{}</Extend>\\n <List>\\n <Id>1#234#abc</Id>\\n <MapId>1#456#def</MapId>\\n <Type>outer</Type>\\n </List>\\n</GetConnDataResponse>","errorExample":""}]', + ], + 'UpdateLayoutData' => [ + 'summary' => '更新标注数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'LayoutData', + 'in' => 'query', + 'schema' => [ + 'title' => '标注数据', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateLayoutDataResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateLayoutDataResponse>","errorExample":""}]', + ], + 'GetSubSceneTaskStatus' => [ + 'summary' => '查看子场景下预处理及切图任务', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'List' => [ + 'title' => '任务信息', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => '4638****', + ], + 'SceneId' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '2345****', + ], + 'SubSceneId' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => '3456***', + ], + 'Status' => [ + 'title' => '未开始 init 处理中 processing 失败 failure 完成 succeed 取消 canceled', + 'description' => '', + 'type' => 'string', + 'example' => 'init', + ], + 'Type' => [ + 'title' => '墙线预测: wall_line 切图: cut_image 重建: build 直角优化:right_angle_optimization 其他:other', + 'description' => '', + 'type' => 'string', + 'example' => 'cutimage', + ], + 'ErrorCode' => [ + 'title' => '任务失败错误码', + 'description' => '', + 'type' => 'string', + 'example' => '2001', + ], + 'ErrorMsg' => [ + 'title' => '任务失败错误信息', + 'description' => '', + 'type' => 'string', + 'example' => 'xx', + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"List\\": [\\n {\\n \\"Id\\": \\"4638****\\",\\n \\"SceneId\\": \\"2345****\\",\\n \\"SubSceneId\\": \\"3456***\\",\\n \\"Status\\": \\"init\\",\\n \\"Type\\": \\"cutimage\\",\\n \\"ErrorCode\\": \\"2001\\",\\n \\"ErrorMsg\\": \\"异常信息\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<GetSubSceneTaskStatusResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <List>\\n <Id>4638****</Id>\\n <SceneId>2345****</SceneId>\\n <SubSceneId>3456***</SubSceneId>\\n <Status>init</Status>\\n <Type>cutimage</Type>\\n <ErrorCode>2001</ErrorCode>\\n <ErrorMsg>异常信息</ErrorMsg>\\n </List>\\n</GetSubSceneTaskStatusResponse>","errorExample":""}]', + ], + 'PublishScene' => [ + 'summary' => '发布', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'PreviewUrl' => [ + 'title' => '预览链接', + 'description' => '', + 'type' => 'string', + 'example' => 'preview-lyj.aliyuncs.com/preview/xxx****', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"PreviewUrl\\": \\"preview-lyj.aliyuncs.com/preview/xxx****\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PublishSceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <PreviewUrl>preview-lyj.aliyuncs.com/preview/xxx****</PreviewUrl>\\n</PublishSceneResponse>","errorExample":""}]', + ], + 'AddRelativePosition' => [ + 'summary' => '添加相对位置', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => true, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + [ + 'name' => 'RelativePosition', + 'in' => 'query', + 'schema' => [ + 'title' => '相对位置信息', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{"key":"value"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'noSubstitutionReason' => '无替代API,历史原因导致该API被标记为弃用。', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\"\\n}","errorExample":""},{"type":"xml","example":"<AddRelativePositionResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</AddRelativePositionResponse>","errorExample":""}]', + ], + 'GetScenePreviewInfo' => [ + 'summary' => '查询模型预览信息', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ModelToken', + 'in' => 'query', + 'schema' => [ + 'title' => '模型token', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'A.e.RQJRPYGIJJQP****', + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'title' => '自定义oss域名(可为cdn域名)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'www.aliyundoc.com', + ], + ], + [ + 'name' => 'Enabled', + 'in' => 'query', + 'schema' => [ + 'title' => '是否开启自用资源访问', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + ], + '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' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0:成功,其他:失败', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PanoList' => [ + 'title' => 'html转译后的预览数据', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'ModelPath' => [ + 'title' => '模型地址', + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW/A.e.QRQRLWYEHIUEYLYW****.sgm', + ], + 'TextureModelPath' => [ + 'title' => '模型的贴图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https:/www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/model_texture/', + ], + 'TexturePanoPath' => [ + 'title' => '漫游后预览图片路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/pano_texture/', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 0,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"PanoList\\": \\"一串转译数据\\",\\n \\"ModelPath\\": \\"https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW/A.e.QRQRLWYEHIUEYLYW****.sgm\\",\\n \\"TextureModelPath\\": \\"https:/www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/model_texture/\\",\\n \\"TexturePanoPath\\": \\"https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/pano_texture/\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetScenePreviewInfoResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4****</RequestId>\\n <Success>false</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <PanoList>一串转译数据</PanoList>\\n <ModelPath>https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW/A.e.QRQRLWYEHIUEYLYW****.sgm</ModelPath>\\n <TextureModelPath>https:/www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/model_texture/</TextureModelPath>\\n <TexturePanoPath>https://www.aliyundoc.com/sgm/A.e.QRQRLWYEHIUEYLYW****/pano_texture/</TexturePanoPath>\\n </Data>\\n</GetScenePreviewInfoResponse>","errorExample":""}]', + ], + 'GetHotspotSceneData' => [ + 'summary' => '查询后处理场景信息', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'title' => '预览token', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '344794c32937474a9c59eb130936****', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '0 未发布, 1 已发布', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'maximum' => '1', + 'minimum' => '0', + 'example' => '0', + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'title' => '自定义oss域名(可为cdn域名)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'www.aliyundoc.com', + ], + ], + [ + 'name' => 'Enabled', + 'in' => 'query', + 'schema' => [ + 'title' => '是否开启自用资源访问', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + ], + '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' => 'A8CD0AD9-8A92-455A-A984-A7E4B76****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'SceneType' => [ + 'title' => '3D模型:MODEL_3D 全景图片:PIC 全景视频:VIDEO', + 'description' => '', + 'type' => 'string', + 'example' => 'MODEL_3D', + ], + 'PreviewToken' => [ + 'title' => '预览token', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb130936****', + ], + 'PreviewData' => [ + 'title' => 'html转译后的预览数据,包含图片、子场景ID等信息', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'ModelToken' => [ + 'title' => '模型token(sgm token)', + 'description' => '', + 'type' => 'string', + 'example' => 'A.e.QRQRLWYEHIUE****', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"SceneType\\": \\"MODEL_3D\\",\\n \\"PreviewToken\\": \\"344794c32937474a9c59eb130936****\\",\\n \\"PreviewData\\": \\"一串转译数据\\",\\n \\"ModelToken\\": \\"A.e.QRQRLWYEHIUE****\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetHotspotSceneDataResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76****</RequestId>\\n <Success>false</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <SceneType>MODEL_3D</SceneType>\\n <PreviewToken>a888a26557174524b5558d65aab****</PreviewToken>\\n <PreviewData>一串转译数据</PreviewData>\\n <ModelToken>A.e.QRQRLWYEHIU****</ModelToken>\\n </Data>\\n</GetHotspotSceneDataResponse>","errorExample":""}]', + ], + 'RecoveryOriginImage' => [ + 'summary' => '恢复原图', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SubSceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'skjjskjk****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '3BCAD49D-2AC1-13EB-AC19-8C7A46CF****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"3BCAD49D-2AC1-13EB-AC19-8C7A46CF****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RecoveryOriginImageResponse>\\n <RequestId>3BCAD49D-2AC1-13EB-AC19-8C7A46CF****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>SUCCESS</Message>\\n</RecoveryOriginImageResponse>","errorExample":""}]', + ], + 'RollbackSubScene' => [ + 'summary' => '恢复子场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'skjjskjk****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '3BCAD49D-2AC1-13EB-AC19-8C7A46CF****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'sucess', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"3BCAD49D-2AC1-13EB-AC19-8C7A46CF****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"sucess\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RollbackSubSceneResponse>\\n <RequestId>3BCAD49D-2AC1-13EB-AC19-8C7A46CF****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>sucess</Message>\\n</RollbackSubSceneResponse>","errorExample":""}]', + ], + 'PublishStatus' => [ + 'summary' => '发布', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'm+0cmndEGjg9pv/hy4jh****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb130936****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Status' => [ + 'title' => '任务运行状态', + 'description' => '', + 'type' => 'string', + 'example' => 'succeed', + ], + 'SyncStatus' => [ + 'title' => '文件同步状态', + 'description' => '', + 'type' => 'string', + 'example' => 'succeed', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"344794c32937474a9c59eb130936****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Status\\": \\"succeed\\",\\n \\"SyncStatus\\": \\"succeed\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PublishStatusResponse>\\n <RequestId>344794c32937474a9c59eb130936****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Status>succeed</Status>\\n <SyncStatus>succeed</SyncStatus>\\n</PublishStatusResponse>","errorExample":""}]', + ], + 'AddRoomPlan' => [ + 'summary' => '移动端添加rooms.json', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1234****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'title' => '文件上传凭据', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'AccessId' => [ + 'title' => 'accessId', + 'description' => '', + 'type' => 'string', + 'example' => 'LTAI5t9kjkiudsnsu****', + ], + 'Policy' => [ + 'title' => '授权', + 'description' => '', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAy****', + ], + 'Signature' => [ + 'title' => '签名', + 'description' => '', + 'type' => 'string', + 'example' => 'ngEWGzttc3v2gJWCxEEt****', + ], + 'Dir' => [ + 'title' => '授权路径', + 'description' => '', + 'type' => 'string', + 'example' => '123/', + ], + 'Host' => [ + 'title' => '上传地址', + 'description' => '', + 'type' => 'string', + 'example' => 'oss.aliyun.com', + ], + 'Expire' => [ + 'title' => '授权失效时间(s)', + 'description' => '', + 'type' => 'string', + 'example' => '1640315897', + ], + 'Callback' => [ + 'title' => '上传回调', + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": {\\n \\"AccessId\\": \\"LTAI****************\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAy****\\",\\n \\"Signature\\": \\"ngEWGzttc3v2gJWCxEEt****\\",\\n \\"Dir\\": \\"123/\\",\\n \\"Host\\": \\"oss.aliyun.com\\",\\n \\"Expire\\": \\"1640315897\\",\\n \\"Callback\\": \\"\\\\\\"\\\\\\"\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"tdsr:AddRoomPlan\\",\\n \\"AuthPrincipalDisplayName\\": \\"2xxxxxxxxxxxxx\\",\\n \\"AuthPrincipalOwnerId\\": \\"1xxxxx\\",\\n \\"AuthPrincipalType\\": \\"SubUser\\",\\n \\"EncodedDiagnosticMessage\\": \\"AABBCCxxxxxxxx\\",\\n \\"NoPermissionType\\": \\"ImplicitDeny\\",\\n \\"PolicyType\\": \\"ResourceGroupLevelIdentityBassdPolicy\\"\\n }\\n}","type":"json"}]', + ], + 'GetScenePreviewData' => [ + 'summary' => '查询模型数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'title' => '预览token', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '2735913e96da44ea8c86f8e777c8****', + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'title' => '自定义oss域名(可为cdn域名)', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'www.example.com', + ], + ], + [ + 'name' => 'Enabled', + 'in' => 'query', + 'schema' => [ + 'title' => '是否开启自用资源访问(默认false)', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true/false', + ], + ], + [ + 'name' => 'ShowTag', + 'in' => 'query', + 'schema' => [ + 'title' => '是否返回热点数据(默认false)', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true/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' => 'A8CD0AD9-8A92-455A-A984-A7E4B76FF387', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0:成功,其他:失败', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Model' => [ + 'title' => '模型数据', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PanoList' => [ + 'title' => '点位数据', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '点位ID', + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + 'RawName' => [ + 'title' => '一个名称,无实际意义', + 'description' => '', + 'type' => 'string', + 'example' => 'location_93132801658010****', + ], + 'FloorIdx' => [ + 'title' => '楼层号', + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + 'RoomIdx' => [ + 'title' => '房间号', + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + 'Enabled' => [ + 'title' => '当前点位是否渲染,false不渲染,场景无法跳转', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'Token' => [ + 'title' => 'token', + 'description' => 'token', + 'type' => 'string', + 'example' => 'sIPGWRGLJHEIQE****', + ], + 'Resource' => [ + 'title' => '全景贴图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'sgm/A.e.EOGTOEGYOOI****/pano_texture/multi/0/%s.jpg', + ], + 'VirtualId' => [ + 'title' => '图片虚拟ID', + 'description' => '', + 'type' => 'string', + 'example' => '93132801658010****', + ], + 'VirtualName' => [ + 'title' => '图片名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'MainImage' => [ + 'title' => '单房间多图情况下,是否为主图,默认true', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'SubSceneId' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'example' => 'a7RqCd3kLMgglmn****', + ], + 'CurRoomPicList' => [ + 'title' => '当前房间的所有点位', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + ], + 'Neighbours' => [ + 'title' => '当前房间邻近可视的点位id', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + ], + 'Position' => [ + 'title' => '位置数据', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Viewpoint' => [ + 'title' => '当前子场景名标签在场景中的坐标', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '1.8893****', + ], + ], + 'Spot' => [ + 'title' => '当前点位在场景中的坐标', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '0.23493****', + ], + ], + 'Rotation' => [ + 'title' => '当前点位在场景中的旋转四元素', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '1.234893****', + ], + ], + ], + ], + ], + ], + ], + 'ModelPath' => [ + 'title' => '模型地址', + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.example.com/sgm/A.e.EOGTOE****/A.e.EOGTOE****.sgm', + ], + 'TextureModelPath' => [ + 'title' => '模型的贴图路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.example.com/sgm/A.e.EOGTOE****/model_texture/', + ], + 'TexturePanoPath' => [ + 'title' => '漫游后预览图片路径', + 'description' => '', + 'type' => 'string', + 'example' => 'https://www.example.com/sgm/A.e.EOGTOE****/pano_texture/', + ], + ], + ], + 'Tags' => [ + 'title' => '热点数据', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'title' => '标签ID', + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + 'Type' => [ + 'title' => '热点类型', + 'description' => '', + 'type' => 'string', + 'example' => 'IMAGE', + ], + 'Position' => [ + 'title' => '坐标', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '1.0033', + ], + ], + 'PositionPanoCube' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '1.0033', + ], + ], + 'Config' => [ + 'title' => '配置', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Title' => [ + 'title' => '标题', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'Content' => [ + 'title' => '内容', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'BackgroundColor' => [ + 'title' => '背景色', + 'description' => '', + 'type' => 'string', + 'example' => '#00000', + ], + 'PanoId' => [ + 'title' => '点位ID', + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + 'Video' => [ + 'title' => '视频链接', + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.example.com/****.mp4', + ], + 'Link' => [ + 'title' => '超链接', + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.example.com/***', + ], + 'SceneId' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '323****', + ], + 'Position' => [ + 'title' => '坐标', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '-1.323****', + ], + ], + 'PositionPanoCube' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'number', + 'format' => 'double', + 'example' => '1.323****', + ], + ], + 'Images' => [ + 'title' => '图片链接', + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'http://www.example.com/****.jpg', + ], + ], + 'ButtonConfig' => [ + 'title' => '按钮配置', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Type' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'CLICK_CHECK', + ], + 'CustomText' => [ + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + ], + ], + 'FormSelectImgType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'default', + ], + 'IsTagVisibleBy3d' => [ + 'title' => '是否在鸟瞰模式下显示', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'FormJumpType' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'FormImgSize' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1****', + ], + ], + 'RelatedPanoIds' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1****', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76FF387\\",\\n \\"Code\\": 0,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Model\\": {\\n \\"PanoList\\": [\\n {\\n \\"Id\\": \\"1****\\",\\n \\"RawName\\": \\"location_93132801658010****\\",\\n \\"FloorIdx\\": \\"1****\\",\\n \\"RoomIdx\\": \\"1****\\",\\n \\"Enabled\\": true,\\n \\"Token\\": \\"sIPGWRGLJHEIQE****\\",\\n \\"Resource\\": \\"sgm/A.e.EOGTOEGYOOI****/pano_texture/multi/0/%s.jpg\\",\\n \\"VirtualId\\": \\"93132801658010****\\",\\n \\"VirtualName\\": \\"卧室\\",\\n \\"MainImage\\": true,\\n \\"SubSceneId\\": \\"a7RqCd3kLMgglmn****\\",\\n \\"CurRoomPicList\\": [\\n \\"1****\\"\\n ],\\n \\"Neighbours\\": [\\n \\"1****\\"\\n ],\\n \\"Position\\": {\\n \\"Viewpoint\\": [\\n 0\\n ],\\n \\"Spot\\": [\\n 0\\n ],\\n \\"Rotation\\": [\\n 0\\n ]\\n }\\n }\\n ],\\n \\"ModelPath\\": \\"https://www.example.com/sgm/A.e.EOGTOE****/A.e.EOGTOE****.sgm\\",\\n \\"TextureModelPath\\": \\"https://www.example.com/sgm/A.e.EOGTOE****/model_texture/\\",\\n \\"TexturePanoPath\\": \\"https://www.example.com/sgm/A.e.EOGTOE****/pano_texture/\\"\\n },\\n \\"Tags\\": [\\n {\\n \\"Id\\": \\"1****\\",\\n \\"Type\\": \\"IMAGE\\",\\n \\"Position\\": [\\n 1.0033\\n ],\\n \\"PositionPanoCube\\": [\\n 1.0033\\n ],\\n \\"Config\\": {\\n \\"Title\\": \\"标题\\",\\n \\"Content\\": \\"内容\\",\\n \\"BackgroundColor\\": \\"#00000\\",\\n \\"PanoId\\": \\"1****\\",\\n \\"Video\\": \\"http://www.example.com/****.mp4\\",\\n \\"Link\\": \\"http://www.example.com/***\\",\\n \\"SceneId\\": 0,\\n \\"Position\\": [\\n 0\\n ],\\n \\"PositionPanoCube\\": [\\n 0\\n ],\\n \\"Images\\": [\\n \\"http://www.example.com/****.jpg\\"\\n ],\\n \\"ButtonConfig\\": {\\n \\"Type\\": \\"CLICK_CHECK\\",\\n \\"CustomText\\": \\"点击查看\\"\\n },\\n \\"FormSelectImgType\\": \\"default\\",\\n \\"IsTagVisibleBy3d\\": true,\\n \\"FormJumpType\\": true,\\n \\"FormImgSize\\": [\\n 0\\n ],\\n \\"RelatedPanoIds\\": [\\n \\"1****\\"\\n ]\\n }\\n }\\n ]\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetScenePreviewDataResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76FF387</RequestId>\\n <Success>false</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Model>\\n <PanoList>\\n <Id>1****</Id>\\n <RawName>location_93132801658010****</RawName>\\n <FloorIdx>1****</FloorIdx>\\n <RoomIdx>1****</RoomIdx>\\n <Enabled>false</Enabled>\\n <Token>sIPGWRGLJHEIQE****</Token>\\n <Resource>sgm/A.e.EOGTOEGYOOI****/pano_texture/multi/0/%s.jpg</Resource>\\n <VirtualId>93132801658010****</VirtualId>\\n <VirtualName>卧室</VirtualName>\\n <MainImage>false</MainImage>\\n <SubSceneId>a7RqCd3kLMgglmn****</SubSceneId>\\n <CurRoomPicList>1****</CurRoomPicList>\\n <Neighbours>1****</Neighbours>\\n <Position>\\n </Position>\\n </PanoList>\\n <ModelPath>https://www.example.com/sgm/A.e.EOGTOE****/A.e.EOGTOE****.sgm</ModelPath>\\n <TextureModelPath>https://www.example.com/sgm/A.e.EOGTOE****/model_texture/</TextureModelPath>\\n <TexturePanoPath>https://www.example.com/sgm/A.e.EOGTOE****/pano_texture/</TexturePanoPath>\\n </Model>\\n <Tags>\\n <Id>1****</Id>\\n <Type>IMAGE</Type>\\n <Position>1.0033</Position>\\n <PositionPanoCube>1.0033</PositionPanoCube>\\n <Config>\\n <Title>标题</Title>\\n <Content>内容</Content>\\n <BackgroundColor>#00000</BackgroundColor>\\n <PanoId>1****</PanoId>\\n <Video>http://www.example.com/****.mp4</Video>\\n <Link>http://www.example.com/***</Link>\\n <Images>http://www.example.com/****.jpg</Images>\\n <ButtonConfig>\\n <Type>CLICK_CHECK</Type>\\n <CustomText>点击查看</CustomText>\\n </ButtonConfig>\\n <FormSelectImgType>default</FormSelectImgType>\\n <IsTagVisibleBy3d>false</IsTagVisibleBy3d>\\n <FormJumpType>false</FormJumpType>\\n <RelatedPanoIds>1****</RelatedPanoIds>\\n </Config>\\n </Tags>\\n </Data>\\n</GetScenePreviewDataResponse>","errorExample":""}]', + ], + 'CheckUserProperty' => [ + 'summary' => '检查指定uid用户属性', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Uid', + 'in' => 'query', + 'schema' => [ + 'title' => '用户uid', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '2345****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb1309366493', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Match' => [ + 'title' => '用户属性是否匹配', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"344794c32937474a9c59eb1309366493\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Match\\": true,\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CheckUserPropertyResponse>\\n <RequestId>344794c32937474a9c59eb1309366493</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Match>true</Match>\\n</CheckUserPropertyResponse>","errorExample":""}]', + ], + 'GetScenePreviewResource' => [ + 'summary' => '获取模型预览数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'PreviewToken', + 'in' => 'query', + 'schema' => [ + 'title' => '预览token', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '2deb941b3e1****', + ], + ], + [ + 'name' => 'Draft', + 'in' => 'query', + 'schema' => [ + 'title' => '是否草稿预览', + 'description' => '', + 'type' => 'boolean', + 'required' => false, + 'example' => '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' => 'A8CD0AD9-8A92-455A-A984-A7E4B76*****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0:成功,其他:失败', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true/false', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'title' => '模型数据', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Version' => [ + 'title' => '版本', + 'description' => '', + 'type' => 'string', + 'example' => '1.0', + ], + 'Name' => [ + 'title' => '模型名称', + 'description' => '', + 'type' => 'string', + 'example' => '', + ], + 'ResourceDirectory' => [ + 'title' => '资源路径', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RootPath' => [ + 'title' => '模型路径', + 'description' => '', + 'type' => 'string', + 'example' => 'A.e.YKPYuuYuituy****', + ], + 'OrthomapConfig' => [ + 'title' => '小地图数据文件路径', + 'description' => '', + 'type' => 'string', + 'example' => 'orthomap/orthomap.json', + ], + 'ModelConfig' => [ + 'title' => '模型配置路径', + 'description' => '', + 'type' => 'string', + 'example' => 'config.json', + ], + 'HotspotTagConfig' => [ + 'title' => '热点文件路径', + 'description' => '', + 'type' => 'string', + 'example' => 'hotspotTag.json', + ], + ], + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76*****\\",\\n \\"Code\\": 0,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Version\\": \\"1.0\\",\\n \\"Name\\": \\"场景-Example\\",\\n \\"ResourceDirectory\\": {\\n \\"RootPath\\": \\"A.e.YKPYuuYuituy****\\",\\n \\"OrthomapConfig\\": \\"orthomap/orthomap.json\\",\\n \\"ModelConfig\\": \\"config.json\\",\\n \\"HotspotTagConfig\\": \\"hotspotTag.json\\"\\n }\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetScenePreviewResourceResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76*****</RequestId>\\n <Success>false</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Version>1.0</Version>\\n <Name>场景-Example</Name>\\n <ResourceDirectory>\\n <RootPath>A.e.YKPYuuYuituy****</RootPath>\\n <OrthomapConfig>orthomap/orthomap.json</OrthomapConfig>\\n <ModelConfig>config.json</ModelConfig>\\n <HotspotTagConfig>hotspotTag.json</HotspotTagConfig>\\n </ResourceDirectory>\\n </Data>\\n</GetScenePreviewResourceResponse>","errorExample":""}]', + ], + 'GetPackSceneTaskStatus' => [ + 'summary' => '打包场景任务状态查询', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'hjsyuyiuwe7wehg****', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '操作类型:download(下载),sync(同步)', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'download', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4B****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'title' => '任务状态', + 'description' => '', + 'type' => 'string', + 'example' => 'succeed', + ], + 'Progress' => [ + 'title' => '任务进度', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Status\\": \\"succeed\\",\\n \\"Progress\\": 100\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetPackSceneTaskStatusResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Status>succeed</Status>\\n <Progress>100</Progress>\\n </Data>\\n</GetPackSceneTaskStatusResponse>","errorExample":""}]', + ], + 'GetScenePackUrl' => [ + 'summary' => '获取场景的打包地址', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'L2omaCMmQZZkEg4p****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4B76****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Url' => [ + 'title' => '打包文件地址', + 'description' => '', + 'type' => 'string', + 'example' => 'www.example.com/preview/24714a7****/****.zip', + ], + 'Expire' => [ + 'title' => '失效日期', + 'description' => '', + 'type' => 'string', + 'example' => '2022-05-17 11:00:17', + ], + 'Valid' => [ + 'title' => '是否有效', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Url\\": \\"www.example.com/preview/24714a7****/****.zip\\",\\n \\"Expire\\": \\"2022-05-17 11:00:17\\",\\n \\"Valid\\": true\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetScenePackUrlResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Url>www.example.com/preview/24714a7****/****.zip</Url>\\n <Expire>2022-05-17 11:00:17</Expire>\\n <Valid>true</Valid>\\n </Data>\\n</GetScenePackUrlResponse>","errorExample":""}]', + ], + 'PackScene' => [ + 'summary' => '打包场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'L2omaCMmQZZkEg4p****', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '操作类型:download(下载),sync(同步)', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'download', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4B76****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => 'hjsyuyiuwe7wehg****', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"TaskId\\": \\"hjsyuyiuwe7wehg****\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PackSceneResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <TaskId>hjsyuyiuwe7wehg****</TaskId>\\n </Data>\\n</PackSceneResponse>","errorExample":""}]', + ], + 'GetCopySceneTaskStatus' => [ + 'summary' => '复制场景任务状态查询', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'yuywey****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'title' => '任务状态', + 'description' => '', + 'type' => 'string', + 'example' => 'succeed', + ], + 'Progress' => [ + 'title' => '任务进度', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Status\\": \\"succeed\\",\\n \\"Progress\\": 100\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetCopySceneTaskStatusResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Status>succeed</Status>\\n <Progress>100</Progress>\\n </Data>\\n</GetCopySceneTaskStatusResponse>","errorExample":""}]', + ], + 'UpdateSubSceneSeq' => [ + 'summary' => '更新子场景顺序', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '子场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'sgyuyewyew****', + ], + ], + [ + 'name' => 'SortSubSceneIds', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'hjsiiqw****', + ], + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '344794c32937474a9c59eb13093****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"344794c32937474a9c59eb13093****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateSubSceneSeqResponse>\\n <RequestId>344794c32937474a9c59eb13093****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</UpdateSubSceneSeqResponse>","errorExample":""}]', + ], + 'CopyScene' => [ + 'summary' => '复制主场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'sgyuyewyew****', + ], + ], + [ + 'name' => 'SceneName', + 'in' => 'query', + 'schema' => [ + 'title' => '新场景名称', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '', + ], + ], + [ + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => [ + 'title' => '复制到的项目Id,默认为空,复制到当前场景所在的项目', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'opwuoieywtyqw****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => '4F882EA7-3A1D-0113-94E4-70162C4B***', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => 'yuywey****', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4F882EA7-3A1D-0113-94E4-70162C4B***\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": {\\n \\"TaskId\\": \\"yuywey****\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CopySceneResponse>\\n <RequestId>4F882EA7-3A1D-0113-94E4-70162C4B***</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n <Data>\\n <TaskId>yuywey****</TaskId>\\n </Data>\\n</CopySceneResponse>","errorExample":""}]', + ], + 'GetSourcePackStatus' => [ + 'summary' => '打包58数据状态检查', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'hjsyuyiuwe7wehg****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4B76****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'title' => '任务状态', + 'description' => '', + 'type' => 'string', + 'example' => 'succeed', + ], + 'Progress' => [ + 'title' => '任务进度', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + ], + ], + 'Url' => [ + 'title' => '压缩包的地址', + 'description' => '', + 'type' => 'string', + 'example' => 'www.example.com/preview/24714a7****/****.zip', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"Status\\": \\"succeed\\",\\n \\"Progress\\": 100\\n },\\n \\"Url\\": \\"www.example.com/preview/24714a7****/****.zip\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetSourcePackStatusResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76FF387</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <Status>succeed</Status>\\n <Progress>100</Progress>\\n </Data>\\n <Url>www.example.com/preview/24714a7****/****.zip</Url>\\n</GetSourcePackStatusResponse>","errorExample":""}]', + ], + 'PackSource' => [ + 'summary' => '打包场景', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'L2omaCMmQZZkEg4p****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => 'A8CD0AD9-8A92-455A-A984-A7E4B76F****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'title' => '任务ID', + 'description' => '', + 'type' => 'string', + 'example' => 'hjsyuyiuwe7wehg****', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A8CD0AD9-8A92-455A-A984-A7E4B76F****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"xxxxx\\",\\n \\"Data\\": {\\n \\"TaskId\\": \\"hjsyuyiuwe7wehg****\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PackSourceResponse>\\n <RequestId>A8CD0AD9-8A92-455A-A984-A7E4B76F****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>xxxxx</Message>\\n <Data>\\n <TaskId>hjsyuyiuwe7wehg****</TaskId>\\n </Data>\\n</PackSourceResponse>","errorExample":""}]', + ], + 'SaveHotspotTagList' => [ + 'summary' => '保存热点', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'tqwiuwetwet****', + ], + ], + [ + 'name' => 'HotspotListJson', + 'in' => 'query', + 'schema' => [ + 'title' => '热点数据,json字符串数组', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '[{}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => 'B28A2ECB-AB29-1E01****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B28A2ECB-AB29-1E01****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<SaveHotspotTagListResponse>\\n <RequestId>B28A2ECB-AB29-1E01****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</SaveHotspotTagListResponse>","errorExample":""}]', + ], + 'SaveModelConfig' => [ + 'summary' => '保存模型文件', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Data', + 'in' => 'query', + 'schema' => [ + 'title' => '模型配置,json字符串', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{}', + ], + ], + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'iyweyteyue****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => 'B28A2ECB-AB29-1E01****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B28A2ECB-AB29-1E01****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<SaveModelConfigResponse>\\n <RequestId>B28A2ECB-AB29-1E01****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>SUCCESS</Message>\\n</SaveModelConfigResponse>","errorExample":""}]', + ], + 'CreateUploadPolicy' => [ + 'summary' => '获取OSS授权', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '上传类型,值为:scene(场景)、subScene(子场景)、rooms(rooms文件)、hotspot(后处理相关)', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'scene', + ], + ], + [ + 'name' => 'Option', + 'in' => 'query', + 'schema' => [ + 'title' => '不同类型对应的参数', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '{}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => 'B28A2ECB-AB29-1E01****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'Data' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'AccessId' => [ + 'title' => 'accessId', + 'description' => 'accessId', + 'type' => 'string', + 'example' => 'LTAI5t9k9****', + ], + 'Policy' => [ + 'title' => '授权', + 'description' => '', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMj****', + ], + 'Signature' => [ + 'title' => '签名', + 'description' => '', + 'type' => 'string', + 'example' => 'KdnPJFIG25SM****', + ], + 'Dir' => [ + 'title' => '授权路径', + 'description' => '', + 'type' => 'string', + 'example' => 'dir/', + ], + 'Host' => [ + 'title' => '上传地址', + 'description' => '', + 'type' => 'string', + 'example' => 'oss.aliyun.com', + ], + 'Expire' => [ + 'title' => '授权失效时间(s)', + 'description' => '', + 'type' => 'string', + 'example' => '1658812297', + ], + 'Callback' => [ + 'title' => '上传回调', + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B28A2ECB-AB29-1E01****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"SUCCESS\\",\\n \\"Data\\": {\\n \\"AccessId\\": \\"LTAI****************\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMj****\\",\\n \\"Signature\\": \\"KdnPJFIG25SM****\\",\\n \\"Dir\\": \\"dir/\\",\\n \\"Host\\": \\"oss.aliyun.com\\",\\n \\"Expire\\": \\"1658812297\\",\\n \\"Callback\\": \\"\\\\\\"\\\\\\"\\"\\n },\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"tdsr:CreateUploadPolicy\\",\\n \\"AuthPrincipalDisplayName\\": \\"2xxxxxxxxxxxxx\\",\\n \\"AuthPrincipalOwnerId\\": \\"1xxxxx\\",\\n \\"AuthPrincipalType\\": \\"SubUser\\",\\n \\"EncodedDiagnosticMessage\\": \\"AABBCCxxxxxxxx\\",\\n \\"NoPermissionType\\": \\"ImplicitDeny\\",\\n \\"PolicyType\\": \\"ResourceGroupLevelIdentityBassdPolicy\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateUploadPolicyResponse>\\n <RequestId>B28A2ECB-AB29-1E01****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>SUCCESS</Message>\\n <Data>\\n <AccessId>LTAI****************</AccessId>\\n <Policy>eyJleHBpcmF0aW9uIjoiMj****</Policy>\\n <Signature>KdnPJFIG25SM****</Signature>\\n <Dir>dir/</Dir>\\n <Host>oss.aliyun.com</Host>\\n <Expire>1658812297</Expire>\\n <Callback>\\"\\"</Callback>\\n </Data>\\n <AccessDeniedDetail/>\\n</CreateUploadPolicyResponse>","errorExample":""}]', + ], + 'PublishHotspotConfig' => [ + 'summary' => '保存扩展配置', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'rteyauiiuw****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'description' => '', + 'type' => 'string', + 'example' => 'B28A2ECB-AB29-1E01****', + ], + 'Code' => [ + 'title' => '返回码', + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Message' => [ + 'title' => '错误消息', + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B28A2ECB-AB29-1E01****\\",\\n \\"Code\\": 200,\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"AccessDeniedDetail\\": {\\n \\"AuthAction\\": \\"\\",\\n \\"AuthPrincipalDisplayName\\": \\"\\",\\n \\"AuthPrincipalOwnerId\\": \\"\\",\\n \\"AuthPrincipalType\\": \\"\\",\\n \\"EncodedDiagnosticMessage\\": \\"\\",\\n \\"NoPermissionType\\": \\"\\",\\n \\"PolicyType\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<PublishHotspotConfigResponse>\\n <RequestId>B28A2ECB-AB29-1E01****</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Message>success</Message>\\n</PublishHotspotConfigResponse>","errorExample":""}]', + ], + 'AddHotspotFile' => [ + 'summary' => '保存模型文件', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景Id', + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'FileName', + 'in' => 'query', + 'schema' => [ + 'title' => '文件名', + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'title' => '文件类型', + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'type' => 'string', + ], + 'Code' => [ + 'title' => '返回码', + 'type' => 'integer', + 'format' => 'int64', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'type' => 'boolean', + ], + 'Message' => [ + 'title' => '错误消息', + 'type' => 'string', + ], + 'Data' => [ + 'type' => 'object', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => null, + ], + 'SaveMinimap' => [ + 'summary' => '保存小地图数据', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'SceneId', + 'in' => 'query', + 'schema' => [ + 'title' => '场景ID', + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'Data', + 'in' => 'query', + 'schema' => [ + 'title' => '小地图数据,json字符串', + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '请求ID,与入参requestId对应', + 'type' => 'string', + ], + 'Code' => [ + 'title' => '返回码', + 'type' => 'integer', + 'format' => 'int64', + ], + 'Success' => [ + 'title' => '是否请求成功', + 'type' => 'boolean', + ], + 'Message' => [ + 'title' => '错误消息', + 'type' => 'string', + ], + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => [ + 'type' => 'string', + ], + 'AuthPrincipalDisplayName' => [ + 'type' => 'string', + ], + 'AuthPrincipalOwnerId' => [ + 'type' => 'string', + ], + 'AuthPrincipalType' => [ + 'type' => 'string', + ], + 'EncodedDiagnosticMessage' => [ + 'type' => 'string', + ], + 'NoPermissionType' => [ + 'type' => 'string', + ], + 'PolicyType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'lyj.cn-hangzhou.aliyuncs.com', + ], + ], +]; |
