公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
摄像机树样式,导出数据样式
ZZJ
2022-08-02
ed35d0b4c2051e067bd9904c4b0158257d5db0d9
[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
})