POST api/Friend/Add
关注用户到指定的分组。如果不选择分组,放到默认分组下。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "e0068781-17cd-4c4a-a9eb-2305e646d46b",
"UserGroupId": "aedc790d-f5f4-4251-9cd3-d3e3b51767b2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}