From d3c60e18b95b50751f8088fa2d23cd8ff7f173bc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 01 七月 2026 11:05:17 +0800
Subject: [PATCH] 测试完成
---
src/api/system/user.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index da1bec6..97a0648 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -94,6 +94,14 @@
data: data,
});
}
+// 涓撶梾缁熻鏌ヨ
+export function getSpecialSfStatistics(data) {
+ return request({
+ url: "/smartor/serviceSubtask/getSpecialSfStatistics",
+ method: "post",
+ data: data,
+ });
+}
// 婊℃剰搴︾粺璁�
export function getSfStatisticsJoy(data) {
return request({
--
Gitblit v1.9.3