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": "145aa3a8-7bc2-4aa3-af53-dcc3257bcf05",
  "UserId": "d937b8bb-5901-4c76-9fe3-e0a59b5b795c",
  "AddTime": "2026-07-26T20:34:41.804+08:00",
  "OperationType": 4,
  "TargetId": "3de24885-16e6-45c9-8add-d328b6078e56",
  "TargetType": 0,
  "User2ShareId": "35047190-52ad-47e3-ba4c-37f1a63460dd",
  "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"
}