hanbaoshan
2021-02-28 7712b788faf815e8e39d5bbbd61b5e4261eee7b2
src/api/shuohuang.ts
@@ -144,4 +144,14 @@
export const getDeviceList = ()=>request({
  url:'/data/api-c/device/getlst',
  method: 'get'
})
export const getDeviceInfoById = (query:any) => request({
  url:'/data/api-c/slot/getlst',
  method: 'get',
  params: query
})
export const getEventVideo = (query:any) => request({
  url:'/data/api-c/lkg/getEventClip',
  method: 'get',
  params: query
})