From e60efcfdfc67bc15093b0679daea5911ba1435bb Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 19:22:42 +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..59a65d4 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