From ae117f01461f05a0bf249e6f63b636f4222ec8d7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 23 十二月 2024 17:17:44 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index 45a5dd9..ecad908 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -3,7 +3,7 @@ // 澶栭摼鑾峰彇闅忚 export function getExternalfollowup(data) { return request({ - url: "/servicetask/getScriptInfoByCondition", + url: "/smartor/servicetask/getScriptInfoByCondition", // url: "/servicetask/getScriptInfoByCondition", method: "post", data: data @@ -17,20 +17,12 @@ params: {param:id} }); } -// 鎻愪氦銆侀殢璁� -export function SetsaveQuestionAnswer(data) { - return request({ - // url: "/ivrtaskcalldetail/saveQuestionAnswer", - url: "/serviceSubtask/saveQuestionAnswer", - method: "post", - data: data - }); -} + // 缂撳瓨闂嵎 export function Cachequestionnaire(data) { return request({ - url: "/subtaskAnswer/saveQuestionCache", + url: "/smartor/subtaskAnswer/saveQuestionCache", method: "post", data: data }); @@ -38,7 +30,7 @@ // 鎷跨紦瀛橀棶鍗� export function getCachequestionnaire(data) { return request({ - url: "/subtaskAnswer/getQuestionCache", + url: "/smartor/subtaskAnswer/getQuestionCache", method: "post", data: data }); @@ -46,13 +38,13 @@ // 鎻愪氦闂嵎 export function Submitaquestionnaire(data) { return request({ - url: "/subtaskAnswer/saveQuestionAnswer", + url: "/smartor/subtaskAnswer/saveQuestionAnswer", method: "post", data: data }); } -// 鎻愪氦闂嵎 +// 鎻愪氦闂嵎(鍐�) export function getsearchrResult(data) { return request({ url: "/subtaskAnswer/selectPatQuestionResult", @@ -84,3 +76,11 @@ data: data }); } +// 鏇存柊璇煶鏈嶅姟锛堝唴锛� +export function addPersonVoices(data) { + return request({ + url: "/smartor/serviceSubtaskDetail/batchAdd", + method: "post", + data: data + }); +} -- Gitblit v1.9.3