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); } }