This commit is contained in:
2023-09-11 21:56:39 +08:00
parent 7a43f39ec8
commit 4c2c1739fc
1719 changed files with 33351 additions and 103245 deletions

View File

@ -114,3 +114,31 @@ export function getCameraNameTo(query) { //大田视频摄像头列表
})
}
export function getSeedlingMonitoring(query) { //苗情监测
return request({
url: 'equipment/seedlingMonitoring',
method: 'get',
params: query
})
}
export function getCapturePointCamera(query) { //苗情监测摄像头
return request({
url: 'equipment/capturePointCamera',
method: 'get',
params: query
})
}
export function getQuery(query) { //获取摄像头信息
return request({
url: 'equipment/query',
method: 'get',
params: query
})
}
export function getSxtbf(query) { //摄像头
return request({
url: 'equipment/sxtbf',
method: 'get',
params: query
})
}