From d5448e85d7bf092299fe3a5cc32ba3ac5125e7e1 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 31 三月 2026 17:38:18 +0800
Subject: [PATCH] 销售方数
---
src/api/reportAnalysis/salesStatistics.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/api/reportAnalysis/salesStatistics.js b/src/api/reportAnalysis/salesStatistics.js
new file mode 100644
index 0000000..05b259e
--- /dev/null
+++ b/src/api/reportAnalysis/salesStatistics.js
@@ -0,0 +1,17 @@
+import request from '@/utils/request'
+
+// 鏂板瀹㈡埛瓒嬪娍鍒嗘瀽
+export function getCustomerTrends(params) {
+ return request({
+ url: '/home/customerTrends?days=' + params.days,
+ method: 'get',
+ })
+}
+
+// 涓績鐪嬫澘
+export function getDashboardStatistics() {
+ return request({
+ url: '/home/total',
+ method: 'get'
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3