|
|
@ -201,7 +201,6 @@ func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.Unive
|
|
|
|
statisticsGroup.POST("/user/active", m.GetActiveUser)
|
|
|
|
statisticsGroup.POST("/user/active", m.GetActiveUser)
|
|
|
|
statisticsGroup.POST("/group/create", g.GroupCreateCount)
|
|
|
|
statisticsGroup.POST("/group/create", g.GroupCreateCount)
|
|
|
|
statisticsGroup.POST("/group/active", m.GetActiveGroup)
|
|
|
|
statisticsGroup.POST("/group/active", m.GetActiveGroup)
|
|
|
|
//statisticsGroup.POST("/user/online", m.OnlineUserCount)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return r
|
|
|
|
return r
|
|
|
|
}
|
|
|
|
}
|
|
|
|