Specify BGM playback progress

1. API Description

This API is used to specify the playback progress of BGM.

Request mode:

  • V2.6.0 and above: POST [ip]/mwapi/V2.0/bgm/bgm-seek
  • V2.5.0 and below: POST [ip]/mwapi/bgm-seek
Administrator Rights Logged-in
No Yes

2. Input Parameters

Name Required Type Description
progress Yes Int Playback progress, ranging from 0 to 1000000

3. Output Parameters

Name Type Description
status Int Status code
message String Status description

4. Example

Specifying the playback progress to 500000.

Input Example
{
  "progress":500000
}
Output Example
{
    "message": "success",
    "status": 0
}

5. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Status Definition Description
7 MW_STATUS_INVALID_ARG Missing required parameters

results matching ""

    No results matching ""