From 039679bf092a8a6cb1f8c921c8a2cfa5306dcf73 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 26 Feb 2026 14:25:02 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/drone-command/src/views/api.txt |  143 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 107 insertions(+), 36 deletions(-)

diff --git a/applications/drone-command/src/views/api.txt b/applications/drone-command/src/views/api.txt
index 7626b6d..8961416 100644
--- a/applications/drone-command/src/views/api.txt
+++ b/applications/drone-command/src/views/api.txt
@@ -3,7 +3,7 @@
 ## 列表
 
 
-**接口地址**:`/area/fwPoliceStation/list`
+**接口地址**:`/cockpit/dataCockpit/defenseSceneManageList`
 
 
 **请求方式**:`GET`
@@ -15,7 +15,104 @@
 **响应数据类型**:`*/*`
 
 
-**接口描述**:<p>获取全部派出所</p>
+**接口描述**:<p>传入time</p>
+
+
+
+**请求参数**:
+
+
+**请求参数**:
+
+
+| 参数名称 | 参数说明 | 请求类型    | 是否必须 | 数据类型 | schema |
+| -------- | -------- | ----- | -------- | -------- | ------ |
+|time|时间筛选(yyyy-MM-dd HH:mm:ss)|query|false|string(date-time)||
+
+
+**响应状态**:
+
+
+| 状态码 | 说明 | schema |
+| -------- | -------- | ----- | 
+|200|OK|R«List«FwDefenseSceneManageVO»»|
+|401|Unauthorized||
+|403|Forbidden||
+|404|Not Found||
+
+
+**响应参数**:
+
+
+| 参数名称 | 参数说明 | 类型 | schema |
+| -------- | -------- | ----- |----- | 
+|code|状态码|integer(int32)|integer(int32)|
+|data|承载数据|array|FwDefenseSceneManageVO|
+|&emsp;&emsp;areaCode|区域编码|string||
+|&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||
+
+
+**响应示例**:
+```javascript
+{
+	"code": 0,
+	"data": [
+		{
+			"areaCode": "",
+			"areaCount": 0,
+			"defenseLeader": "",
+			"defenseSceneId": 0,
+			"defenseSceneName": "",
+			"deviceCount": 0,
+			"effectiveDateEnd": "",
+			"effectiveDateStart": "",
+			"id": 0,
+			"latitude": 0,
+			"leaderPhone": "",
+			"longitude": 0,
+			"sceneName": "",
+			"sceneType": ""
+		}
+	],
+	"msg": "",
+	"success": true
+}
+```
+
+
+
+
+
+## 场景管理统计
+
+
+**接口地址**:`/cockpit/dataCockpit/sceneManageStatistics`
+
+
+**请求方式**:`GET`
+
+
+**请求数据类型**:`application/x-www-form-urlencoded`
+
+
+**响应数据类型**:`*/*`
+
+
+**接口描述**:<p>返回场景管理数量与区域数量</p>
 
 
 
@@ -33,7 +130,7 @@
 
 | 状态码 | 说明 | schema |
 | -------- | -------- | ----- | 
-|200|OK|R«List«FwPoliceStationVO»»|
+|200|OK|R«SceneManageStatisticsVO»|
 |401|Unauthorized||
 |403|Forbidden||
 |404|Not Found||
@@ -45,21 +142,9 @@
 | 参数名称 | 参数说明 | 类型 | schema |
 | -------- | -------- | ----- |----- | 
 |code|状态码|integer(int32)|integer(int32)|
-|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)||
+|data|承载数据|SceneManageStatisticsVO|SceneManageStatisticsVO|
+|&emsp;&emsp;areaCount|区域数量|integer(int32)||
+|&emsp;&emsp;sceneManageCount|场景管理数量|integer(int32)||
 |msg|返回消息|string||
 |success|是否成功|boolean||
 
@@ -68,24 +153,10 @@
 ```javascript
 {
 	"code": 0,
-	"data": [
-		{
-			"address": "",
-			"areaCode": "",
-			"contactPerson": "",
-			"contactPhone": "",
-			"createDept": 0,
-			"createTime": "",
-			"createUser": 0,
-			"id": 0,
-			"latitude": 0,
-			"longitude": 0,
-			"stationName": "",
-			"status": 0,
-			"updateTime": "",
-			"updateUser": 0
-		}
-	],
+	"data": {
+		"areaCount": 0,
+		"sceneManageCount": 0
+	},
 	"msg": "",
 	"success": true
 }

--
Gitblit v1.9.3