浏览代码

踢人接口

qingjie 3 月之前
父节点
当前提交
cb7f2692a2
共有 3 个文件被更改,包括 8 次插入6 次删除
  1. 2 1
      transfer/en/API_release_version.md
  2. 5 5
      transfer/en/kickout.md
  3. 1 0
      transfer/zh/API_release_version.md

+ 2 - 1
transfer/en/API_release_version.md

@@ -13,4 +13,5 @@
   |1.1.8| ADD:  [Get User Balance Transaction Records] /api/game/usertradeinfo  | 2025.2.6 |
   |1.1.9| (1) [Get User Balance Transaction Records] "/api/game/usertradeinfo"   Added returns and requests for unique "traceid"  | 2025.2.6 |
   |1.1.10| (1) [Withdraw] "/api/game/withdraw"   Adds a unique identifier for the Request parameter transaction(traceid)"  | 2025.2.14 |
-  |1.1.11| (1) [Game Lobby Access] Game Lobby Access Process Description  | 2025.4.18 |
+  |1.1.11| (1) [Game Lobby Access] Game Lobby Access Process Description  | 2025.4.18 |
+  |1.1.12| (1) [kick out Player]  Add the interface for kicking out players  | 2025.6.24 |

+ 5 - 5
transfer/en/kickout.md

@@ -1,12 +1,12 @@
-#   <font >Kick The Player Offline</font>
+#   <font >kick out Player</font>
 ## Description
->   This function allows operators to kick players offline through the interface
+>   This function allows operators to kick out Player through the interface
 
-> 请求方式( Host-> BeSoft):post 
+> Request method:( Host-> BeSoft):post 
 
-> 编码方式:application/x-www-form-urlencoded
+> Encoding method:application/x-www-form-urlencoded
 
-> Besoft响应的数据格式是: application/json
+>  Besoft The response data format is: application/json
 
 ##  Method URL
 >   {besoftapi}/api/game/logout

+ 1 - 0
transfer/zh/API_release_version.md

@@ -14,3 +14,4 @@
   |1.1.9| (1) [获得交易记录] "/api/game/usertradeinfo"   增加唯一"traceid"的返回、请求  | 2025.2.6 |
   |1.1.10| (1) [存取款] "/api/game/withdraw"   增加请求参数 "交易的唯一标识码(traceid)"  | 2025.2.14 |
   |1.1.11| (1) [游戏大厅接入]  游戏大厅接入流程说明  | 2025.4.18 |
+  |1.1.12| (1) [把玩家踢下线]  增加踢除玩家接口  | 2025.6.24 |