From 3ec8d3625e6fb7614e2ec4bb02ed99a3cdf4cdb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 12 Feb 2026 11:28:47 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/drone-command/src/views/api.txt |  145 +++++++++++++++++++++++++++++++++---------------
 1 files changed, 100 insertions(+), 45 deletions(-)

diff --git a/applications/drone-command/src/views/api.txt b/applications/drone-command/src/views/api.txt
index c55353c..8961416 100644
--- a/applications/drone-command/src/views/api.txt
+++ b/applications/drone-command/src/views/api.txt
@@ -1,34 +1,22 @@
 
 
-## 根据多边形区域查询派出所
+## 列表
 
 
-**接口地址**:`/area/fwPoliceStation/queryByPolygons`
+**接口地址**:`/cockpit/dataCockpit/defenseSceneManageList`
 
 
-**请求方式**:`POST`
+**请求方式**:`GET`
 
 
-**请求数据类型**:`application/json`
+**请求数据类型**:`application/x-www-form-urlencoded`
 
 
 **响应数据类型**:`*/*`
 
 
-**接口描述**:<p>传入多边形WKT字符串集合</p>
+**接口描述**:<p>传入time</p>
 
-
-
-**请求示例**:
-
-
-```javascript
-{
-  "polygons": [
-    "POLYGON((114.96898636473107 27.11156483383477,114.97972069576815 27.111564833834766,114.97972069576815 27.120473921808035,114.96898636473107 27.120473921808035,114.96898636473107 27.11156483383477))"
-  ]
-}
-```
 
 
 **请求参数**:
@@ -39,8 +27,7 @@
 
 | 参数名称 | 参数说明 | 请求类型    | 是否必须 | 数据类型 | schema |
 | -------- | -------- | ----- | -------- | -------- | ------ |
-|dto|派出所多边形区域查询入参|body|true|FwPoliceStationPolygonQueryDTO对象|FwPoliceStationPolygonQueryDTO对象|
-|&emsp;&emsp;polygons|多边形WKT字符串集合||true|array|string|
+|time|时间筛选(yyyy-MM-dd HH:mm:ss)|query|false|string(date-time)||
 
 
 **响应状态**:
@@ -48,8 +35,7 @@
 
 | 状态码 | 说明 | schema |
 | -------- | -------- | ----- | 
-|200|OK|R«List«FwPoliceStationVO»»|
-|201|Created||
+|200|OK|R«List«FwDefenseSceneManageVO»»|
 |401|Unauthorized||
 |403|Forbidden||
 |404|Not Found||
@@ -61,21 +47,21 @@
 | 参数名称 | 参数说明 | 类型 | schema |
 | -------- | -------- | ----- |----- | 
 |code|状态码|integer(int32)|integer(int32)|
-|data|承载数据|array|FwPoliceStationVO|
-|&emsp;&emsp;address|派出所地址|string||
+|data|承载数据|array|FwDefenseSceneManageVO|
 |&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)||
+|&emsp;&emsp;areaCount|区域数量|integer(int32)||
+|&emsp;&emsp;defenseLeader|防控负责人|string||
+|&emsp;&emsp;defenseSceneId|关联场景配置ID|integer(int64)||
+|&emsp;&emsp;defenseSceneName|场景配置名称|string||
+|&emsp;&emsp;deviceCount|设备数量|integer(int32)||
+|&emsp;&emsp;effectiveDateEnd|有效时间-结束|string(date-time)||
+|&emsp;&emsp;effectiveDateStart|有效时间-开始|string(date-time)||
+|&emsp;&emsp;id||integer(int64)||
+|&emsp;&emsp;latitude|指挥点纬度|number(double)||
+|&emsp;&emsp;leaderPhone|防控负责人电话|string||
+|&emsp;&emsp;longitude|指挥点经度|number(double)||
+|&emsp;&emsp;sceneName|场景名称|string||
+|&emsp;&emsp;sceneType|场景类型:核心区/学校等|string||
 |msg|返回消息|string||
 |success|是否成功|boolean||
 
@@ -86,23 +72,92 @@
 	"code": 0,
 	"data": [
 		{
-			"address": "",
 			"areaCode": "",
-			"contactPerson": "",
-			"contactPhone": "",
-			"createDept": 0,
-			"createTime": "",
-			"createUser": 0,
+			"areaCount": 0,
+			"defenseLeader": "",
+			"defenseSceneId": 0,
+			"defenseSceneName": "",
+			"deviceCount": 0,
+			"effectiveDateEnd": "",
+			"effectiveDateStart": "",
 			"id": 0,
 			"latitude": 0,
+			"leaderPhone": "",
 			"longitude": 0,
-			"stationName": "",
-			"status": 0,
-			"updateTime": "",
-			"updateUser": 0
+			"sceneName": "",
+			"sceneType": ""
 		}
 	],
 	"msg": "",
 	"success": true
 }
+```
+
+
+
+
+
+## 场景管理统计
+
+
+**接口地址**:`/cockpit/dataCockpit/sceneManageStatistics`
+
+
+**请求方式**:`GET`
+
+
+**请求数据类型**:`application/x-www-form-urlencoded`
+
+
+**响应数据类型**:`*/*`
+
+
+**接口描述**:<p>返回场景管理数量与区域数量</p>
+
+
+
+**请求参数**:
+
+
+**请求参数**:
+
+
+暂无
+
+
+**响应状态**:
+
+
+| 状态码 | 说明 | schema |
+| -------- | -------- | ----- | 
+|200|OK|R«SceneManageStatisticsVO»|
+|401|Unauthorized||
+|403|Forbidden||
+|404|Not Found||
+
+
+**响应参数**:
+
+
+| 参数名称 | 参数说明 | 类型 | schema |
+| -------- | -------- | ----- |----- | 
+|code|状态码|integer(int32)|integer(int32)|
+|data|承载数据|SceneManageStatisticsVO|SceneManageStatisticsVO|
+|&emsp;&emsp;areaCount|区域数量|integer(int32)||
+|&emsp;&emsp;sceneManageCount|场景管理数量|integer(int32)||
+|msg|返回消息|string||
+|success|是否成功|boolean||
+
+
+**响应示例**:
+```javascript
+{
+	"code": 0,
+	"data": {
+		"areaCount": 0,
+		"sceneManageCount": 0
+	},
+	"msg": "",
+	"success": true
+}
 ```
\ No newline at end of file

--
Gitblit v1.9.3