| | |
| | | |
| | | |
| | | ## 列表-不带分页 |
| | | ## 列表 |
| | | |
| | | |
| | | **接口地址**:`/area/fwAreaDivide/list` |
| | | **接口地址**:`/area/fwDefenseSceneManage/list` |
| | | |
| | | |
| | | **请求方式**:`GET` |
| | |
| | | **响应数据类型**:`*/*` |
| | | |
| | | |
| | | **接口描述**:<p>传入filterSelected或sceneId或areaTypeKeys或isSetSceneManage或flyTime</p> |
| | | **接口描述**:<p>传入time</p> |
| | | |
| | | |
| | | |
| | |
| | | |
| | | | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | |
| | | | -------- | -------- | ----- | -------- | -------- | ------ | |
| | | |areaTypeKeys|区域类型key集合(逗号分隔)|query|false|string|| |
| | | |filterSelected|是否过滤已被选择的数据(1过滤 0不过滤)|query|false|integer(int32)|| |
| | | |flyTime|时间筛选(yyyy-MM-dd HH:mm:ss)|query|false|string(date-time)|| |
| | | |isSetSceneManage|是否按场景管理过滤(1是 0或空否)|query|false|integer(int32)|| |
| | | |sceneId|场景id|query|false|integer(int64)|| |
| | | |time|时间筛选(yyyy-MM-dd HH:mm:ss)|query|false|string(date-time)|| |
| | | |
| | | |
| | | **响应状态**: |
| | |
| | | |
| | | | 状态码 | 说明 | schema | |
| | | | -------- | -------- | ----- | |
| | | |200|OK|R«List«FwAreaDivideVO»»| |
| | | |200|OK|R«List«FwDefenseSceneManageVO»»| |
| | | |401|Unauthorized|| |
| | | |403|Forbidden|| |
| | | |404|Not Found|| |
| | |
| | | | 参数名称 | 参数说明 | 类型 | schema | |
| | | | -------- | -------- | ----- |----- | |
| | | |code|状态码|integer(int32)|integer(int32)| |
| | | |data|承载数据|array|FwAreaDivideVO| |
| | | |data|承载数据|array|FwDefenseSceneManageVO| |
| | | |  areaCode|区域编码|string|| |
| | | |  areaName|区域名称|string|| |
| | | |  areaTypeKeys|区域面的类型集合逗号隔开|string|| |
| | | |  controlLevel|管控级别:日常/重点/严密|string|| |
| | | |  deviceIds|关联设备ID,逗号分隔|string|| |
| | | |  flyDateEnd|可飞行日期时间-结束|string(date-time)|| |
| | | |  flyDateStart|可飞行日期时间-开始|string(date-time)|| |
| | | |  fwAreaDivideExtList|面数据|array|FwAreaDivideExtVO| |
| | | |    areaCode|区域编码|string|| |
| | | |    areaDivideId|关联主表区域划分ID|integer|| |
| | | |    areaTypeKey|区域类型数字字典key|string|| |
| | | |    areaTypeValue|区域类型数字字典value|string|| |
| | | |    geomJson|几何JSON|string|| |
| | | |    id|主键id|integer|| |
| | | |  id|主键id|integer(int64)|| |
| | | |  policeStationContactPerson|派出所联系人|string|| |
| | | |  policeStationContactPhone|派出所联系电话|string|| |
| | | |  policeStationId|关联派出所id|string|| |
| | | |  policeStationName|派出所名称|string|| |
| | | |  responseMechanism|响应机制内容|string|| |
| | | |  triggerCondition|触发条件|string|| |
| | | |  defenseLeader|防控负责人|string|| |
| | | |  defenseSceneId|关联场景配置ID|integer(int64)|| |
| | | |  defenseSceneName|场景配置名称|string|| |
| | | |  effectiveDateEnd|有效时间-结束|string(date-time)|| |
| | | |  effectiveDateStart|有效时间-开始|string(date-time)|| |
| | | |  id||integer(int64)|| |
| | | |  latitude|指挥点纬度|number(double)|| |
| | | |  leaderPhone|防控负责人电话|string|| |
| | | |  longitude|指挥点经度|number(double)|| |
| | | |  sceneName|场景名称|string|| |
| | | |msg|返回消息|string|| |
| | | |success|是否成功|boolean|| |
| | | |
| | |
| | | "data": [ |
| | | { |
| | | "areaCode": "", |
| | | "areaName": "", |
| | | "areaTypeKeys": "", |
| | | "controlLevel": "", |
| | | "deviceIds": "", |
| | | "flyDateEnd": "", |
| | | "flyDateStart": "", |
| | | "fwAreaDivideExtList": [ |
| | | { |
| | | "areaCode": "", |
| | | "areaDivideId": 0, |
| | | "areaTypeKey": "", |
| | | "areaTypeValue": "", |
| | | "geomJson": "", |
| | | "id": 0 |
| | | } |
| | | ], |
| | | "defenseLeader": "", |
| | | "defenseSceneId": 0, |
| | | "defenseSceneName": "", |
| | | "effectiveDateEnd": "", |
| | | "effectiveDateStart": "", |
| | | "id": 0, |
| | | "policeStationContactPerson": "", |
| | | "policeStationContactPhone": "", |
| | | "policeStationId": "", |
| | | "policeStationName": "", |
| | | "responseMechanism": "", |
| | | "triggerCondition": "" |
| | | "latitude": 0, |
| | | "leaderPhone": "", |
| | | "longitude": 0, |
| | | "sceneName": "" |
| | | } |
| | | ], |
| | | "msg": "", |