From ed29bc1b5c4626864aa149ceaabfbf5fdc00bfe9 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Mon, 15 May 2023 16:17:36 +0800 Subject: [PATCH] group --- internal/api/friend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/api/friend.go b/internal/api/friend.go index 3ac40f7c5..0dc3eed2c 100644 --- a/internal/api/friend.go +++ b/internal/api/friend.go @@ -42,11 +42,11 @@ func (o *Friend) DeleteFriend(c *gin.Context) { } func (o *Friend) GetFriendApplyList(c *gin.Context) { - a2r.Call(friend.FriendClient.GetPaginationFriendsApplyFrom, o.client, c) + a2r.Call(friend.FriendClient.GetPaginationFriendsApplyTo, o.client, c) } func (o *Friend) GetSelfApplyList(c *gin.Context) { - a2r.Call(friend.FriendClient.GetPaginationFriendsApplyTo, o.client, c) + a2r.Call(friend.FriendClient.GetPaginationFriendsApplyFrom, o.client, c) } func (o *Friend) GetFriendList(c *gin.Context) {