This commit is contained in:
withchao
2023-04-12 18:16:02 +08:00
parent cb40e47c21
commit 80505ca74c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -73,6 +73,10 @@ func (o *Group) GetGroupMembersInfo(c *gin.Context) {
a2r.Call(group.GroupClient.GetGroupMembersInfo, o.client, c)
}
func (o *Group) GetGroupMemberList(c *gin.Context) {
a2r.Call(group.GroupClient.GetGroupMemberList, o.client, c)
}
func (o *Group) InviteUserToGroup(c *gin.Context) {
a2r.Call(group.GroupClient.InviteUserToGroup, o.client, c)
}