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": "bf1f4ecc-bbc7-48a8-9391-eb9bed1d12a6",
  "UserId": "700a0174-3011-4a46-a5f4-47d9b3176e8e",
  "AddTime": "2026-03-12T15:36:53.942+08:00",
  "OperationType": 4,
  "TargetId": "364daf33-3307-4aa9-b491-e4081849414d",
  "TargetType": 0,
  "User2ShareId": "00aca506-752e-4bd2-83c5-cb8c38ec299e",
  "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"
}