This commit is contained in:
withchao
2023-04-11 14:44:51 +08:00
parent 387a3cbe96
commit bd07c964a4
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func (o *Friend) GetSelfApplyList(c *gin.Context) {
}
func (o *Friend) GetFriendList(c *gin.Context) {
a2r.Call(friend.FriendClient.GetDesignatedFriends, o.client, c)
a2r.Call(friend.FriendClient.GetPaginationFriends, o.client, c)
}
func (o *Friend) SetFriendRemark(c *gin.Context) {