statistics

This commit is contained in:
withchao
2023-06-20 17:03:20 +08:00
parent fe08e8b6c9
commit a1fc6e4e65
17 changed files with 502 additions and 108 deletions
+2 -2
View File
@@ -118,11 +118,11 @@ func (o *Group) GetGroupAbstractInfo(c *gin.Context) {
}
//func (g *Group) SetGroupMemberNickname(c *gin.Context) {
// a2r.Call(group.GroupClient.SetGroupMemberNickname, g.client, c)
// a2r.Call(group.GroupClient.SetGroupMemberNickname, g.userClient, c)
//}
//
//func (g *Group) GetGroupAllMemberList(c *gin.Context) {
// a2r.Call(group.GroupClient.GetGroupAllMember, g.client, c)
// a2r.Call(group.GroupClient.GetGroupAllMember, g.userClient, c)
//}
func (o *Group) GetJoinedSuperGroupList(c *gin.Context) {