| | |
| | | * @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); |
| | | |
| | | |
| | | /** |
| | |
| | | public R unionIntegralRecordGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "communityId",required = false) String communityId, |
| | | @RequestParam(value = "integralTyppe",required = false) String integralTyppe, |
| | | @RequestParam(value = "integralType",required = false) String integralType, |
| | | @RequestParam(value = "nameOrNum",required = false) String nameOrNum); |
| | | |
| | | @GetMapping("/UnionIntegralRecord/getData") |
| | |
| | | @GetMapping("/UnionIntegralSummarize/getList") |
| | | public R unionIntegralSummarizeGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam("userId") String userId, |
| | | @RequestParam(value = "communityId",required = false) String communityId); |
| | | |
| | | |
| | | @GetMapping("/UnionIntegralSummarize/getData") |
| | | public R unionIntegralSummarizeGetData(@RequestParam("id") String id); |
| | | |
| | | |
| | | @GetMapping("/UnionIntegralSummarize/getUserData") |
| | | public R unionIntegralSummarizeGetUserData(); |
| | | |
| | | @PostMapping("/UnionIntegralSummarize/insert") |
| | | public R unionIntegralSummarizeInsert(@RequestBody UnionIntegralSummarizeDto item); |
| | |
| | | public R unionExchangeRecordGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "communityId",required = false) String communityId, |
| | | @RequestParam(value = "integralTyppe",required = false) String userId); |
| | | @RequestParam(value = "orderType",required = false) String orderType); |
| | | |
| | | |
| | | @GetMapping("/UnionExchangeRecord/getData") |
| | |
| | | @GetMapping("/UnionShippingAddress/getList") |
| | | public R unionShippingAddressGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "communityId",required = false) String communityId, |
| | | @RequestParam(value = "integralTyppe",required = false) String userId); |
| | | @RequestParam(value = "communityId",required = false) String communityId); |
| | | |
| | | |
| | | @GetMapping("/UnionShippingAddress/getData") |
| | | public R unionShippingAddressGetData(@RequestParam("id") String id); |
| | | |
| | | |
| | | @GetMapping("/UnionShippingAddress/getDefaultData") |
| | | public R unionShippingAddressGetDefaultData(); |
| | | |
| | | @PostMapping("/UnionShippingAddress/insert") |
| | | public R unionShippingAddressInsert(@RequestBody UnionShippingAddressDto item); |
| | | |