From 2ebcde1b7e142dbe4281607cfb711eb6d0e2a65c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 07 May 2025 10:16:11 +0800
Subject: [PATCH] 文字调整

---
 src/api/tickets/ticket.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/tickets/ticket.js b/src/api/tickets/ticket.js
index 2ed3753..57df423 100644
--- a/src/api/tickets/ticket.js
+++ b/src/api/tickets/ticket.js
@@ -71,3 +71,20 @@
     },
   });
 };
+
+// 新增接口:获取状态统计数据
+export const getstatusCount = (params) => {
+  return request({
+    url: '/drone-device-core/jobEvent/getstatusCount',
+    method: 'get',
+    params,
+  });
+};
+
+export const getStepInfo = (eventNum) => {
+  return request({
+    url: '/drone-device-core/jobEvent/getStepInfo',
+    method: 'get',
+    params: { eventNum }
+  });
+};

--
Gitblit v1.9.3