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": "aab263f8-38c9-471e-820a-f2e414522a8e",
  "AudioType": 0,
  "SongId": "ba33c134-233e-44c5-a475-4c4d8f70f719"
}

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