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": "b78c5ba4-ac4a-4510-afc3-835d8facd28c", "AudioType": 0, "SongId": "83bc754e-a96c-4ff5-acd5-2f23b9b5a052" }
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" }