From 41dabb0db9619b8dbb8a311966e0b9920f67f7c8 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期四, 03 十一月 2022 16:10:40 +0800
Subject: [PATCH] 门前三包和趋势分析
---
src/api/intelligentPatrol/statistics.js | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/src/api/intelligentPatrol/statistics.js b/src/api/intelligentPatrol/statistics.js
index fe0261a..2ba6fd0 100644
--- a/src/api/intelligentPatrol/statistics.js
+++ b/src/api/intelligentPatrol/statistics.js
@@ -16,4 +16,40 @@
},
params: data
}),
+ // 鎸夌偣浣嶇粺璁�
+ searchByPoint: (data) => axios({
+ method: 'get',
+ url: baseUrl + '/unlawful/point',
+ headers: {
+ ...token
+ },
+ params: data
+ }),
+ // 鎸夋椂闂寸粺璁�
+ searchByTime: (data) => axios({
+ method: 'get',
+ url: baseUrl + '/unlawful/time',
+ headers: {
+ ...token
+ },
+ params: data
+ }),
+ // 鎸夊尯鍩熺粺璁�
+ searchByArea: (data) => axios({
+ method: 'get',
+ url: baseUrl + '/unlawful/area',
+ headers: {
+ ...token
+ },
+ params: data
+ }),
+ // 闂ㄥ墠涓夊寘缁熻
+ searchByShop: (data) => axios({
+ method: 'get',
+ url: baseUrl + '/unlawful/shop',
+ headers: {
+ ...token
+ },
+ params: data
+ }),
};
\ No newline at end of file
--
Gitblit v1.8.0