智慧农业大数据平台
guoshilong
2022-10-09 afffd9b6dd41d952c453e5a9e8e03111b5dda9ca
1
2
3
4
5
6
7
8
9
10
11
import request from '@/router/axios'
 
export const getSensings = (type) => {
    return request({
        url: '/remote/remote/getSensings',
        method: 'get',
        params: {
            type
        }
    })
}