POST api/SoundFile/add_Audiolike
用户(取消)赞
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": "a1f62eb6-d4d0-450a-8ef3-ff9414fa3576",
"AudioType": 0,
"SongId": "3166b049-a83e-4c6e-962e-91a06063b088"
}
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"
}