From 17efc8b0fb7d3fa66eb8e22f32b81e3e14bcd7f6 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 06 一月 2026 17:37:57 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/Followup.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/api/AiCentre/Followup.js b/src/api/AiCentre/Followup.js
index b20b35a..991dd04 100644
--- a/src/api/AiCentre/Followup.js
+++ b/src/api/AiCentre/Followup.js
@@ -45,7 +45,13 @@
// data: data,
});
}
-
+export function getTaskFollowupList(data) {
+ return request({
+ url: "/smartor/ivrTaskTemplate/list",
+ method: "post",
+ data: data,
+ });
+}
// 鏂板闅忚妯℃澘鍒嗙被鏍�
export function addFollowupclassify(data) {
return request({
--
Gitblit v1.9.3