POST api/Song/GetMusicsBy

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
song
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongId": "bad4c5b6-47ba-4152-8287-bf21c2b50454",
  "SongExId": "70e76e64-f4b3-4304-8cd5-d78524b0e982",
  "Title": "sample string 3",
  "Album": "sample string 4",
  "Artist": "sample string 5",
  "IsStandardLrc": 6,
  "Duration": 7,
  "Lyrics": "sample string 8",
  "AudioUrl": "sample string 9",
  "CoverImageUrl": "sample string 10",
  "AddTime": 11.1,
  "IsLiked": 12,
  "NumberOfComment": 13,
  "NumberOfShare": 14,
  "NumberOfLike": 15,
  "IsDownLoad": 16,
  "Content": "sample string 17",
  "RecordPath": "sample string 18",
  "FavoriteId": "03411e07-e63c-47b2-b80e-0fa8c7c8d78e",
  "Size": 20,
  "IsOriginal": 21,
  "intro1": 22,
  "intro2": 23,
  "Intro3": 24,
  "TrimIn": 25,
  "TrimOut": 26,
  "HookIn": 27,
  "HookOut": 28,
  "NextToPlay": 29,
  "pageindex": 30,
  "pagesize": 31,
  "isdesc": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}