为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
/ws
{ "type": "player_switch", "player": "cloudmusicv3", "data": { "from": "wesing", "to": "cloudmusicv3" } }
curl --location --request POST 'https://your-api-server.com' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "player_switch", "player": "cloudmusicv3", "data": { "from": "wesing", "to": "cloudmusicv3" } }'