玩家在线状态


参数名称
描述

Uri

v1/epoker/account/playing

Method

POST

接口请求参数

参数名称
类型
必填
描述

Account

string

Y

玩家ID,不得超过64字

返回结果

{
    "status_code": 200,
    "message": "ok",
    "data": {
        "is_in_game": 0 // 0: 不在游戏中,1: 在游戏中
    }
}

⥾ 返回状态

字段
类型
描述

status_code

int

状态码返回200,表示成功

message

string

提示信息

data

object

返回的数据

data.is_in_game

int

玩家在线状态 0:不在游戏中

1:在游戏中

Last updated