src/api/farm/farmingrecord.js
@@ -299,3 +299,24 @@ } }) } // 获取在线设备信息 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: { 'type': "ALL" } }) }