From a935450c18aa54589abce1c32bac4a18faeaea57 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 04 三月 2021 18:56:27 +0800
Subject: [PATCH] 数据推送bug修改

---
 src/api/shuohuang.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts
index ac54af1..bb13c83 100644
--- a/src/api/shuohuang.ts
+++ b/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
 })
\ No newline at end of file

--
Gitblit v1.8.0