Get Player Information
The Game Server Hit the App Server to get Player Information
Param
Val
Required
Description
Response parameters
Param
Val
Required
Description
Param
Val
Required
Description
Last updated
The Game Server Hit the App Server to get Player Information
Last updated
https://an-api-link-provided-by-you?token=xx&game_id=xx&lang=xx&sign=c1ecccfa8ff75c90ea62b3b386aecb48{
"error_code": 0,
"error_message": null,
"data": {
"name": "John Doe",
"uid": "1232323",
"avatar": "https://gravatar.com/avatar/a38c4e594847fe7d38b01ab07abfaa36",
"coins": 999
}
}{
"error_code": 1,
"error_message": "Cannot get user info",
"data":
}