POST api/friend/reject-friend?userId={userId}&friendId={friendId}

通过分享链接直接添加好友

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

会员编号

string

Required

friendId

要添加的好友编号

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.