From e60efcfdfc67bc15093b0679daea5911ba1435bb Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 19:22:42 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index b3add00..59a65d4 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/serviceSubtask/saveQuestionAnswer", method: "post", data: data }); -- Gitblit v1.9.3