POST api/User/Share_Like

069 对分享点赞

Request Information

Parameters

NameDescriptionAdditional information
model
LikeOfShare

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserOperId": "09a10b61-d424-4d21-becc-c0796764a77d",
  "UserId": "eac4e3c9-301a-4030-b0a3-7c5da835d51c",
  "AddTime": "2025-06-15T08:37:26.731+08:00",
  "OperationType": 4,
  "TargetId": "bbd10845-7671-4563-bb9f-e8531047f00c",
  "TargetType": 0,
  "User2ShareId": "0d28c5ef-ba3b-43a3-9390-39f7864f09a7",
  "CreateTime": 7,
  "IsAvailable": true,
  "Version": "sample string 9"
}

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