POST api/User/Share_Like
069 对分享点赞
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": "179e7a29-e97f-49de-bb59-fcb650716c39",
"UserId": "9a7eaf8f-20bb-4f89-a7fc-af25e571eaba",
"AddTime": "2026-03-12T15:34:19.913+08:00",
"OperationType": 4,
"TargetId": "e4d253ea-98af-4d1f-9dc8-d262efd0fb5b",
"TargetType": 0,
"User2ShareId": "318fb1b8-b084-4e24-9bce-59a3993e050c",
"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"
}