huanghongfa
2021-09-14 30d80e3d0f852973e440f78def05b854fb857e80
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -514,7 +514,7 @@
     * 
     * @return 标签集合
     */
    R listTags(Long communityId);
    R listTags();
    /**
     * 通过账号查询用户信息
@@ -678,4 +678,10 @@
     */
    R getUserListByCommunityId(Long communityId);
    /**
     * 根据openid维护社区团队里是否注册
     * @param openid    用户微信唯一标识
     */
    void judgeCommunityTeam(String openid);
}