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": "da334328-f323-4278-a6bd-437ee2352478",
"AudioType": 0,
"SongId": "39696147-a02f-4937-98ab-fc283c85db2a"
}
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"
}