From a2c10da81668de1f5b7d38f5962d46d795e3cc7e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 07 四月 2026 14:56:06 +0800
Subject: [PATCH] 测试完成
---
src/api/system/user.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 9365b90..53e4168 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -196,3 +196,19 @@
data: data,
});
}
+// 鐪佺珛鍚屽痉婊℃剰搴︾粺璁¢〉棰樼洰鏄庣粏
+export function statistics(data) {
+ return request({
+ url: "/smartor/satisfaction/statistics",
+ method: "post",
+ data: data,
+ });
+}
+// 鐪佺珛鍚屽痉婊℃剰搴︾粺璁¢〉棰樼洰鏄庣粏
+export function satisfactionGraph(data) {
+ return request({
+ url: "/smartor/satisfaction/satisfactionGraph",
+ method: "post",
+ data: data,
+ });
+}
--
Gitblit v1.9.3