From 6a8a08ff5246b8d474a3bff55c97f66c140dd625 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 01 八月 2024 15:33:18 +0800
Subject: [PATCH] feat:异常恢复监控
---
src/api/platform/monitor.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/platform/monitor.js b/src/api/platform/monitor.js
index d3f6317..b2f006f 100644
--- a/src/api/platform/monitor.js
+++ b/src/api/platform/monitor.js
@@ -9,6 +9,22 @@
})
}
+// 鏌ヨ璁惧璧勪骇缁熻鏁�
+export function videoCount(type) {
+ return request({
+ url: '/system/monitor/getVideoCount/' + type,
+ method: 'get'
+ })
+}
+
+// 鏌ヨ寮傚父鎭㈠璁惧璧勪骇缁熻鏁�
+export function recoveryException() {
+ return request({
+ url: '/system/monitor/recoveryException',
+ method: 'get'
+ })
+}
+
// 鏌ヨ璁惧璧勪骇璇︾粏
export function getMonitor(id) {
return request({
--
Gitblit v1.8.0