feat: replace nil

pull/2379/head
icey-yu 1 year ago
parent 21197cc679
commit d25eb4c53c

@ -56,7 +56,7 @@ func (o *FriendApi) GetFriendList(c *gin.Context) {
}
func (o *FriendApi) GetDesignatedFriends(c *gin.Context) {
a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c)
a2r.Call(relation.FriendClient.GetDesignatedFriends, o.Client, c, a2r.NewNilReplaceOption(relation.FriendClient.GetDesignatedFriends))
}
func (o *FriendApi) SetFriendRemark(c *gin.Context) {

Loading…
Cancel
Save