POST api/Song/add_like

用户(取消)赞节目(2112

Request Information

Parameters

NameDescriptionAdditional information
userLikeView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LikeValue": 0,
  "SoundFileId": "f6ed1912-3704-4deb-a72d-05126007d8f2",
  "AudioType": 0,
  "SongId": "f29e71f7-4296-403e-a42e-f8f7fa85259a"
}

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"
}