heyujie
2021-07-02 0f4844c4422769914614715ad4851732bd2f5001
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
  })