|
|
@ -56,7 +56,7 @@ func (o *FriendApi) GetFriendList(c *gin.Context) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (o *FriendApi) GetDesignatedFriends(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) {
|
|
|
|
func (o *FriendApi) SetFriendRemark(c *gin.Context) {
|
|
|
|