GET api/Song/GetArtists?initial={initial}&hot={hot}

按字母或热度获取歌手按姓名排序

Request Information

Parameters

NameDescriptionAdditional information
initial
No documentation available.

Define this parameter in the request URI.

hot
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

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