POST api/SoundBox/PushAudioListAndPlay

16. 将拇指FM的栏目、歌单、播单、直播频道、栏目频道、音乐频道、朋友频道、明星频道推到音箱上播放(会替换掉音箱当前的播放队列)//PushAudioListAndPlay 只手机用 24. 将单条音频推到音箱立即/随后播放(会往音箱当前播放队列中插入音频)//PushAudioAndPlay

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

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