From 2ae60f81bbef5b2de4a9cc3e90bbedf19e8e4446 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 07 三月 2024 10:24:00 +0800
Subject: [PATCH] mrshi

---
 admin/src/api/business/device.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/admin/src/api/business/device.js b/admin/src/api/business/device.js
index 4f85769..16cb174 100644
--- a/admin/src/api/business/device.js
+++ b/admin/src/api/business/device.js
@@ -7,6 +7,16 @@
   })
 }
 
+// 鍚屾
+export function syncDevices (data) {
+  return request.post('/business/hksync/syncDevices', data)
+}
+
+// 鑾峰彇闂ㄧ闆嗗悎-鎻愪緵缁欓棬绂佺粍
+export function getList (data) {
+  return request.post('/business/device/getList', data)
+}
+
 // 淇敼
 export function updateById (data) {
   return request.post('/business/device/updateById', data)

--
Gitblit v1.9.3