From 3563d2022f499ba185fd747989a191ef9275383a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 17 Jul 2025 11:10:58 +0800
Subject: [PATCH] feat:飞行统计更换接口

---
 src/api/home/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index d453e93..b970b5a 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -56,6 +56,14 @@
     data,
   });
 };
+// 飞行统计111
+export const tongjiNestApi = data => {
+	return request({
+		url: `/drone-device-core/manage/api/v1/devices/getAllDeviceStatistics`,
+		method: 'post',
+		data,
+	})
+}
 // 飞行时长 里程 任务数
 export const getFlyTime = data => {
   return request({

--
Gitblit v1.9.3