| | |
| | | import com.yeshi.buwan.domain.entity.PlayUrl; |
| | | |
| | | public interface IVideoDetail { |
| | | public List<VideoDetailInfo> getVideoDetailList(String videoId); |
| | | public List<VideoDetailInfo> getVideoDetailList(String videoId,int page,int pageSize); |
| | | |
| | | public VideoDetailInfo getLatestVideoDetail(String videoId); |
| | | |
| | | public int getShowType(String videId); |
| | | |
| | | public PlayUrl getPlayUrl(String detailSystemId, String id, String type, int resourceid, String videoId); |
| | | public PlayUrl getPlayUrl(String detailSystemId, String id, String type, int resourceid, String videoId, String channel, int versionCode); |
| | | } |