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);