From b50917f4bdf0b05c028d76d8cdbde44a85ec8b91 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 八月 2024 16:02:53 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/external.js |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 88a6c2d..39afd8d 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,9 +1,20 @@
 import request from "@/utils/request";
 
-// 闅忚妯$増璇︽儏
-export function getExternalfollowup(taskid,patid) {
+// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
+export function getExternalfollowup(data) {
   return request({
-    url: "/smartor/ivrtask/getScriptInfoByCondition/" + taskid+'/'+patid,
-    method: "get",
+    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