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