From d03829bdf327d0e457a2f4e3699a69d5ad47d3a3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 03 九月 2024 10:41:34 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/external.js | 34 ++++++++++++++++++++++++++++++----
1 files changed, 30 insertions(+), 4 deletions(-)
diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 59a65d4..d81eb34 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,6 +1,6 @@
import request from "@/utils/request";
-// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
+// 澶栭摼鑾峰彇闅忚
export function getExternalfollowup(data) {
return request({
url: "/smartor/servicetask/getScriptInfoByCondition",
@@ -9,11 +9,37 @@
data: data
});
}
-// 鎻愪氦闂嵎銆侀殢璁�
+// 鎻愪氦銆侀殢璁�
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
+ });
+}
+
+
+// 缂撳瓨闂嵎
+export function Cachequestionnaire(data) {
+ return request({
+ url: "/smartor/subtaskAnswer/saveQuestionCache",
+ method: "post",
+ data: data
+ });
+}
+// 鎷跨紦瀛橀棶鍗�
+export function getCachequestionnaire(data) {
+ return request({
+ url: "/smartor/subtaskAnswer/getQuestionCache",
+ method: "post",
+ data: data
+ });
+}
+// 鎻愪氦闂嵎
+export function Submitaquestionnaire(data) {
+ return request({
+ url: "/smartor/subtaskAnswer/saveQuestionAnswer",
method: "post",
data: data
});
--
Gitblit v1.9.3