GET api/Music/GetList?tagIds={tagIds}&orderBy={orderBy}

按照标签获取音乐频道列表 fdy160112

Request Information

Parameters

NameDescriptionAdditional information
tagIds
No documentation available.

Define this parameter in the request URI.

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