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": "14e76cd0-91f6-41a5-a169-fedc558b65ef",
"AudioType": 0,
"SongId": "bbf33e60-93a4-454a-9fde-5e822a00468f"
}
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"
}