From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整

---
 applications/drone-command/src/views/api.txt |  127 ++++++++++++-----------------------------
 1 files changed, 38 insertions(+), 89 deletions(-)

diff --git a/applications/drone-command/src/views/api.txt b/applications/drone-command/src/views/api.txt
index 1decdbe..7626b6d 100644
--- a/applications/drone-command/src/views/api.txt
+++ b/applications/drone-command/src/views/api.txt
@@ -1,9 +1,9 @@
 
 
-## 历史告警-实时告警
+## 列表
 
 
-**接口地址**:`/cockpit/dataCockpit/alarmLog`
+**接口地址**:`/area/fwPoliceStation/list`
 
 
 **请求方式**:`GET`
@@ -15,7 +15,7 @@
 **响应数据类型**:`*/*`
 
 
-**接口描述**:<p>传入fwDroneAlarmRecord</p>
+**接口描述**:<p>获取全部派出所</p>
 
 
 
@@ -25,33 +25,7 @@
 **请求参数**:
 
 
-| 参数名称 | 参数说明 | 请求类型    | 是否必须 | 数据类型 | schema |
-| -------- | -------- | ----- | -------- | -------- | ------ |
-|alarmTime|告警时间|query|false|string(date-time)||
-|alarmType|告警类型:1.实时告警/2.历史告警|query|false|string||
-|areaCode|区域编码|query|false|string||
-|areaDivideId|区域id ja_fw_area_divide|query|false|string||
-|areaName|区域名称|query|false|string||
-|counterWay|反制方式:1.信号干扰/2.诱导驱离/无|query|false|string||
-|current|当前页|query|false|integer(int32)||
-|defenseSceneId|场景id ja_fw_defense_scene.id|query|false|string||
-|deviceId|反无设备ID(关联ja_fw_device.id)|query|false|integer(int64)||
-|deviceType|设备类型|query|false|string||
-|droneName|无人机名称|query|false|string||
-|droneSerialNo|无人机序列号|query|false|string||
-|droneType|无人机类型(1.微型机/2.植保机...)|query|false|string||
-|endTime|结束时间|query|false|string||
-|flightHeightM|飞行高度(m)|query|false|integer(int32)||
-|flightSpeedMs|飞行速度(m/s)|query|false|number||
-|flightStatus|飞行状态:1.侦测中/2.反制中|query|false|string||
-|id|主键id|query|false|integer(int64)||
-|latitude|当前纬度|query|false|number(double)||
-|longitude|当前经度|query|false|number(double)||
-|signalFreqMhz|信号频段(MHz)|query|false|integer(int32)||
-|size|每页的数量|query|false|integer(int32)||
-|startTime|开始时间|query|false|string||
-|stayDuration|停留时长 (秒) |query|false|string||
-|triggerReason|触发原因|query|false|string||
+暂无
 
 
 **响应状态**:
@@ -59,7 +33,7 @@
 
 | 状态码 | 说明 | schema |
 | -------- | -------- | ----- | 
-|200|OK|R«IPage«FwDroneAlarmRecordVO»»|
+|200|OK|R«List«FwPoliceStationVO»»|
 |401|Unauthorized||
 |403|Forbidden||
 |404|Not Found||
@@ -71,33 +45,21 @@
 | 参数名称 | 参数说明 | 类型 | schema |
 | -------- | -------- | ----- |----- | 
 |code|状态码|integer(int32)|integer(int32)|
-|data|承载数据|IPage«FwDroneAlarmRecordVO»|IPage«FwDroneAlarmRecordVO»|
-|&emsp;&emsp;current||integer(int64)||
-|&emsp;&emsp;pages||integer(int64)||
-|&emsp;&emsp;records||array|FwDroneAlarmRecordVO|
-|&emsp;&emsp;&emsp;&emsp;alarmTime|告警时间|string||
-|&emsp;&emsp;&emsp;&emsp;alarmType|告警类型:1.实时告警/2.历史告警|string||
-|&emsp;&emsp;&emsp;&emsp;areaCode|区域编码|string||
-|&emsp;&emsp;&emsp;&emsp;areaName|区域名称|string||
-|&emsp;&emsp;&emsp;&emsp;counterWay|反制方式:1.信号干扰/2.诱导驱离/3.无|string||
-|&emsp;&emsp;&emsp;&emsp;deviceId|反无设备ID(关联ja_fw_device.id)|integer||
-|&emsp;&emsp;&emsp;&emsp;deviceModel|设备型号|string||
-|&emsp;&emsp;&emsp;&emsp;deviceName|设备名称|string||
-|&emsp;&emsp;&emsp;&emsp;deviceType|设备类型(1.便捷侦测箱/2.反制枪/3.察打一体)|string||
-|&emsp;&emsp;&emsp;&emsp;droneName|无人机名称|string||
-|&emsp;&emsp;&emsp;&emsp;droneSerialNo|无人机序列号|string||
-|&emsp;&emsp;&emsp;&emsp;droneType|无人机类型(1.微型机/2.植保机...)|string||
-|&emsp;&emsp;&emsp;&emsp;flightHeightM|飞行高度(m)|integer||
-|&emsp;&emsp;&emsp;&emsp;flightSpeedMs|飞行速度(m/s)|number||
-|&emsp;&emsp;&emsp;&emsp;flightStatus|飞行状态:1.侦测中/2.反制中|string||
-|&emsp;&emsp;&emsp;&emsp;id|主键id|integer||
-|&emsp;&emsp;&emsp;&emsp;latitude|当前纬度|number||
-|&emsp;&emsp;&emsp;&emsp;longitude|当前经度|number||
-|&emsp;&emsp;&emsp;&emsp;signalFreqMhz|信号频段(MHz)|integer||
-|&emsp;&emsp;&emsp;&emsp;stayDuration|停留时长(秒)|string||
-|&emsp;&emsp;&emsp;&emsp;triggerReason|触发原因|string||
-|&emsp;&emsp;size||integer(int64)||
-|&emsp;&emsp;total||integer(int64)||
+|data|承载数据|array|FwPoliceStationVO|
+|&emsp;&emsp;address|派出所地址|string||
+|&emsp;&emsp;areaCode|区域编码|string||
+|&emsp;&emsp;contactPerson|联系人|string||
+|&emsp;&emsp;contactPhone|联系方式|string||
+|&emsp;&emsp;createDept|创建部门|integer(int64)||
+|&emsp;&emsp;createTime|创建时间|string(date-time)||
+|&emsp;&emsp;createUser|创建人|integer(int64)||
+|&emsp;&emsp;id|主键id|integer(int64)||
+|&emsp;&emsp;latitude|纬度|number(double)||
+|&emsp;&emsp;longitude|经度|number(double)||
+|&emsp;&emsp;stationName|派出所名称|string||
+|&emsp;&emsp;status|状态(0正常 1停用)|integer(int32)||
+|&emsp;&emsp;updateTime|更新时间|string(date-time)||
+|&emsp;&emsp;updateUser|更新人|integer(int64)||
 |msg|返回消息|string||
 |success|是否成功|boolean||
 
@@ -106,37 +68,24 @@
 ```javascript
 {
 	"code": 0,
-	"data": {
-		"current": 0,
-		"pages": 0,
-		"records": [
-			{
-				"alarmTime": "",
-				"alarmType": "",
-				"areaCode": "",
-				"areaName": "",
-				"counterWay": "",
-				"deviceId": 0,
-				"deviceModel": "",
-				"deviceName": "",
-				"deviceType": "",
-				"droneName": "",
-				"droneSerialNo": "",
-				"droneType": "",
-				"flightHeightM": 0,
-				"flightSpeedMs": 0,
-				"flightStatus": "",
-				"id": 0,
-				"latitude": 0,
-				"longitude": 0,
-				"signalFreqMhz": 0,
-				"stayDuration": "",
-				"triggerReason": ""
-			}
-		],
-		"size": 0,
-		"total": 0
-	},
+	"data": [
+		{
+			"address": "",
+			"areaCode": "",
+			"contactPerson": "",
+			"contactPhone": "",
+			"createDept": 0,
+			"createTime": "",
+			"createUser": 0,
+			"id": 0,
+			"latitude": 0,
+			"longitude": 0,
+			"stationName": "",
+			"status": 0,
+			"updateTime": "",
+			"updateUser": 0
+		}
+	],
 	"msg": "",
 	"success": true
 }

--
Gitblit v1.9.3