C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************
curl --location --request GET 'https://openapi.c5game.com//merchant/account/v1/steamInfo?app-key' \
--header 'app-key: d6717ac8122b4e2dae6c6f25e95ede2f'
{
"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
}