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 |   81 +++++++++++++++-------------------------
 1 files changed, 30 insertions(+), 51 deletions(-)

diff --git a/applications/drone-command/src/views/api.txt b/applications/drone-command/src/views/api.txt
index 4563847..7626b6d 100644
--- a/applications/drone-command/src/views/api.txt
+++ b/applications/drone-command/src/views/api.txt
@@ -1,9 +1,9 @@
 
 
-## 列表-不带分页
+## 列表
 
 
-**接口地址**:`/drone-fw/area/fwAreaDivide/list`
+**接口地址**:`/area/fwPoliceStation/list`
 
 
 **请求方式**:`GET`
@@ -15,7 +15,7 @@
 **响应数据类型**:`*/*`
 
 
-**接口描述**:<p>传入filterSelected或sceneId或areaTypeKeys</p>
+**接口描述**:<p>获取全部派出所</p>
 
 
 
@@ -25,11 +25,7 @@
 **请求参数**:
 
 
-| 参数名称 | 参数说明 | 请求类型    | 是否必须 | 数据类型 | schema |
-| -------- | -------- | ----- | -------- | -------- | ------ |
-|areaTypeKeys|区域类型key集合(逗号分隔)|query|false|string||
-|filterSelected|是否过滤已被选择的数据(1过滤 0不过滤)|query|false|integer(int32)||
-|sceneId|场景id|query|false|integer(int64)||
+暂无
 
 
 **响应状态**:
@@ -37,7 +33,7 @@
 
 | 状态码 | 说明 | schema |
 | -------- | -------- | ----- | 
-|200|OK|R«List«FwAreaDivideVO»»|
+|200|OK|R«List«FwPoliceStationVO»»|
 |401|Unauthorized||
 |403|Forbidden||
 |404|Not Found||
@@ -49,28 +45,21 @@
 | 参数名称 | 参数说明 | 类型 | schema |
 | -------- | -------- | ----- |----- | 
 |code|状态码|integer(int32)|integer(int32)|
-|data|承载数据|array|FwAreaDivideVO|
+|data|承载数据|array|FwPoliceStationVO|
+|&emsp;&emsp;address|派出所地址|string||
 |&emsp;&emsp;areaCode|区域编码|string||
-|&emsp;&emsp;areaName|区域名称|string||
-|&emsp;&emsp;areaTypeKeys|区域面的类型集合逗号隔开|string||
-|&emsp;&emsp;controlLevel|管控级别:日常/重点/严密|string||
-|&emsp;&emsp;deviceIds|关联设备ID,逗号分隔|string||
-|&emsp;&emsp;flyDateEnd|可飞行日期时间-结束|string(date-time)||
-|&emsp;&emsp;flyDateStart|可飞行日期时间-开始|string(date-time)||
-|&emsp;&emsp;fwAreaDivideExtList|面数据|array|FwAreaDivideExtVO|
-|&emsp;&emsp;&emsp;&emsp;areaCode|区域编码|string||
-|&emsp;&emsp;&emsp;&emsp;areaDivideId|关联主表区域划分ID|integer||
-|&emsp;&emsp;&emsp;&emsp;areaTypeKey|区域类型数字字典key|string||
-|&emsp;&emsp;&emsp;&emsp;areaTypeValue|区域类型数字字典value|string||
-|&emsp;&emsp;&emsp;&emsp;geomJson|几何JSON|string||
-|&emsp;&emsp;&emsp;&emsp;id|主键id|integer||
+|&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;policeStationContactPerson|派出所联系人|string||
-|&emsp;&emsp;policeStationContactPhone|派出所联系电话|string||
-|&emsp;&emsp;policeStationId|关联派出所id|string||
-|&emsp;&emsp;policeStationName|派出所名称|string||
-|&emsp;&emsp;responseMechanism|响应机制内容|string||
-|&emsp;&emsp;triggerCondition|触发条件|string||
+|&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||
 
@@ -81,30 +70,20 @@
 	"code": 0,
 	"data": [
 		{
+			"address": "",
 			"areaCode": "",
-			"areaName": "",
-			"areaTypeKeys": "",
-			"controlLevel": "",
-			"deviceIds": "",
-			"flyDateEnd": "",
-			"flyDateStart": "",
-			"fwAreaDivideExtList": [
-				{
-					"areaCode": "",
-					"areaDivideId": 0,
-					"areaTypeKey": "",
-					"areaTypeValue": "",
-					"geomJson": "",
-					"id": 0
-				}
-			],
+			"contactPerson": "",
+			"contactPhone": "",
+			"createDept": 0,
+			"createTime": "",
+			"createUser": 0,
 			"id": 0,
-			"policeStationContactPerson": "",
-			"policeStationContactPhone": "",
-			"policeStationId": "",
-			"policeStationName": "",
-			"responseMechanism": "",
-			"triggerCondition": ""
+			"latitude": 0,
+			"longitude": 0,
+			"stationName": "",
+			"status": 0,
+			"updateTime": "",
+			"updateUser": 0
 		}
 	],
 	"msg": "",

--
Gitblit v1.9.3