POST api/Friend/Add

关注用户到指定的分组。如果不选择分组,放到默认分组下。

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "7387c77f-1c16-41ce-af2a-7e73ebef13d9",
  "UserGroupId": "955fd900-1b5f-417c-8cc1-9db92646f560"
}

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"
}