| | |
| | | @PostMapping("/base/banner/queryBannerList") |
| | | @ApiOperation(value = "获取banner数据", tags = {"APP-加入玩湃"}) |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(value = "位置(1=首页,2=首页底部,3=线上课得积分,4=看视频得奖励,5=常见问题)", name = "position", dataType = "int", required = true), |
| | | @ApiImplicitParam(value = "广告类型位置(1=首页,2=首页底部,3=线上课得积分,4=看视频得奖励,5=常见问题,6=社区世界杯顶部,7=社区世界杯底部", name = "position", dataType = "int", required = true), |
| | | }) |
| | | public ResultUtil<List<BannerVo>> queryBannerList(Integer position) { |
| | | List<BannerVo> list2 = bannerService.list1(position); |