BuWanVideo/src/com/weikou/beibeivideo/util/VideoPlayUrlUtil.java
@@ -96,8 +96,8 @@ if (StringUtils.isBlank(detailId)) { return 0; } else { for (int i = 0; i < info.getVideoDetailList().size(); i++) { if (info.getVideoDetailList().get(i).getId() for (int i = 0; i < VideoUtil.videoEpisodeList.size(); i++) { if (VideoUtil.videoEpisodeList.get(i).getId() .equalsIgnoreCase(detailId)) return i; }