From b50917f4bdf0b05c028d76d8cdbde44a85ec8b91 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 27 八月 2024 16:02:53 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index b3add00..39afd8d 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -1,16 +1,19 @@ import request from "@/utils/request"; -// 闅忚妯$増璇︽儏 +// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯� export function getExternalfollowup(data) { return request({ - url: "/smartor/ivrtask/getScriptInfoByCondition", + url: "/smartor/servicetask/getScriptInfoByCondition", + // url: "/smartor/servicetask/getScriptInfoByCondition", method: "post", data: data }); } +// 鎻愪氦闂嵎銆侀殢璁� export function SetsaveQuestionAnswer(data) { return request({ - url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", + // url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", + url: "/smartor/serviceSubtask/saveQuestionAnswer", method: "post", data: data }); -- Gitblit v1.9.3