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 | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/api/AiCentre/satisfactionse.js b/src/api/AiCentre/satisfactionse.js
index fef0537..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({
@@ -59,9 +68,3 @@
data: data,
});
}
-
-
-
-
-
-
--
Gitblit v1.9.3