From b613b1c082f646e5de9a88ea3f072ad9c5cf898e Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 07 三月 2024 17:52:29 +0800
Subject: [PATCH] ERP接口
---
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