This commit is contained in:
wangchuxiao
2023-03-17 16:24:47 +08:00
parent 7c8c809fb8
commit fd19cd89a3
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func (o *Friend) GetFriendApplyList(c *gin.Context) {
}
func (o *Friend) GetSelfApplyList(c *gin.Context) {
a2r.Call(friend.FriendClient.GetPaginationFriendsApplyFrom, o.client, c)
a2r.Call(friend.FriendClient.GetPaginationFriendsApplyTo, o.client, c)
}
func (o *Friend) GetFriendList(c *gin.Context) {