From bf6643a35299f19ae9147864e6f3b6b4670da98a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 09 十一月 2024 11:42:59 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 31 +++++++++++++++++++++++-------- 1 files changed, 23 insertions(+), 8 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index f44fa60..5bccb7d 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -3,27 +3,34 @@ // 澶栭摼鑾峰彇闅忚 export function getExternalfollowup(data) { return request({ - url: "/smartor/servicetask/getScriptInfoByCondition", - // url: "/smartor/servicetask/getScriptInfoByCondition", + url: "/servicetask/getScriptInfoByCondition", + // url: "/servicetask/getScriptInfoByCondition", method: "post", data: data + }); +} +// 鍒犻櫎閫氱敤妯℃澘 +export function geturlinfo(id) { + return request({ + url: "/outPath/getInfoByParam", + method: 'post', + data: {param:id} }); } // 鎻愪氦銆侀殢璁� export function SetsaveQuestionAnswer(data) { return request({ - // url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", - url: "/smartor/serviceSubtask/saveQuestionAnswer", + // url: "/ivrtaskcalldetail/saveQuestionAnswer", + url: "/serviceSubtask/saveQuestionAnswer", method: "post", data: data }); } - // 缂撳瓨闂嵎 export function Cachequestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/saveQuestionCache", + url: "/subtaskAnswer/saveQuestionCache", method: "post", data: data }); @@ -31,7 +38,7 @@ // 鎷跨紦瀛橀棶鍗� export function getCachequestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/getQuestionCache", + url: "/subtaskAnswer/getQuestionCache", method: "post", data: data }); @@ -39,7 +46,7 @@ // 鎻愪氦闂嵎 export function Submitaquestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/saveQuestionAnswer", + url: "/subtaskAnswer/saveQuestionAnswer", method: "post", data: data }); @@ -48,6 +55,14 @@ // 鎻愪氦闂嵎 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