{
"GameId": "string",
"HashName": "string",
"WearMin": 0,
"WearMax": 0,
"PaintIndexLabel": "string",
"FadeMin": 0,
"FadeMax": 0,
"TierLabel": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location 'https://openapi.ecosteam.cn/Api/Market/GetPurchaseList' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"GameId": "string",
"HashName": "string",
"WearMin": 0,
"WearMax": 0,
"PaintIndexLabel": "string",
"FadeMin": 0,
"FadeMax": 0,
"TierLabel": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"GameId": "string",
"HashName": "string",
"GoodsName": "string",
"UnitPrice": 0,
"CurCount": 0,
"WearMin": 0,
"WearMax": 0,
"Style": "string",
"Tier": "string",
"FadeMin": 0,
"FadeMax": 0,
"IsSupportPreSale": true
}
]
}