This function allows operators to kick players offline through the interface
请求方式( Host-> BeSoft):post
编码方式:application/x-www-form-urlencoded
Besoft响应的数据格式是: application/json
{besoftapi}/api/game/logout
| Name | Type | Required | Description |
| ---------- | ------ | ---- | ---------|
| extension1 | String | Y | security code|
| cert | String | Y | agent account|
| user | String | N | The player's account was kicked off |
Form Data:
Content-Type: application/x-www-form-urlencoded
cert:v8VMKKzlPpD0te4rX99Hgefs3PQrBFWJKiuUqg6Y extension1:adminweb user:Guest492
| Name | Type | Description |
|--------|----------|--------|
|status| Int32 |status code |
|erro| Int32 |error code|
{
"status": 1
}
{
"erro": 1042
}