admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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);