From beb95fb5fc166804056abafd70fc01ac27de7621 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 26 Jan 2026 09:11:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/drone-command/src/views/api.txt |   93 ++++++++++++++++++++--------------------------
 1 files changed, 40 insertions(+), 53 deletions(-)

diff --git a/applications/drone-command/src/views/api.txt b/applications/drone-command/src/views/api.txt
index 86dc87e..a385ddf 100644
--- a/applications/drone-command/src/views/api.txt
+++ b/applications/drone-command/src/views/api.txt
@@ -1,48 +1,22 @@
 
 
-## 信号干扰,诱导驱离
+## 分页
 
 
-**接口地址**:`/cockpit/dataCockpit/interferenceAndExpulsion`
+**接口地址**:`/blade-log/log/operationLog/page`
 
 
-**请求方式**:`POST`
+**请求方式**:`GET`
 
 
-**请求数据类型**:`application/json`
+**请求数据类型**:`application/x-www-form-urlencoded`
 
 
 **响应数据类型**:`*/*`
 
 
-**接口描述**:<p>传入fwEffectEval</p>
+**接口描述**:<p>分页</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": ""
-}
-```
 
 
 **请求参数**:
@@ -53,24 +27,12 @@
 
 | 参数名称 | 参数说明 | 请求类型    | 是否必须 | 数据类型 | schema |
 | -------- | -------- | ----- | -------- | -------- | ------ |
-|fwEffectEval|fwEffectEval|body|true|FwEffectEvalDTO|FwEffectEvalDTO|
-|&emsp;&emsp;alarmRecordId|告警记录ID(ja_fw_drone_alarm_record.id)||false|integer(int64)||
-|&emsp;&emsp;areaCode|区域编码||false|string||
-|&emsp;&emsp;counterEffect|反制效果(success/fail)||false|string||
-|&emsp;&emsp;coverRadiusM|覆盖范围(米)||false|integer(int32)||
-|&emsp;&emsp;deployLatitude|部署纬度(冗余)||false|number(double)||
-|&emsp;&emsp;deployLongitude|部署经度(冗余)||false|number(double)||
-|&emsp;&emsp;deviceCode|反制设备编码(快照)||false|string||
-|&emsp;&emsp;deviceId|反制设备ID(ja_fw_device.id)||false|integer(int64)||
-|&emsp;&emsp;deviceModel|反制设备型号(快照)||false|string||
-|&emsp;&emsp;deviceName|反制设备名称(快照)||false|string||
-|&emsp;&emsp;deviceType|反制设备类型(快照)||false|string||
-|&emsp;&emsp;droneDeviceCode|无人机设备编码||false|string||
-|&emsp;&emsp;droneName|无人机名称||false|string||
-|&emsp;&emsp;droneType|无人机类型||false|string||
-|&emsp;&emsp;findTime|发现时间||false|string(date-time)||
-|&emsp;&emsp;id|主键id||false|integer(int64)||
-|&emsp;&emsp;workMode|工作模式(机动/固定)||false|string||
+|createBy|操作人|query|false|string||
+|current|当前页|query|false|integer(int32)||
+|endTime|结束时间|query|false|string||
+|size|每页的数量|query|false|integer(int32)||
+|startTime|开始时间|query|false|string||
+|title|日志类型(0菜单/1按钮)|query|false|string||
 
 
 **响应状态**:
@@ -78,8 +40,7 @@
 
 | 状态码 | 说明 | schema |
 | -------- | -------- | ----- | 
-|200|OK|R|
-|201|Created||
+|200|OK|R«IPage«OperationLogVO»»|
 |401|Unauthorized||
 |403|Forbidden||
 |404|Not Found||
@@ -91,7 +52,18 @@
 | 参数名称 | 参数说明 | 类型 | schema |
 | -------- | -------- | ----- |----- | 
 |code|状态码|integer(int32)|integer(int32)|
-|data|承载数据|object||
+|data|承载数据|IPage«OperationLogVO»|IPage«OperationLogVO»|
+|&emsp;&emsp;current||integer(int64)||
+|&emsp;&emsp;pages||integer(int64)||
+|&emsp;&emsp;records||array|OperationLogVO|
+|&emsp;&emsp;&emsp;&emsp;createBy|操作人|string||
+|&emsp;&emsp;&emsp;&emsp;remoteIp|客户端IP|string||
+|&emsp;&emsp;&emsp;&emsp;requestUri|请求地址|string||
+|&emsp;&emsp;&emsp;&emsp;title|日志标题|string||
+|&emsp;&emsp;&emsp;&emsp;type|日志类型(0菜单/1按钮)|string||
+|&emsp;&emsp;&emsp;&emsp;userAgent|客户端|string||
+|&emsp;&emsp;size||integer(int64)||
+|&emsp;&emsp;total||integer(int64)||
 |msg|返回消息|string||
 |success|是否成功|boolean||
 
@@ -100,7 +72,22 @@
 ```javascript
 {
 	"code": 0,
-	"data": {},
+	"data": {
+		"current": 0,
+		"pages": 0,
+		"records": [
+			{
+				"createBy": "",
+				"remoteIp": "",
+				"requestUri": "",
+				"title": "",
+				"type": "",
+				"userAgent": ""
+			}
+		],
+		"size": 0,
+		"total": 0
+	},
 	"msg": "",
 	"success": true
 }

--
Gitblit v1.9.3