POST api/LikeOfSoundFile/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": "7d3cf99d-dd47-44a6-948e-415681c7d8e6",
"AudioType": 0,
"SongId": "1476a797-a2ee-44b7-b3b0-e4a19e784d13"
}
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"
}