bgm-play-control
Use the interface to control the play of BGM.
Request Mode
POST http://ip/mwapi/bgm-play-control
Parameter | Description |
---|---|
playStatus | The play status 0: pause 1: playing |
{
"playStatus":0
}
Response Body
JSON structure is as follows:
{
"message": "success",
"status": 0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |