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": "919a2ec2-c110-486a-951a-2d2e367be774",
  "UserGroupId": "983cfe92-7fa7-48e1-b0be-682f28cd0293"
}

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