From f488fea65d0c0e96fb3e3c3ec835e4f324d11caa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 05 六月 2024 17:48:22 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/publicity.js |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/api/AiCentre/publicity.js b/src/api/AiCentre/publicity.js
index 76c553c..a44da04 100644
--- a/src/api/AiCentre/publicity.js
+++ b/src/api/AiCentre/publicity.js
@@ -32,9 +32,6 @@
       data: data,
     });
   }
-
-
-
   // 鏂板瀹f暀妯$増鍒嗙被鏍�
   export function addheLibraryAssort(data) {
     return request({
@@ -43,6 +40,14 @@
       data: data,
     });
   }
+   // 鏂板瀹f暀妯$増鍒嗙被鏍�
+   export function editheLibraryAssort(data) {
+    return request({
+      url: "/smartor/heLibraryAssort/edit",
+      method: "post",
+      data: data,
+    });
+  }
   // 鍒犻櫎瀹f暀妯$増鍒嗙被
 export function delheLibraryAssort(Id) {
   return request({

--
Gitblit v1.9.3