From 7eaee92ee52e1501480adbbe8a1af9ddecc04275 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 04 九月 2024 11:05:23 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/Followup.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/api/AiCentre/Followup.js b/src/api/AiCentre/Followup.js
index e15db97..1a4ea01 100644
--- a/src/api/AiCentre/Followup.js
+++ b/src/api/AiCentre/Followup.js
@@ -1,6 +1,6 @@
import request from "@/utils/request";
-// 鏌ヨ闅忚妯$増鍒楄〃
+// 鏌ヨ闅忚妯℃澘鍒楄〃
export function getFollowuplist(data) {
return request({
url: "/smartor/template/list",
@@ -8,21 +8,21 @@
data: data,
});
}
-// 闅忚妯$増璇︽儏
+// 闅忚妯℃澘璇︽儏
export function Followupinfo(Id) {
return request({
url: "/smartor/template/" + Id,
method: "get",
});
}
-// 鍒犻櫎闅忚妯$増
+// 鍒犻櫎闅忚妯℃澘
export function delFollowupinfo(Id) {
return request({
url: "/smartor/template/remove/" + Id,
method: "get",
});
}
-// 鏂板鎴栦慨鏀归殢璁挎ā鐗�
+// 鏂板鎴栦慨鏀归殢璁挎ā鏉�
export function compileFollowup(data) {
return request({
url: "/smartor/template/saveOrUpdateScript",
@@ -30,7 +30,7 @@
data: data,
});
}
- // 鏌ヨ闅忚妯$増璇︽儏鍒楄〃
+ // 鏌ヨ闅忚妯℃澘璇︽儏鍒楄〃
export function getvFollowup(data) {
return request({
url: "/smartor/template/selectInfoByCondition",
@@ -39,7 +39,7 @@
});
}
- // 鏂板闅忚妯$増鍒嗙被鏍�
+ // 鏂板闅忚妯℃澘鍒嗙被鏍�
export function addFollowupclassify(data) {
return request({
url: "/smartor/templateassort/addtree",
@@ -47,7 +47,7 @@
data: data,
});
}
- // 鏂板闅忚妯$増鍒嗙被鏍�
+ // 鏂板闅忚妯℃澘鍒嗙被鏍�
export function editFollowupclassify(data) {
return request({
url: "/smartor/templateassort/edit",
@@ -55,18 +55,18 @@
data: data,
});
}
- // 鍒犻櫎闅忚妯$増鍒嗙被
+ // 鍒犻櫎闅忚妯℃澘鍒嗙被
export function delFollowupclassify(Id) {
return request({
url: "/smartor/templateassort/remove/" + Id,
method: "get",
});
}
- // 鏌ヨ闅忚妯$増鍒嗙被鏍�
+ // 鏌ヨ闅忚妯℃澘鍒嗙被鏍�
export function getFollowupclassify(data) {
return request({
url: "/smartor/templateassort/selectIvrLibaTemplateAssortList",
method: "post",
data: data,
});
- }
\ No newline at end of file
+ }
--
Gitblit v1.9.3