From 1811ac2572dc2e7116f8ba4ea537abf7d57dd61e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 02 八月 2024 16:31:01 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/external.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 23a414a..39afd8d 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -3,7 +3,7 @@
// 澶栭摼鑾峰彇闅忚鎴栭棶鍗疯鎯�
export function getExternalfollowup(data) {
return request({
- url: "/smartor/serviceTask/getScriptInfoByCondition",
+ url: "/smartor/servicetask/getScriptInfoByCondition",
// url: "/smartor/servicetask/getScriptInfoByCondition",
method: "post",
data: data
@@ -12,8 +12,8 @@
// 鎻愪氦闂嵎銆侀殢璁�
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
});
--
Gitblit v1.9.3