bgm-seek
Use the interface to seek the BGM to the specific progress.
Request Mode
POST http://ip/mwapi/bgm-seek
Parameter | Description |
---|---|
progress | Seek to the anchor point (0 - 1000000) |
{
"progress":500000
}
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. |