From e06cd3953ba8a6e0eee11c235bce9ced419a2800 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 14:05:08 +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