用戶信息
参数名称
值
描述
Uri
v1/epoker/account/info
Method
POST
⥾ 接口请求参数
参数名称
类型
必填
描述
Account
string
Y
玩家ID,不得超过64字
⥾ 返回结果
{
"status_code": 200,
"message": "ok",
"data": {
"account": "leo000000gan",
"status": 0,
"totalmoney": "9500",
"currency": "CNY"
}
}
⥾ 返回状态
字段
类型
描述
status_code
int
状态码返回200,表示成功
message
string
提示信息
data
object
返回的数据
data.account
string
玩家ID
data.status
int
玩家状态
0:不在线 1:在线 2:封停
data.totalmoney
string
玩家总金币
data.currency
string
带入币种
Last updated