POST api/Song/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": "3eb00cdc-1511-4963-850c-a326b950d515",
"AudioType": 0,
"SongId": "957ab9ef-af21-46bf-92b4-e409305b9ccb"
}
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"
}