From 0f8be5eece9ec8a8a03dc7d4e4b3231e4dc4ebb6 Mon Sep 17 00:00:00 2001
From: mark <mark18340872469@163.com>
Date: 星期三, 28 九月 2022 16:19:07 +0800
Subject: [PATCH] 添加时间段 删除取消确定按钮

---
 src/api/algorithm.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/algorithm.ts b/src/api/algorithm.ts
index 84370ef..30930f1 100644
--- a/src/api/algorithm.ts
+++ b/src/api/algorithm.ts
@@ -115,4 +115,11 @@
     url: '/saas/api-s/sdk/unInstall',
     method: 'post',
     data
+})
+
+// 璁惧鍗歌浇鍏ㄩ儴绠楁硶
+export const unInstallAll = (data) => request({
+    url: '/saas/api-s/sdk/downloadOrUpgradeAll',
+    method: 'post',
+    data
 })
\ No newline at end of file

--
Gitblit v1.8.0