From 294e513504423b4726c36046decc649f272851e0 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 03 十二月 2024 10:06:10 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index 410edef..45a5dd9 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -3,7 +3,7 @@ // 澶栭摼鑾峰彇闅忚 export function getExternalfollowup(data) { return request({ - url: "/smartor/servicetask/getScriptInfoByCondition", + url: "/servicetask/getScriptInfoByCondition", // url: "/servicetask/getScriptInfoByCondition", method: "post", data: data @@ -12,7 +12,7 @@ // 鍒犻櫎閫氱敤妯℃澘s export function geturlinfo(id) { return request({ - url: "/smartor/outPath/getInfoByParam", + url: "/outPath/getInfoByParam", method: 'post', params: {param:id} }); @@ -21,7 +21,7 @@ export function SetsaveQuestionAnswer(data) { return request({ // url: "/ivrtaskcalldetail/saveQuestionAnswer", - url: "/smartor/serviceSubtask/saveQuestionAnswer", + url: "/serviceSubtask/saveQuestionAnswer", method: "post", data: data }); @@ -30,7 +30,7 @@ // 缂撳瓨闂嵎 export function Cachequestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/saveQuestionCache", + url: "/subtaskAnswer/saveQuestionCache", method: "post", data: data }); @@ -38,7 +38,7 @@ // 鎷跨紦瀛橀棶鍗� export function getCachequestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/getQuestionCache", + url: "/subtaskAnswer/getQuestionCache", method: "post", data: data }); @@ -46,7 +46,7 @@ // 鎻愪氦闂嵎 export function Submitaquestionnaire(data) { return request({ - url: "/smartor/subtaskAnswer/saveQuestionAnswer", + url: "/subtaskAnswer/saveQuestionAnswer", method: "post", data: data }); @@ -71,12 +71,12 @@ // 鑾峰彇璇煶鏈嶅姟锛堝唴锛� export function getPersonVoices(data) { return request({ - url: "/smartor/smartor/serviceSubtaskDetail/getPersonVoice", + url: "/smartor/serviceSubtaskDetail/getPersonVoice", method: "post", data: data }); } -// 鑾峰彇璇煶鏈嶅姟锛堝唴锛� +// 鏇存柊璇煶鏈嶅姟锛堝唴锛� export function updatePersonVoices(data) { return request({ url: "/smartor/serviceSubtaskDetail/batchEdit", -- Gitblit v1.9.3