From 98899e05df715b4fc19b361ddde0f2a7b9ec5c29 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期四, 08 八月 2024 09:28:45 +0800
Subject: [PATCH] 大屏部分数据对接

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

diff --git a/src/api/platform/point.js b/src/api/platform/point.js
index 21abe48..54de0d7 100644
--- a/src/api/platform/point.js
+++ b/src/api/platform/point.js
@@ -92,3 +92,11 @@
     }
   })
 }
+
+// 鏍规嵁鍗曚綅id鏌ユ壘鍚堝悓
+export function timeRange(unitId) {
+  return request({
+    url: '/system/contract/time/' + unitId,
+    method: 'get'
+  })
+}

--
Gitblit v1.8.0