POST api/LikeOfSoundFile/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": "083e5b92-da16-45b3-94aa-d7d4c79335ed",
  "AudioType": 0,
  "SongId": "afb095e7-c412-48e8-b8ba-225bc88dfcdf"
}

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