| | |
| | | @PostMapping("/base/systemImg/querySystemImg") |
| | | @ApiOperation(value = "获取各种系统图片", tags = {"APP-公共接口"}) |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(value = "位置(1=无学员,2=成为会员,3=我的券包,4=线上商城,5=本周福利,6=今日免费)", name = "position", dataType = "int", required = true), |
| | | @ApiImplicitParam(value = "位置(1=无学员,2=成为会员,3=我的券包,4=线上商城,5=本周福利,6=今日免费,7启动页配置)", name = "position", dataType = "int", required = true), |
| | | }) |
| | | public ResultUtil<String> querySystemImg(Integer position){ |
| | | TImgConfig imgConfig = imgConfigService.getBaseMapper().selectOne(new QueryWrapper<TImgConfig>().eq("position", position)); |