From 01b516a3c3304c966d413b768d2e3078bf83b61c Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期三, 22 六月 2022 13:38:20 +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