Merge remote-tracking branch 'origin/master'
| | |
| | | } |
| | | |
| | | @PostMapping("/page") |
| | | @ApiOperation(value = "提现申请", tags = {"后台"}) |
| | | @ApiOperation(value = "提现申请列表", tags = {"后台"}) |
| | | public R<IPage<WithdrawalRequests>> page(@RequestBody WithQuery withQuery){ |
| | | return R.ok(withdrawalRequestsService.pageList(withQuery)); |
| | | |
| | | } |
| | | // @PostMapping("/auth") |
| | | // @ApiOperation(value = "提现申请", tags = {"后台"}) |
| | | // public R<IPage<WithdrawalRequests>> page(@RequestBody WithQuery withQuery){ |
| | | // return R.ok(withdrawalRequestsService.pageList(withQuery)); |
| | | // |
| | | // } |
| | | |
| | | |
| | | } |