test-errcode
withchao 2 years ago
parent b52e111de9
commit ed29bc1b5c

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

Loading…
Cancel
Save