POST api/User/CancelLikeOfShare
070 取消对分享的赞
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | LikeOfShare |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserOperId": "1965844e-3ebb-41ac-9c9a-04ccd2460ab5",
"UserId": "b122b0cc-6ad4-4af3-8abe-2b4df0d45630",
"AddTime": "2025-12-15T16:23:12.774+08:00",
"OperationType": 4,
"TargetId": "1e12fbbf-ab79-4386-a367-cf8746eed925",
"TargetType": 0,
"User2ShareId": "6e710ba7-fe80-475a-82a8-e260c6d2b42c",
"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"
}