Query binding steam accounts
Request
Add parameter in query app-key
Example:app-key: ********************
Request Code Samples
curl --location -g --request GET 'http://openapi.c5game.com//merchant/account/v1/steamInfo?app-key=prc09j51yuot4g0dreah132boeih6byy&app-key=<api-key>'
Responses
application/json {
"success": true,
"data": {
"uid": "123456",
"avatar": "https://i.c5game.com/image/u-887621619f27068ca3e.jpg",
"nickname": "这是昵称",
"balance": 1090.3,
"steamList": [
{
"steamId": "76561198152000000",
"avatar": "头像地址"
},
{
"steamId": "76561198168000000",
"avatar": "头像地址"
}
]
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}
Modified at 2023-09-29 06:00:45