| | |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/queryMyRedEnvelope") |
| | | @ApiOperation(value = "获取红包列表【2.0】", tags = {"用户端-个人中心"}, notes = "") |
| | | @ApiOperation(value = "获取红包列表", tags = {"用户端-个人中心"}, notes = "") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(value = "页码(首页1)", name = "pageNum", required = true, dataType = "int"), |
| | | @ApiImplicitParam(value = "页条数", name = "size", required = true, dataType = "int"), |
| | |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/queryRedEnvelope") |
| | | @ApiOperation(value = "获取红包使用记录【2.0】", tags = {"用户端-个人中心"}, notes = "") |
| | | @ApiOperation(value = "获取红包使用记录", tags = {"用户端-个人中心"}, notes = "") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(value = "页码(首页1)", name = "pageNum", required = true, dataType = "int"), |
| | | @ApiImplicitParam(value = "页条数", name = "size", required = true, dataType = "int"), |