fengjin
2023-09-20 c6f8a03a3675efa99a833e16ad34ac0dd0fbc9b0
springcloud_k8s_panzhihuazhihuishequ/huacheng_union_applets/src/main/java/com/chuangongzhijia/huacheng_union_applets/api/UnionUserApi.java
@@ -22,8 +22,8 @@
    private CommunityUnionService communityUnionService;
    @Resource
    private UserService userService;
//    @Resource
//    private UserService userService;
    /**
     * 总工会户外劳登录
     *
@@ -50,4 +50,16 @@
        return  communityUnionService.unionUserAuthentication(unionUserDto);
    }
    /**
     * 用户开门
     * @param qRCode 二维码字符串
     * @return 总工会户外劳共用户
     */
    @ApiOperation(value = "用户开门")
    @GetMapping("/openDoor")
    public R openDoor(@RequestParam(value = "qRCode")  String qRCode){
        return  communityUnionService.openDoor(qRCode);
    }
}