From f77e656729c268db01e101033c6df8820365cfd2 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 04 七月 2024 11:07:32 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/external.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 91bb725..59a65d4 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,9 +1,19 @@
 import request from "@/utils/request";
 
-// 闅忚妯$増璇︽儏
+// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
 export function getExternalfollowup(data) {
   return request({
-    url: "/smartor/ivrtask/getScriptInfoByCondition",
+    url: "/smartor/servicetask/getScriptInfoByCondition",
+    // url: "/smartor/servicetask/getScriptInfoByCondition",
+    method: "post",
+    data: data
+  });
+}
+// 鎻愪氦闂嵎銆侀殢璁�
+export function SetsaveQuestionAnswer(data) {
+  return request({
+    url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer",
+    // url: "/smartor/serviceSubtask/saveQuestionAnswer",
     method: "post",
     data: data
   });

--
Gitblit v1.9.3