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": "835f56b6-286e-49ec-aec5-101012221539",
  "UserId": "649b6507-0739-45b3-84db-4d3837e5602a",
  "AddTime": "2025-12-15T16:15:57.609+08:00",
  "OperationType": 4,
  "TargetId": "0c919b0f-503a-4cb5-800c-b04ed08cc406",
  "TargetType": 0,
  "User2ShareId": "099562bb-553e-4e15-bc80-3374a69c7813",
  "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"
}