| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.buwan.domain.DetailSystem; |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.domain.VideoType; |
| | |
| | | VideoDetailUtil videoDeailUtil = com.yeshi.buwan.util.BeanUtil.getBean(VideoDetailUtil.class); |
| | | ClassService classService = com.yeshi.buwan.util.BeanUtil.getBean(ClassService.class); |
| | | |
| | | List<Long> resourceList = videoResouceUtil.getAvailableResourceIds("android", Integer.parseInt(70 + "")); |
| | | List<Long> resourceList = videoResouceUtil.getAvailableResourceIds(new DetailSystem("44"), Integer.parseInt(70 + "")); |
| | | |
| | | VideoInfo info = (videoDeailUtil.getVideoInfo(null,3400048 + "", 13 + "", resourceList, |
| | | CacheUtil.getMD5Long(resourceList))); |