From 7fca01ae5a5a62d609b08aef850b7c2cfa610bb9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 30 十月 2024 16:03:01 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 48 insertions(+), 3 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index 783ccd4..41d5d1b 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -1,16 +1,61 @@ import request from "@/utils/request"; -// 闅忚妯$増璇︽儏 +// 澶栭摼鑾峰彇闅忚 export function getExternalfollowup(data) { return request({ - url: "/smartor/servicetask/getScriptInfoByCondition", + url: "/servicetask/getScriptInfoByCondition", + // url: "/servicetask/getScriptInfoByCondition", method: "post", data: data }); } +// 鎻愪氦銆侀殢璁� export function SetsaveQuestionAnswer(data) { return request({ - url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", + // url: "/ivrtaskcalldetail/saveQuestionAnswer", + url: "/serviceSubtask/saveQuestionAnswer", + method: "post", + data: data + }); +} + +// 缂撳瓨闂嵎 +export function Cachequestionnaire(data) { + return request({ + url: "/subtaskAnswer/saveQuestionCache", + method: "post", + data: data + }); +} +// 鎷跨紦瀛橀棶鍗� +export function getCachequestionnaire(data) { + return request({ + url: "/subtaskAnswer/getQuestionCache", + method: "post", + data: data + }); +} +// 鎻愪氦闂嵎 +export function Submitaquestionnaire(data) { + return request({ + url: "/subtaskAnswer/saveQuestionAnswer", + method: "post", + data: data + }); +} + +// 鎻愪氦闂嵎 +export function getsearchrResult(data) { + return request({ + url: "/subtaskAnswer/selectPatQuestionResult", + method: "post", + data: data + }); +} +// 鑾峰彇闂嵎锛堝唴锛� +export function getsearchrResults(data) { + return request({ + url: "/smartor/subtaskAnswer/selectPatQuestionResult", method: "post", data: data }); -- Gitblit v1.9.3