From 17b041e2e7ebd5afe75403fefc57cc6a88b51dad Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 06 八月 2024 13:23:58 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index 23a414a..39afd8d 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: "/smartor/servicetask/getScriptInfoByCondition", // url: "/smartor/servicetask/getScriptInfoByCondition", method: "post", data: data @@ -12,8 +12,8 @@ // 鎻愪氦闂嵎銆侀殢璁� export function SetsaveQuestionAnswer(data) { return request({ - url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", - // url: "/smartor/serviceSubtask/saveQuestionAnswer", + // url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", + url: "/smartor/serviceSubtask/saveQuestionAnswer", method: "post", data: data }); -- Gitblit v1.9.3