From c0d44c51d431d16c6833247e9c07a80abb099376 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 11 Jul 2022 21:08:06 +0800
Subject: [PATCH] 市场流通

---
 src/api/farm/farmingrecord.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/farm/farmingrecord.js b/src/api/farm/farmingrecord.js
index 3a9c9c5..5267fd9 100644
--- a/src/api/farm/farmingrecord.js
+++ b/src/api/farm/farmingrecord.js
@@ -218,3 +218,13 @@
         }
     })
 }
+
+export const getSweepRecordStatistics = (params) => {
+    return request({
+        url: '/sweepRecord/getSweepRecordStatistics',
+        method: 'get',
+        params: {
+            ...params
+        }
+    })
+}

--
Gitblit v1.9.3