POST api/SoundFile/add_like
用户(取消)赞节目(2112
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userLikeView |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LikeValue": 0,
"SoundFileId": "5cc7035d-a853-435f-ab61-8f9886c5069d",
"AudioType": 0,
"SongId": "dec1afcb-e40c-4c70-b267-ddb8249d9858"
}
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"
}