From fd413ff97abe21ade2c6b2bcc2920c6c16e4d106 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 06 Jul 2022 20:59:40 +0800
Subject: [PATCH] 大屏接口对接
---
src/api/farm/farmingrecord.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/api/farm/farmingrecord.js b/src/api/farm/farmingrecord.js
index b9122db..bb69b14 100644
--- a/src/api/farm/farmingrecord.js
+++ b/src/api/farm/farmingrecord.js
@@ -135,3 +135,30 @@
}
})
}
+export const selctSaletCount = (params) => {
+ return request({
+ url: '/sale/sale/selctSaletCount',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
+export const selctSaletZ = (params) => {
+ return request({
+ url: '/sale/sale/selctSaletZ',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
+export const selectMarketCirculate = (params) => {
+ return request({
+ url: '/sale/sale/selectMarketCirculate',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
--
Gitblit v1.9.3