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": "5a8f3523-f6d6-444e-aa50-05b82f272db4", "UserId": "382c45b5-056e-4f56-b27b-5749b9e080e3", "AddTime": "2025-06-15T08:51:23.649+08:00", "OperationType": 4, "TargetId": "8895440a-8abe-40f0-88d6-77960b35e6fb", "TargetType": 0, "User2ShareId": "2a54da2a-de9d-4ba3-a1d8-3f32cac2aba6", "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" }