## 获取场景点位信息
### 基本信息
**Path:** /scene/getScenePointInfo
**Method:** POST
**接口描述:**
### 请求参数
**Headers**
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
| ------------ | ------------ | ------------ | ------------ | ------------ |
| Content-Type | application/json | 是 | | |
**Body**
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| sceneCode | string | 必须 | | 场景码 | |
### 返回数据
```javascript
{"type":"object","title":"empty object","properties":{}}
```
## 获取obj文件
### 基本信息
**Path:** /scene/getSceneObjFiles
**Method:** POST
**接口描述:**
### 请求参数
**Headers**
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
| ------------ | ------------ | ------------ | ------------ | ------------ |
| Content-Type | application/json | 是 | | |
**Body**
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| sceneCode | string | 非必须 | | 场景码 | |
### 返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| code | number | 非必须 | | | |
| message | string | 非必须 | | | |
| data | string [] | 非必须 | | | item 类型: string |
| ├─ | | 非必须 | | 下载链接 | |
| success | boolean | 非必须 | | | |
| timestamp | number | 非必须 | | | |
## 获取全景图
### 基本信息
**Path:** /scene/getScenePanoramicImageFiles
**Method:** POST
**接口描述:**
### 请求参数
**Headers**
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
| ------------ | ------------ | ------------ | ------------ | ------------ |
| Content-Type | application/json | 是 | | |
**Body**
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| sceneCode | string | 非必须 | | 场景码 | |
### 返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| code | number | 非必须 | | | |
| message | string | 非必须 | | | |
| data | string [] | 非必须 | | | item 类型: string |
| ├─ | | 非必须 | | 下载链接 | |
| success | boolean | 非必须 | | | |
| timestamp | number | 非必须 | | | |
## 获取场景列表
### 基本信息
**Path:** /scene/getScenesByUsername
**Method:** POST
**接口描述:**
### 请求参数
**Headers**
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
| ------------ | ------------ | ------------ | ------------ | ------------ |
| Content-Type | application/json | 是 | | |
**Body**
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| cameraType | string | 非必须 | | 相机类型(mega-激光,kankan-看看、看见),不填默认全部 | |
| pageNum | number | 非必须 | | 页码 | |
| pageSize | number | 非必须 | | 每页大小 | |
### 返回数据