| | |
| | | import com.yeshi.buwan.domain.HomeNotice; |
| | | import com.yeshi.buwan.domain.HomeType; |
| | | import com.yeshi.buwan.domain.HomeVideo; |
| | | import com.yeshi.buwan.domain.SystemInfo; |
| | | import com.yeshi.buwan.domain.system.SystemInfo; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.domain.VideoIntersection; |
| | | import com.yeshi.buwan.domain.VideoType; |
| | |
| | | } |
| | | String type = req.getParameter("type"); |
| | | if (type.equalsIgnoreCase("getResource")) {// 获取来源列表 |
| | | out.print(videoResourceService.resourceListToJson(videoResourceService.getResourceList(), null)); |
| | | out.print(videoResourceService.resourceListToJson(videoResourceService.getResourceList())); |
| | | } else if (type.equalsIgnoreCase("getNextVideoTypeList")) {// 获取下级分类 |
| | | String id = req.getParameter("id"); |
| | | List<VideoType> list = classService.getFirstTypeList(id); |