up
This commit is contained in:
@ -10,3 +10,36 @@ export function getSpore(query) {
|
||||
}
|
||||
|
||||
|
||||
export function getfindAllSoil(query) {
|
||||
return request({
|
||||
url: 'equipment/findAllSoil',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function getinsect(query) {
|
||||
return request({
|
||||
url: 'equipment/findAllDetectionLights',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function getsporeEquipment(query) { //孢子设备
|
||||
return request({
|
||||
url: 'equipment/sporeEquipment',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function detectionLightsEquipment(query) { //虫子设备
|
||||
return request({
|
||||
url: 'equipment/detectionLightsEquipment',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user