Get Player
GET
/api/player/{player_uid}Get Player
请求参数
[message.pathParameter]
player_uid
string
必需
Player UID
示例代码
[api.label.responses]
OK(200)
Bad Request(400)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
[response.label.jsonSchema]
exp
integer
可选
full_stomach
number
可选
hp
integer
可选
items
object (database.Items)
可选
CommonContainerId
array[object (database.Item) {3}]
可选
DropSlotContainerId
array[object (database.Item) {3}]
可选
EssentialContainerId
array[object (database.Item) {3}]
可选
FoodEquipContainerId
array[object (database.Item) {3}]
可选
PlayerEquipArmorContainerId
array[object (database.Item) {3}]
可选
WeaponLoadOutContainerId
array[object (database.Item) {3}]
可选
last_online
string
可选
level
integer
可选
max_hp
integer
可选
max_status_point
integer
可选
nickname
string
可选
pals
array[object (database.Pal) {15}]
可选
defense
integer
可选
exp
integer
可选
gender
string
可选
hp
integer
可选
is_boss
boolean
可选
is_lucky
boolean
可选
is_tower
boolean
可选
level
integer
可选
max_hp
integer
可选
melee
integer
可选
ranged
integer
可选
rank
integer
可选
skills
array[string]
可选
type
string
可选
workspeed
integer
可选
player_uid
string
可选
save_last_online
string
可选
shield_hp
integer
可选
shield_max_hp
integer
可选
status_point
object
可选
额外字段
integer
可选
steam_id
string
可选
[api.label.example]
[app.settings.hasNoSetting]
[updatedIn] 10 个月前