智慧农业大数据平台
guanqb
2022-08-02 9f3c65dd2f4950c7aad44f4aea313f0e20ba9ee0
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"
        }
    })
}