| | |
| | | |
| | | |
| | | ## 信号干扰,诱导驱离 |
| | | ## 列表-不带分页 |
| | | |
| | | |
| | | **接口地址**:`/cockpit/dataCockpit/interferenceAndExpulsion` |
| | | **接口地址**:`/drone-fw/area/fwAreaDivide/list` |
| | | |
| | | |
| | | **请求方式**:`POST` |
| | | **请求方式**:`GET` |
| | | |
| | | |
| | | **请求数据类型**:`application/json` |
| | | **请求数据类型**:`application/x-www-form-urlencoded` |
| | | |
| | | |
| | | **响应数据类型**:`*/*` |
| | | |
| | | |
| | | **接口描述**:<p>传入fwEffectEval</p> |
| | | **接口描述**:<p>传入filterSelected或sceneId或areaTypeKeys</p> |
| | | |
| | | |
| | | |
| | | **请求示例**: |
| | | |
| | | |
| | | ```javascript |
| | | { |
| | | "alarmRecordId": 0, |
| | | "areaCode": "", |
| | | "counterEffect": "", |
| | | "coverRadiusM": 0, |
| | | "deployLatitude": 0, |
| | | "deployLongitude": 0, |
| | | "deviceCode": "", |
| | | "deviceId": 0, |
| | | "deviceModel": "", |
| | | "deviceName": "", |
| | | "deviceType": "", |
| | | "droneDeviceCode": "", |
| | | "droneName": "", |
| | | "droneType": "", |
| | | "findTime": "", |
| | | "id": 0, |
| | | "workMode": "" |
| | | } |
| | | ``` |
| | | |
| | | |
| | | **请求参数**: |
| | |
| | | |
| | | | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | |
| | | | -------- | -------- | ----- | -------- | -------- | ------ | |
| | | |fwEffectEval|fwEffectEval|body|true|FwEffectEvalDTO|FwEffectEvalDTO| |
| | | |  alarmRecordId|告警记录ID(ja_fw_drone_alarm_record.id)||false|integer(int64)|| |
| | | |  areaCode|区域编码||false|string|| |
| | | |  counterEffect|反制效果(success/fail)||false|string|| |
| | | |  coverRadiusM|覆盖范围(米)||false|integer(int32)|| |
| | | |  deployLatitude|部署纬度(冗余)||false|number(double)|| |
| | | |  deployLongitude|部署经度(冗余)||false|number(double)|| |
| | | |  deviceCode|反制设备编码(快照)||false|string|| |
| | | |  deviceId|反制设备ID(ja_fw_device.id)||false|integer(int64)|| |
| | | |  deviceModel|反制设备型号(快照)||false|string|| |
| | | |  deviceName|反制设备名称(快照)||false|string|| |
| | | |  deviceType|反制设备类型(快照)||false|string|| |
| | | |  droneDeviceCode|无人机设备编码||false|string|| |
| | | |  droneName|无人机名称||false|string|| |
| | | |  droneType|无人机类型||false|string|| |
| | | |  findTime|发现时间||false|string(date-time)|| |
| | | |  id|主键id||false|integer(int64)|| |
| | | |  workMode|工作模式(机动/固定)||false|string|| |
| | | |areaTypeKeys|区域类型key集合(逗号分隔)|query|false|string|| |
| | | |filterSelected|是否过滤已被选择的数据(1过滤 0不过滤)|query|false|integer(int32)|| |
| | | |sceneId|场景id|query|false|integer(int64)|| |
| | | |
| | | |
| | | **响应状态**: |
| | |
| | | |
| | | | 状态码 | 说明 | schema | |
| | | | -------- | -------- | ----- | |
| | | |200|OK|R| |
| | | |201|Created|| |
| | | |200|OK|R«List«FwAreaDivideVO»»| |
| | | |401|Unauthorized|| |
| | | |403|Forbidden|| |
| | | |404|Not Found|| |
| | |
| | | | 参数名称 | 参数说明 | 类型 | schema | |
| | | | -------- | -------- | ----- |----- | |
| | | |code|状态码|integer(int32)|integer(int32)| |
| | | |data|承载数据|object|| |
| | | |data|承载数据|array|FwAreaDivideVO| |
| | | |  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|| |
| | | |msg|返回消息|string|| |
| | | |success|是否成功|boolean|| |
| | | |
| | |
| | | ```javascript |
| | | { |
| | | "code": 0, |
| | | "data": {}, |
| | | "data": [ |
| | | { |
| | | "areaCode": "", |
| | | "areaName": "", |
| | | "areaTypeKeys": "", |
| | | "controlLevel": "", |
| | | "deviceIds": "", |
| | | "flyDateEnd": "", |
| | | "flyDateStart": "", |
| | | "fwAreaDivideExtList": [ |
| | | { |
| | | "areaCode": "", |
| | | "areaDivideId": 0, |
| | | "areaTypeKey": "", |
| | | "areaTypeValue": "", |
| | | "geomJson": "", |
| | | "id": 0 |
| | | } |
| | | ], |
| | | "id": 0, |
| | | "policeStationContactPerson": "", |
| | | "policeStationContactPhone": "", |
| | | "policeStationId": "", |
| | | "policeStationName": "", |
| | | "responseMechanism": "", |
| | | "triggerCondition": "" |
| | | } |
| | | ], |
| | | "msg": "", |
| | | "success": true |
| | | } |