From f488fea65d0c0e96fb3e3c3ec835e4f324d11caa Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 05 六月 2024 17:48:22 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/external.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js index 88a6c2d..b3add00 100644 --- a/src/api/AiCentre/external.js +++ b/src/api/AiCentre/external.js @@ -1,9 +1,17 @@ import request from "@/utils/request"; // 闅忚妯$増璇︽儏 -export function getExternalfollowup(taskid,patid) { +export function getExternalfollowup(data) { return request({ - url: "/smartor/ivrtask/getScriptInfoByCondition/" + taskid+'/'+patid, - method: "get", + url: "/smartor/ivrtask/getScriptInfoByCondition", + method: "post", + data: data + }); +} +export function SetsaveQuestionAnswer(data) { + return request({ + url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", + method: "post", + data: data }); } -- Gitblit v1.9.3