获取影子用户绑定的SteamId
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| appId | Number | 必须 | 0 |
|
游戏id |
| channelUserId | String | 必须 | 0 |
|
渠道用户id(影子 query true string id) |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| data | Data [] | Data | |
|
|||
| bizErrorMsg | String | 请求成功 | Error message |
| success | Boolean | true | Is request successful |
| bizErrorCode | Number | 0 | Error code |
{"channelUserId":"0","appId":0}
{
"data":[
{
"avatar":"https:\/\/avatars.steamstatic.com\/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_full.jpg",
"autoRepairable":1,
"roleType":0,
"steamUrlToken":"xxxxx",
"steamId":"7656119",
"accountStatus":1,
"checkStatus":0,
"repairable":1,
"tradableTime":0,
"statusText":"sss",
"nickname":"2719",
"invalidCount":0,
"fixedCount":1,
"metrics":[
{
"redirect":"http:\/\/xxx",
"actionText":"sss",
"unlimitedTime":"123",
"autoRepairable":0,
"actionType":0,
"repairable":0,
"healthStatus":1,
"unlimitedTimestamp":0,
"statusText":"xxx",
"name":"steamLocked",
"action":0,
"status":0
}
],
"status":1
}
],
"bizErrorMsg":"请求成功",
"success":true,
"bizErrorCode":0
}
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|