mark
2022-09-29 7a2b07ad2b0715c6e2dffb5102cd1d1c05c28d6a
1
2
3
4
5
6
7
import request from '@/scripts/httpRequest'
export const getHeatCameraData = (data: any) =>
  request({
    url: '/data/api-v/es/getPersons',
    method: 'post',
    data
  })