|
|
@ -129,6 +129,7 @@ func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.Unive
|
|
|
|
groupRouterGroup.POST("/set_group_member_info", g.SetGroupMemberInfo)
|
|
|
|
groupRouterGroup.POST("/set_group_member_info", g.SetGroupMemberInfo)
|
|
|
|
groupRouterGroup.POST("/get_group_abstract_info", g.GetGroupAbstractInfo)
|
|
|
|
groupRouterGroup.POST("/get_group_abstract_info", g.GetGroupAbstractInfo)
|
|
|
|
groupRouterGroup.POST("/get_groups", g.GetGroups)
|
|
|
|
groupRouterGroup.POST("/get_groups", g.GetGroups)
|
|
|
|
|
|
|
|
groupRouterGroup.POST("/get_group_member_user_id", g.GetGroupMemberUserIDs)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
superGroupRouterGroup := r.Group("/super_group", ParseToken)
|
|
|
|
superGroupRouterGroup := r.Group("/super_group", ParseToken)
|
|
|
|
{
|
|
|
|
{
|
|
|
|