|
|
@ -33,12 +33,12 @@ public class IndexApiController { |
|
|
|
return indexApiService.queryBannerList(bannerCategoryType); |
|
|
|
}; |
|
|
|
|
|
|
|
//获取视频列表 |
|
|
|
@ApiOperation(value="小程序-获取视频列表", notes="小程序-获取视频列表") |
|
|
|
@RequestMapping(value = "/queryVideoList", method = {RequestMethod.GET}) |
|
|
|
public Result<?> queryVideoList(PageBean pageBean){ |
|
|
|
return indexApiService.queryVideoList(pageBean); |
|
|
|
} |
|
|
|
// //获取视频列表 |
|
|
|
// @ApiOperation(value="小程序-获取视频列表", notes="小程序-获取视频列表") |
|
|
|
// @RequestMapping(value = "/queryVideoList", method = {RequestMethod.GET}) |
|
|
|
// public Result<?> queryVideoList(PageBean pageBean){ |
|
|
|
// return indexApiService.queryVideoList(pageBean); |
|
|
|
// } |
|
|
|
|
|
|
|
// //获取文章列表-申遗历程/非遗体验 |
|
|
|
// @ApiOperation(value="小程序-获取文章列表", notes="小程序-获取文章列表") |
|
|
@ -98,7 +98,7 @@ public class IndexApiController { |
|
|
|
|
|
|
|
//根据角色id获取视频列表 |
|
|
|
@ApiOperation(value="小程序-根据角色id获取视频列表", notes="小程序-根据角色id获取视频列表") |
|
|
|
@RequestMapping(value = "/queryVedioBySpot", method = {RequestMethod.GET}) |
|
|
|
@RequestMapping(value = "/queryVedioById", method = {RequestMethod.GET}) |
|
|
|
public Result<?> queryVedioById(String roleInfoId, PageBean pageBean){ |
|
|
|
return indexApiService.queryVedioById(roleInfoId, pageBean); |
|
|
|
} |
|
|
|