From b537c7bccbcc20644902ad6f0e309bbe9a6eda24 Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期四, 16 十一月 2023 16:45:41 +0800
Subject: [PATCH] 首页对接数据

---
 src/views/moudle/carInfo/apis.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/views/moudle/carInfo/apis.js b/src/views/moudle/carInfo/apis.js
index eb4a3f4..4fa5eb2 100644
--- a/src/views/moudle/carInfo/apis.js
+++ b/src/views/moudle/carInfo/apis.js
@@ -10,3 +10,27 @@
     url: "/monitor/boxGPS/select",
   });
 }
+
+/**
+ * 缁熻鏈�杩�7鏃ュ湪绾跨殑杞﹁締
+ * @return {Promise<axios.AxiosResponse<any>> | *}
+ */
+export const searchStatisticCreate = ()=>{
+  return axios({
+    method: "GET",
+    url: "/monitor/box/statisticCreate",
+  });
+}
+
+/**
+ * 缁熻杞﹁締鎬绘暟
+ * @return {Promise<axios.AxiosResponse<any>> | *}
+ */
+export const searchStatisticSum = ()=>{
+  return axios({
+    method: "GET",
+    url: "/monitor/box/statisticSum",
+  });
+}
+
+

--
Gitblit v1.9.1