You need to enable JavaScript to run this app.
导航
将用户移出当前游戏 BanRoomUser
最近更新时间:2025.01.20 15:42:49首次发布时间:2024.04.19 13:53:04

本接口将指定用户移出当前游戏。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=BanRoomUser&Version=2023-03-18

请求参数

下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数

Query

参数类型是否必选示例值描述
ActionStringBanRoomUser接口名称。当前 API 的名称为 BanRoomUser
VersionString2023-03-18接口版本。当前 API 的版本为 2023-03-18

Body

参数类型是否必选示例值描述
GameIdString12839089248923游戏 ID,可通过调用 ListGame 接口获取返回的游戏 ID。GameIdCustomGameId 二选一,二者同时指定时,GameId 取值优先。
CustomGameIdString239103281-301游戏标识,在注册游戏时指定。可通过调用 ListGame 接口获取返回的游戏 ID。GameIdCustomGameId 二选一,二者同时指定时,GameId 取值优先。
ReservedIdString9827309381资源预锁定 ID,可通过调用 PreAllocateResource 接口获取,或通过客户端 SDK start() 接口成功回调。
ClientUserIdString9823028420113需要移出游戏的用户 ID,即唯一用户身份标识,由业务方自定义,用于标识用户在游戏中的身份。与调用 PreAllocateResource 接口时指定的 ClientUserId 相同。

返回参数

下表仅列出本接口特有的返回参数。更多信息请见返回结构

参数类型示例值描述
ResultStringsuccess将用户移出当前游戏成功,返回 success;否则返回错误。

请求示例

POST https://open.volcengineapi.com?Action=BanRoomUser&Version=2023-03-18
{
    "GameId": "724853800***4210092",
    "ReservedId": "729113685***12940332",
    "ClientUserId": "9823028420113"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202306041104200100100232280022D31",
        "Action": "BanRoomUser",
        "Version": "2023-03-18",
        "Service": "veGame",
        "Region": "cn-north-1"
    },
    "Result": {
        "Result": "success"
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。