From dec962bd3a5faae7e15f9a244803ce53ce40d5c8 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 08 May 2023 12:35:37 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/api/home/index.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 9e4b50c..91ad0d8 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-12-27 14:19:19
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-11 14:54:32
+ * @LastEditTime: 2023-05-08 09:55:58
  * @FilePath: \srs-police-affairs\src\api\home\index.js
  * @Description: 
  * 
@@ -102,7 +102,7 @@
     })
 }
 
-// 案件统计接口查询
+// 案件统计数量接口查询
 export const getCaseAll = (start, end, jjdwbh = '') => {
     return request({
         url: `/api/alarm/alarm/statisticsAlarm`,
@@ -115,6 +115,20 @@
     })
 }
 
+// 案件统计排行接口查询
+export const getCaseRanking = (start, end, dwbh = '') => {
+    return request({
+        url: `/api/alarm/alarm/getAlarmVillageOrderList`,
+        method: 'get',
+        params: {
+            start,
+            end,
+            dwbh
+        }
+    })
+}
+
+
 // 获取设备统计数据 
 export const getEquipment = (jjdwbh = '') => {
     return request({

--
Gitblit v1.9.3