From b5e19564dcbf1b7ec12946209d74313479f9dfe1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 24 十二月 2021 19:51:31 +0800
Subject: [PATCH] 布丸vivo上架兼容

---
 src/main/java/com/yeshi/buwan/controller/api/TVLiveController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/controller/api/TVLiveController.java b/src/main/java/com/yeshi/buwan/controller/api/TVLiveController.java
index 2363f14..e93c43e 100644
--- a/src/main/java/com/yeshi/buwan/controller/api/TVLiveController.java
+++ b/src/main/java/com/yeshi/buwan/controller/api/TVLiveController.java
@@ -127,7 +127,7 @@
             MiGuLiveListInfo info = miGuLiveService.selectByPrimaryKey(map.getRid());
             playUrl = MiguLiveApiUtil.getPlayUrl(info.getPID());
         } else if (map.getResource() == TVLiveResource.other) {
-
+            playUrl = map.getPlayUrl();
         }
         JSONObject root = new JSONObject();
         root.put("playUrl", playUrl);

--
Gitblit v1.8.0