ZZJ
2021-11-18 46679537940c731d7dc4ba1ff0a7326ff10b7540
1
2
3
4
5
6
7
8
9
import request from "@/scripts/httpRequest";
 
export const getHelemtData = (data: any) => {
    return request({
        url: "/temp/iotdata/devices",
        method: "post",
        data
    })
}