POST api/friend/create-friend?userId={userId}&friendId={friendId}
通过分享链接直接添加好友
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
会员编号 |
string |
Required |
| friendId |
要添加的好友编号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.