From 4fffa66d14a2b2943b35aca961317f3bed6649a0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 21 六月 2024 17:09:44 +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