用排名板查询用户分数的API
Request
Method : GET
Header
Type
Required
Description
X-API-KEY
String
O
GamePot发放的认证密钥
X-PROJECT-ID
String
O
仪表盘项目ID
Attribute
Type
Required
Description
leaderboardID
String
O
在仪表盘中生成的排名板固有ID
userid
String
O
用户ID
Response
成功
Attribute
Type
Description
status
Int
结果值(-1 失败)
message
String
错误消息
rank
Int
排名
project_id
String
项目ID
leaderboardId
String
在仪表盘中生成的排名板固有ID
user_id
String
用户ID
score
Int
分数
subscore
Int
分项分数
metadata
Int
用户自定义数据
updatedAt
String
更新日期
expiredAt
String
到期日
失败
Attribute
Type
Description
status
Int
结果值(失败时请参考Error code)
message
String
错误内容
Last updated