From 88d423ce3a1f624bc3b84b4c71ec06d8024da15b Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期六, 07 九月 2024 16:09:25 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 39afd8d..f44fa60 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,6 +1,6 @@
 import request from "@/utils/request";
 
-// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
+// 澶栭摼鑾峰彇闅忚
 export function getExternalfollowup(data) {
   return request({
     url: "/smartor/servicetask/getScriptInfoByCondition",
@@ -9,7 +9,7 @@
     data: data
   });
 }
-// 鎻愪氦闂嵎銆侀殢璁�
+// 鎻愪氦銆侀殢璁�
 export function SetsaveQuestionAnswer(data) {
   return request({
     // url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer",
@@ -18,3 +18,38 @@
     data: data
   });
 }
+
+
+// 缂撳瓨闂嵎
+export function Cachequestionnaire(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/saveQuestionCache",
+    method: "post",
+    data: data
+  });
+}
+// 鎷跨紦瀛橀棶鍗�
+export function getCachequestionnaire(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/getQuestionCache",
+    method: "post",
+    data: data
+  });
+}
+// 鎻愪氦闂嵎
+export function Submitaquestionnaire(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/saveQuestionAnswer",
+    method: "post",
+    data: data
+  });
+}
+
+// 鎻愪氦闂嵎
+export function getsearchrResult(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/selectPatQuestionResult",
+    method: "post",
+    data: data
+  });
+}

--
Gitblit v1.9.3