huanghongfa
2020-12-25 8f0627589f6f58403f70fce4bf54b735d4640064
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -319,4 +319,14 @@
    public R putAgreement(@RequestBody SysUserAgreementVO sysUserAgreementVO){
        return userService.putAgreement(sysUserAgreementVO);
    }
    /**
     * 用户标签
     * @param communityId 社区id
     * @return 标签集合
     */
    @PostMapping("listcommngusertag")
    public R listComMngUserTag(@RequestParam("communityId")Long communityId){
        return userService.listComMngUserTag(communityId);
    }
}