POST api/SoundBox/UpdateStatus0

2017-4-13 已废弃 16. 将拇指FM的栏目、歌单、播单、直播频道、栏目频道、音乐频道、朋友频道、明星频道推到音箱上播放(会替换掉音箱当前的播放队列) 24. 将单条音频推到音箱立即/随后播放(会往音箱当前播放队列中插入音频) 25. 修改音箱的播放模式(循环播放、随机播放,播放频道时不可用) 27. App控制音箱播放(播放、暂停、上一个、下一个、音量、跳到某一个播放)

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