GET api/Favorite/GetListByAudio?audioId={audioId}&audioType={audioType}
获取包含某SoundFile或Song的播单 fdy160505
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| audioId | audioId |
Define this parameter in the request URI. |
| audioType | 0 SoundFile,1 Song |
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"
}