From b9ffd276b4fa8ca1918f486e70d7e4d0d04d9d9f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 10 Aug 2022 08:47:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhny-dsjdp

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

diff --git a/src/api/farm/farmingrecord.js b/src/api/farm/farmingrecord.js
index e2aa52e..2ff1d1e 100644
--- a/src/api/farm/farmingrecord.js
+++ b/src/api/farm/farmingrecord.js
@@ -299,24 +299,4 @@
         }
     })
 }
-// 获取在线设备信息
-export const getStationAndVideoCount = (params) => {
-    return request({
-        url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/count',
-        method: 'get',
-        params: {
-            ...params
-        }
-    })
-}
-// 获取监控/监测设备列表
-export const getStationAndVideoList = (params) => {
-    return request({
-        url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/queryStationAndVideoInfo',
-        method: 'get',
-        params: {
-            ...params
-        }
-    })
-}
 

--
Gitblit v1.9.3