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": "2ad18787-554d-4874-b47f-265f4e1ce7a9",
"AudioType": 0,
"SongId": "817afb14-bb91-4141-9908-b2feaf4da273"
}
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"
}