{API_URL}
| 字段名称 | 类型 | 长度 | 必要 | 描述 |
|---|---|---|---|---|
| itype | string | 4 | 是 | 7 = 解封单个玩家 |
| authcode | string | 32 | 是 | 代理标识,由厂商配发 |
| authkey | string | 32 | 是 | 代理秘钥,由厂商配发 |
| account | string | 32 | 是 | 玩家账号 |
| state | int | 4 | 是 | 0 = 是解封, -1 = 是封号 |
URL:
HTTP Method(请求方式):
POST表单数据:
Content-Type:
application/x-www-form-urlencoded
itype: 7,
authcode: test001,
authkey: 123456,
account: 0166306192
state: 1
| 字段名称 | 类型 | 长度 | 说明 |
|---|---|---|---|
| ret | int | 4 | -1表示成功,非-1表示失败 |
| info | string | 128 | 返回结果说明 |
{
"ret": -1,
"info": "ok",
}