From c1139d1a4d4de8762ee58cac7c218bcb4d091f7e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 08 一月 2025 09:55:36 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/external.js |   78 ++++++++++++++++++++++++++++++++++++---
 1 files changed, 72 insertions(+), 6 deletions(-)

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 59a65d4..af803b7 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,19 +1,85 @@
 import request from "@/utils/request";
 
-// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
+// 澶栭摼鑾峰彇闅忚
 export function getExternalfollowup(data) {
   return request({
     url: "/smartor/servicetask/getScriptInfoByCondition",
-    // url: "/smartor/servicetask/getScriptInfoByCondition",
+    // url: "/servicetask/getScriptInfoByCondition",
     method: "post",
     data: data
   });
 }
-// 鎻愪氦闂嵎銆侀殢璁�
-export function SetsaveQuestionAnswer(data) {
+// 鐭摼鎺ヨВ鏋�
+export function geturlinfo(id) {
   return request({
-    url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer",
-    // url: "/smartor/serviceSubtask/saveQuestionAnswer",
+    url: "/smartor/outPath/getInfoByParam",
+    method: 'post',
+    params: {param:id}
+  });
+}
+
+
+// 缂撳瓨闂嵎
+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
+  });
+}
+// 鑾峰彇闂嵎锛堝唴锛�
+export function getsearchrResults(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/selectPatQuestionResult",
+    method: "post",
+    data: data
+  });
+}
+// 鑾峰彇璇煶鏈嶅姟锛堝唴锛�
+export function getPersonVoices(data) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/getPersonVoice",
+    method: "post",
+    data: data
+  });
+}
+// 鏇存柊璇煶鏈嶅姟锛堝唴锛�
+export function updatePersonVoices(data) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/batchEdit",
+    method: "post",
+    data: data
+  });
+}
+// 鏇存柊璇煶鏈嶅姟锛堝唴锛�
+export function addPersonVoices(data) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/batchAdd",
     method: "post",
     data: data
   });

--
Gitblit v1.9.3