BuWanVideo/src/com/weikou/beibeivideo/ui/media/VideoEpisodeFragment2.java
@@ -158,6 +158,10 @@ .optString("Url")); info.setParams(jsonObject.getJSONObject("Data") .optString("Params")); info.setAid(jsonObject.getJSONObject("Data") .optString("Aid")); info.setVid(jsonObject.getJSONObject("Data") .optString("Vid")); Play play = new Play(); play.setPlayUrl(info); EventBus.getDefault().post(play);