ZZJ
2022-03-22 81c9b1f75b80fade52653243b914ccb2677b4a8f
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
  })