{API_URL}
| Field Name | Type | Length | Required | Description |
|---|---|---|---|---|
| itype | string | 4 | Yes | 20 = Operation identifier for all-player action |
| authcode | string | 32 | Yes | Agent identifier, provided by the platform |
| authkey | string | 32 | Yes | Agent secret key, provided by the platform |
| state | int | 4 | Yes | 0 = Unblock all players, -1 = Ban all players |
URL:
HTTP Method:
POSTForm Data:
Content-Type:
application/x-www-form-urlencoded
itype: 20,
authcode: test001,
authkey: 123456,
state: 1
| Field Name | Type | Length | Description |
|---|---|---|---|
| ret | int | 32 | -1 indicates success; other than -1 indicates failure |
| info | string | 128 | Response message |
{
"ret": -1,
"info": "ok",
}