From e01cac63860c20450a6b9d8dd3a937dafdcc1d3b Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 24 六月 2021 15:09:10 +0800
Subject: [PATCH] 切换路况视频左侧高亮的bug

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

diff --git a/src/api/app.ts b/src/api/app.ts
index d9f378d..2d31069 100644
--- a/src/api/app.ts
+++ b/src/api/app.ts
@@ -31,6 +31,12 @@
   method: 'get'
 });
 
+export const getAppDetail = (query:any) => request({
+  url: '/data/api-v/app/detail',
+  method: 'get',
+  params: query
+});
+
 //瀹夎搴旂敤
 export const installApp = (query:any) => request({
   url: '/data/api-v/sdk/sdkDownload',

--
Gitblit v1.8.0