{
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Merchant/QuerySteamAccountList' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"Id": "string",
"SteamId": "string",
"ApiKey": "string",
"TradeLink": "string",
"NickName": "string",
"Img": "string",
"Level": 0,
"LevelIcon": "string",
"Remark": "string",
"JoinTime": "2019-08-24T14:15:22.123Z",
"CreateTime": "2019-08-24T14:15:22.123Z",
"TradeLinkIsEnable": true,
"InventoryStatus": "string",
"FriendsListStatus": "string",
"BindingTime": "2019-08-24T14:15:22.123Z",
"IsDefaultSteam": true,
"GuardStatus": 0,
"AccountStatus": 0,
"StatusInfo": {
"EcoStatus": true,
"SteamLogin": true,
"IsBindTreadLink": true,
"TreadLinkIsEnable": true,
"NoTradeRestrictions": true,
"NoEscrow": true,
"NoOpenGuardianship": true
}
}
]
}