feat: add get_group_member_user_id api (#734)

This commit is contained in:
withchao
2023-07-31 17:41:40 +08:00
committed by GitHub
parent 62141fa121
commit b131013b3f
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.Unive
groupRouterGroup.POST("/set_group_member_info", g.SetGroupMemberInfo)
groupRouterGroup.POST("/get_group_abstract_info", g.GetGroupAbstractInfo)
groupRouterGroup.POST("/get_groups", g.GetGroups)
groupRouterGroup.POST("/get_group_member_user_id", g.GetGroupMemberUserIDs)
}
superGroupRouterGroup := r.Group("/super_group", ParseToken)
{