公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
gb18186
ZZJ
2022-07-27
88078aa63c669cffc2d91e1269d460436427d09d
[web/saas-web.git]
/
src
/
api
/
heatCamera.ts
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
})