From 5445620776cf2ce5f5b9f7c1a7d54b0e2ff1bb9e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 12 Aug 2025 14:10:59 +0800
Subject: [PATCH] feat:样式调整

---
 src/api/dataCenter/dataCenter.js |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/src/api/dataCenter/dataCenter.js b/src/api/dataCenter/dataCenter.js
index 2c0a1a4..da14432 100644
--- a/src/api/dataCenter/dataCenter.js
+++ b/src/api/dataCenter/dataCenter.js
@@ -35,6 +35,23 @@
 		data
 	})
 }
+
+// 查询下载状态
+export const getDownloadStatusApi = (data) => {
+	return request({
+		url: `/blade-resource/attach/getDownloadStatus`,
+		method: 'post',
+		data
+	})
+}
+// 取消下载
+export const cancelDownloadApi = (data) => {
+	return request({
+		url: `/blade-resource/attach/cancelDownload`,
+		method: 'post',
+		data
+	})
+}
 // 地图
 export const getMapInfoAPI = (jobId) => {
     return request({
@@ -64,3 +81,11 @@
 		  },
 	})
 }
+// 获取机场下的文件夹
+export const getJobIdsBySnApi = (params, dockSn) => {
+	return request({
+		url: `/drone-device-core/wayline/api/v1/workspaces/getJobIdsBySn`,
+		method: 'get',
+		params,
+	})
+}
\ No newline at end of file

--
Gitblit v1.9.3