| | |
| | | * @return 总工会户外劳共用户 |
| | | */ |
| | | @PostMapping("/unionUser/authentication") |
| | | public R unionUserAuthentication(@RequestBody UnionUserDto unionUserDto); |
| | | R unionUserAuthentication(@RequestBody UnionUserDto unionUserDto); |
| | | |
| | | /** |
| | | * 用户开门 |
| | | * @param qRCode 二维码字符串 |
| | | * @return 总工会户外劳共用户 |
| | | */ |
| | | @GetMapping("/unionUser/openDoor") |
| | | R openDoor(@RequestParam(value = "qRCode") String qRCode); |
| | | |
| | | |
| | | /** |
| | |
| | | @GetMapping("/UnionExchangeRecord/getList") |
| | | public R unionExchangeRecordGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "communityId",required = false) String communityId); |
| | | @RequestParam(value = "communityId",required = false) String communityId, |
| | | @RequestParam(value = "orderType",required = false) String orderType); |
| | | |
| | | |
| | | @GetMapping("/UnionExchangeRecord/getData") |