简要描述:
- 设置地图接入信息
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.9.7 | 朱小乾 | 2023-12-12 | - |
请求URL:
-/api/mobileGuide/examMap/ExamMapSetting
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| isEnabled | 是 | bool | |
| appName | 是 | string | |
| key | 是 | string | |
| mapID | 是 | string | |
| themeID | 是 | string | |
| mode | 是 | int | Mode:0:云端调用 , 1本地调用 |
| mapFile | 是 | string |
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": true}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
备注:
-
文档更新时间: 2023-12-12 15:23