From 458fadee59e676d6d25aaa00c9df49ecd45104ef Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 06 May 2021 17:20:35 +0800
Subject: [PATCH] 创建占位小程序地图

---
 src/api/dataL/axiosL.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/dataL/axiosL.js b/src/api/dataL/axiosL.js
index 734e379..ff79c62 100644
--- a/src/api/dataL/axiosL.js
+++ b/src/api/dataL/axiosL.js
@@ -38,4 +38,14 @@
       ...dataImg
     }
   })
+}
+
+export const getVideo = (deviceCode) => { 
+  return request({
+    url: 'https://web.byisf.com:18000/GetPlayUrl',
+    method: 'get',
+    params: {
+      ...deviceCode
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3