Switch to previous song
1. API Description
This API is used to switch to the previous song.
Request mode:
- V2.6.0 and above: POST [ip]/mwapi/V2.0/bgm/bgm-previous
- V2.5.0 and below: POST [ip]/mwapi/bgm-previous
Administrator Rights | Logged-in |
---|---|
No | Yes |
2. Input Parameters
None
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
message | String | Status description |
4. Example
Switching to the previous song.
Input Example
None
Output Example
{
"message": "success",
"status": 0
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.