公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bug修复、参数调整
ZZJ
2022-06-01
0957116f41a9ff3f2c9412435170ede738fa995b
[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
})