mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	
						commit
						d036f6ca7c
					
				@ -56,7 +56,8 @@ func (o *FriendApi) GetFriendList(c *gin.Context) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *FriendApi) GetDesignatedFriends(c *gin.Context) {
 | 
			
		||||
	a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c, a2r.NewNilReplaceOption(relation.FriendClient.GetDesignatedFriends))
 | 
			
		||||
	a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c)
 | 
			
		||||
	//a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c, a2r.NewNilReplaceOption(relation.FriendClient.GetDesignatedFriends))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *FriendApi) SetFriendRemark(c *gin.Context) {
 | 
			
		||||
 | 
			
		||||
@ -66,7 +66,8 @@ func (o *GroupApi) GetGroupUsersReqApplicationList(c *gin.Context) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *GroupApi) GetGroupsInfo(c *gin.Context) {
 | 
			
		||||
	a2r.Call(group.GroupClient.GetGroupsInfo, o.Client, c, a2r.NewNilReplaceOption(group.GroupClient.GetGroupsInfo))
 | 
			
		||||
	a2r.Call(group.GroupClient.GetGroupsInfo, o.Client, c)
 | 
			
		||||
	//a2r.Call(group.GroupClient.GetGroupsInfo, o.Client, c, a2r.NewNilReplaceOption(group.GroupClient.GetGroupsInfo))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *GroupApi) KickGroupMember(c *gin.Context) {
 | 
			
		||||
@ -74,7 +75,8 @@ func (o *GroupApi) KickGroupMember(c *gin.Context) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *GroupApi) GetGroupMembersInfo(c *gin.Context) {
 | 
			
		||||
	a2r.Call(group.GroupClient.GetGroupMembersInfo, o.Client, c, a2r.NewNilReplaceOption(group.GroupClient.GetGroupMembersInfo))
 | 
			
		||||
	a2r.Call(group.GroupClient.GetGroupMembersInfo, o.Client, c)
 | 
			
		||||
	//a2r.Call(group.GroupClient.GetGroupMembersInfo, o.Client, c, a2r.NewNilReplaceOption(group.GroupClient.GetGroupMembersInfo))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (o *GroupApi) GetGroupMemberList(c *gin.Context) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user