From eb443365f2793c02e20c9e9fd3d611618cd30cba Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 15 四月 2026 15:31:31 +0800
Subject: [PATCH] 测试完成

---
 src/api/system/user.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 9365b90..6d5b155 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -102,6 +102,14 @@
     data: data,
   });
 }
+// 寤剁画鎶ょ悊缁熻
+export function getContinueNerseCount(data) {
+  return request({
+    url: "/smartor/serviceSubtask/getContinueNerseCount",
+    method: "post",
+    data: data,
+  });
+}
 // 婊℃剰搴︾粺璁¤鎯�
 export function getSfStatisticsJoyInfo(data) {
   return request({
@@ -196,3 +204,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