| | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/queryByType") |
| | | @ApiOperation(value = "1.0-获取广告列表", tags = {"用户端-首页"}, notes = "") |
| | | @ApiOperation(value = "获取广告列表", tags = {"用户端-首页"}, notes = "") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(value = "数据类型(1=弹窗,2=首页底部,3=订单结束弹窗)", name = "type", required = true, dataType = "int"), |
| | | @ApiImplicitParam(value = "数据类型(1:弹窗广告,2:底部广告)", name = "type", required = true, dataType = "int"), |
| | | @ApiImplicitParam(value = "当前定位城市code(510100)", name = "code", required = true, dataType = "string") |
| | | }) |
| | | public ResultUtil<List<AdvertisementWarpper>> queryAdvertisement(String code, Integer type){ |