WXL
2024-07-04 a46f2000f85c91b0e118a0af1bc6022a16feadcb
src/api/AiCentre/publicity.js
@@ -27,7 +27,7 @@
// 新增或修改宣教模版
export function compilelibrary(data) {
    return request({
      url: "/smartor/library/saveOrUpdateScript",
      url: "/smartor/library/saveOrUpdateHeLibrary",
      method: "post",
      data: data,
    });
@@ -36,6 +36,14 @@
  export function addheLibraryAssort(data) {
    return request({
      url: "/smartor/heLibraryAssort/addtree",
      method: "post",
      data: data,
    });
  }
   // 新增宣教模版分类树
   export function editheLibraryAssort(data) {
    return request({
      url: "/smartor/heLibraryAssort/edit",
      method: "post",
      data: data,
    });
@@ -55,5 +63,4 @@
      data: data,
    });
  }