智慧农业大数据平台
shuishen
2022-08-05 672916ea686709321ff3bd09c7a29cf9cfd7dee3
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
        }
    })
}
}