| | |
| | | */ |
| | | @PostMapping(value = "/t-app-user/user/getUserById/{id}") |
| | | R<TAppUser> getUserById(@PathVariable("id") Long id); |
| | | @PostMapping(value = "/t-app-user/user/getAllUser") |
| | | R<List<TAppUser>> getAllUser(); |
| | | |
| | | |
| | | @PostMapping(value = "/t-app-user/user/coupon/getById") |
| | |
| | | @PostMapping(value = "/t-app-user/refundPoints/{param}") |
| | | public R refundPoints(@PathVariable("param")String param); |
| | | |
| | | @PostMapping(value = "/t-app-user/user/give/vip") |
| | | @PostMapping(value = "/t-app-user/user/give/vip1") |
| | | public R giveVip(@RequestBody GiveVipDto giveVipDto); |
| | | |
| | | |