This commit is contained in:
withchao 2023-05-15 16:17:36 +08:00
parent b52e111de9
commit ed29bc1b5c

View File

@ -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) {