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 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/publicity.js b/src/api/AiCentre/publicity.js index 085b23c..a44da04 100644 --- a/src/api/AiCentre/publicity.js +++ b/src/api/AiCentre/publicity.js @@ -40,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