{
"PageIndex": 1,
"PageSize": 1,
"SteamId": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Selling/GetSellGoodsList' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"PageIndex": 1,
"PageSize": 1,
"SteamId": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"GoodsNum": "string",
"StockId": "string",
"Price": 0,
"sellDate": 0,
"GoodsName": "string",
"AssetId": "string",
"HashName": "string",
"GoodsImg": "string",
"State": 0,
"SubSidyMoney": 0,
"SellerDescription": "string",
"IsSecret": true,
"PreGoodsId": "string",
"SteamPrice": 0,
"ClassID": "string",
"PublishTime": "2019-08-24T14:15:22.123Z",
"Items": [
{
"GoodsNum": "string",
"StockId": "string",
"CDTime": "string",
"Price": 0,
"sellDate": 0,
"AssetId": "string",
"State": 0,
"SubSidyMoney": 0,
"SellerDescription": "string",
"IsSecret": true,
"BasePrice": 0,
"Remark": "string",
"Visible": true,
"IsShopOnline": true,
"BottomPrice": 0,
"SellCount": 0,
"IsGems": true
}
],
"SteamId": "string",
"GameId": "string",
"IsShowLabel": true,
"tradeType": 1,
"IsShowSubSidy": true,
"IsFreeWithdrawal": true,
"TradableTime": "2019-08-24T14:15:22.123Z",
"Visible": true,
"IsShopOnline": true,
"SellCount": 0,
"IsGems": true
}
]
}
}