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": "e000c993-8ed4-4690-9118-256ca9a4c4cc", "AudioType": 0, "SongId": "d7c8cabc-f721-4f16-bec0-4dddcf128e4b" }
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" }