智慧农业大数据平台
xiebin
2022-08-05 4ee429dd03b486e40fc8f76f4f5f0074de612a76
src/api/land/land.js
@@ -75,8 +75,8 @@
        url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/queryStationAndVideoByLandId',
        method: 'get',
        params: {
            'land_id': landId,
            'type': type,
            land_id: landId,
            type: type
        }
    })
}
@@ -86,9 +86,9 @@
        url: 'http://dev.jxpskj.com:8030/pyh-station/naturalFactors/findElementDataByTime',
        method: 'get',
        params: {
            'stcd': stcd,
            'startTime': startTime,
            'endTime': endTime,
            stcd: stcd,
            startTime: startTime,
            endTime: endTime
        }
    })
}
}