From feb5a669dced68415bc7e32f237f77bf9842fe8b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 17:42:18 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/satisfactionse.js | 38 +++++++++++++++++++++++++++++++++-----
1 files changed, 33 insertions(+), 5 deletions(-)
diff --git a/src/api/AiCentre/satisfactionse.js b/src/api/AiCentre/satisfactionse.js
index e9901b0..a89badc 100644
--- a/src/api/AiCentre/satisfactionse.js
+++ b/src/api/AiCentre/satisfactionse.js
@@ -19,6 +19,15 @@
});
}
+// 鏌ヨ璇︽儏
+export function getSfStatisticsHyperlink(data) {
+ return request({
+ url: "/smartor/serviceSubtask/getSfStatisticsHyperlink",
+ method: "post",
+ data: data,
+ });
+}
+
// 淇敼婊℃剰搴�
export function updatesatisfaction(data) {
return request({
@@ -35,8 +44,27 @@
method: "get",
});
}
-
-
-
-
-
+// 寮傚父澶勭悊鍒楄〃
+export function tracedeallist(data) {
+ return request({
+ url: "/smartor/trace/tracedeallist",
+ method: "post",
+ data: data,
+ });
+}
+// 鎵归噺澶勭悊鍒楄〃
+export function tracelist(data) {
+ return request({
+ url: "/smartor/trace/list",
+ method: "post",
+ data: data,
+ });
+}
+// 浠诲姟鍒楄〃淇敼澶勭悊
+export function traceedit(data) {
+ return request({
+ url: "/smartor/trace/edit",
+ method: "post",
+ data: data,
+ });
+}
--
Gitblit v1.9.3