## 获取场景点位信息 ### 基本信息 **Path:** /scene/getScenePointInfo **Method:** POST **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | ------------ | ------------ | ------------ | ------------ | ------------ | | Content-Type | application/json | 是 | | | **Body**
名称类型是否必须默认值备注其他信息
sceneCodestring必须场景码
### 返回数据 ```javascript {"type":"object","title":"empty object","properties":{}} ``` ## 获取obj文件 ### 基本信息 **Path:** /scene/getSceneObjFiles **Method:** POST **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | ------------ | ------------ | ------------ | ------------ | ------------ | | Content-Type | application/json | 是 | | | **Body**
名称类型是否必须默认值备注其他信息
sceneCodestring非必须场景码
### 返回数据
名称类型是否必须默认值备注其他信息
codenumber非必须
messagestring非必须
datastring []非必须

item 类型: string

├─ 非必须下载链接
successboolean非必须
timestampnumber非必须
## 获取全景图 ### 基本信息 **Path:** /scene/getScenePanoramicImageFiles **Method:** POST **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | ------------ | ------------ | ------------ | ------------ | ------------ | | Content-Type | application/json | 是 | | | **Body**
名称类型是否必须默认值备注其他信息
sceneCodestring非必须场景码
### 返回数据
名称类型是否必须默认值备注其他信息
codenumber非必须
messagestring非必须
datastring []非必须

item 类型: string

├─ 非必须下载链接
successboolean非必须
timestampnumber非必须
## 获取场景列表 ### 基本信息 **Path:** /scene/getScenesByUsername **Method:** POST **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | ------------ | ------------ | ------------ | ------------ | ------------ | | Content-Type | application/json | 是 | | | **Body**
名称类型是否必须默认值备注其他信息
cameraTypestring非必须相机类型(mega-激光,kankan-看看、看见),不填默认全部
pageNumnumber非必须页码
pageSizenumber非必须每页大小
### 返回数据
名称类型是否必须默认值备注其他信息