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": "e6971158-596c-4023-b955-b83af9b59a48",
  "UserGroupId": "7a5b687c-1187-4fa3-acb5-c48483ff0378"
}

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