From d5f6d907e12690a3f7f9780d2ad7bfee85503070 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 4 Nov 2025 16:17:47 +0800
Subject: [PATCH] =?UTF-8?q?2025-11-04=20pc=E6=8E=A5=E5=8F=A3=E6=97=A5?=
=?UTF-8?q?=E5=BF=97=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/sys/interface-log.js | 15 +
.../modules/sys/interface/interfaceLog.vue | 698 ++++++++++++++++++
2 files changed, 713 insertions(+)
create mode 100644 src/api/sys/interface-log.js
create mode 100644 src/views/modules/sys/interface/interfaceLog.vue
diff --git a/src/api/sys/interface-log.js b/src/api/sys/interface-log.js
new file mode 100644
index 0000000..4a3fe82
--- /dev/null
+++ b/src/api/sys/interface-log.js
@@ -0,0 +1,15 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+// ===================================== 接口日志管理 =====================================
+// 查询接口日志列表
+export const searchApiLogs = data => createAPI(`/sys/interfaceLog/list`,'post',data)
+
+// 查询接口参数(主表+明细)
+export const getApiLogParams = data => createAPI(`/sys/interfaceLog/getParams`,'post',data)
+
+// 删除接口日志
+export const deleteApiLogs = data => createAPI(`/sys/interfaceLog/delete`,'post',data)
+
+// 重试接口
+export const retryApiLogs = data => createAPI(`/sys/interfaceLog/retry`,'post',data)
+
diff --git a/src/views/modules/sys/interface/interfaceLog.vue b/src/views/modules/sys/interface/interfaceLog.vue
new file mode 100644
index 0000000..785ad2e
--- /dev/null
+++ b/src/views/modules/sys/interface/interfaceLog.vue
@@ -0,0 +1,698 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 批量删除
+
+
+ 批量重试
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.statusCode }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 接口参数
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ formattedParams }}
+
+
+
+
+
+
+
+
+
+