POST api/User/CancelLikeOfShare

070 取消对分享的赞

Request Information

Parameters

NameDescriptionAdditional information
model
LikeOfShare

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserOperId": "db17b5a4-e0b1-4d0d-aaa5-142222131d13",
  "UserId": "8baffd0f-90c4-43f0-abd4-906e1322e137",
  "AddTime": "2026-07-26T20:37:10.6+08:00",
  "OperationType": 4,
  "TargetId": "c90345fb-4ba6-497c-ab4f-6fcb26ca71ca",
  "TargetType": 0,
  "User2ShareId": "26eb52fd-1ca1-4a7f-88ae-ff6b2a0ba1ef",
  "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"
}