From b34c4bfb96b9517ca489982e94abf66e3d7c4b66 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 17 三月 2025 11:14:32 +0800
Subject: [PATCH] 检验任务代码迁移

---
 src/api/cnas/resourceDemand/device.js |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/src/api/cnas/resourceDemand/device.js b/src/api/cnas/resourceDemand/device.js
index 659d384..dc23dd9 100644
--- a/src/api/cnas/resourceDemand/device.js
+++ b/src/api/cnas/resourceDemand/device.js
@@ -65,6 +65,51 @@
   });
 }
 
+// 娓╁害寰幆鏁伴噰
+export function temDataAcquisition(data) {
+  return request({
+    url: "/deviceScope/temDataAcquisition",
+    method: "post",
+    data: data,
+  });
+}
+
+// 娓╁害寰幆鏁伴噰鎬讳綋
+export function temDataAcquisition2(data) {
+  return request({
+    url: "/deviceScope/temDataAcquisition2",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鍒ゆ柇璇ヨ澶囨槸鍚﹀彲浠ユ暟閲�
+export function determineWhetherToCollectData(data) {
+  return request({
+    url: "/deviceScope/determineWhetherToCollectData",
+    method: "get",
+    params: data,
+  });
+}
+
+// 鏁伴噰-鏁版嵁閲囬泦
+export function dataCollection(data) {
+  return request({
+    url: "/deviceScope/dataCollection",
+    method: "get",
+    params: data,
+  });
+}
+
+// 閫氳繃椤圭洰鑾峰彇璁惧鍒楄〃
+export function selectDeviceByCategory(data) {
+  return request({
+    url: "/deviceScope/selectDeviceByCategory",
+    method: "get",
+    params: data,
+  });
+}
+
 // 缁存姢鏁伴噰閰嶇疆
 export function numberCollect(data) {
   return request({

--
Gitblit v1.9.3