lidongdong
2023-10-16 a12e09a5bc73672dcd4665d35a1ef8c9d1c534b0
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java
@@ -139,7 +139,15 @@
     * @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);
    /**
@@ -231,7 +239,8 @@
    @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")