| | |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import com.panzhihua.common.model.vos.MenuVO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | */ |
| | | @PostMapping("putagreement") |
| | | R putAgreement(@RequestBody SysUserAgreementVO sysUserAgreementVO); |
| | | |
| | | /** |
| | | * 用户标签 |
| | | * @param communityId 社区id |
| | | * @return 标签集合 |
| | | */ |
| | | @PostMapping("listcommngusertag") |
| | | R listComMngUserTag(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 新增删除用户标签 |
| | | * @param systemmanagementConfigVO 操作内容 |
| | | * @return 操作结果 |
| | | */ |
| | | @PostMapping("putcommngusertag") |
| | | R putComMngUserTag(@RequestBody SystemmanagementConfigVO systemmanagementConfigVO); |
| | | } |