{
"SteamGameID": "string",
"GoodsName": "string",
"HashName": "string",
"MinPrice": 0.01,
"MaxPrice": 0.01,
"PageIndex": 1,
"PageSize": 1,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Market/CategoryQuery' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"SteamGameID": "string",
"GoodsName": "string",
"HashName": "string",
"MinPrice": 0.01,
"MaxPrice": 0.01,
"PageIndex": 1,
"PageSize": 1,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"GameID": "string",
"GoodsID": "string",
"GoodsName": "string",
"Icon": "string",
"HashName": "string",
"Price": 0,
"MarketPrice": 0,
"SellCount": 0,
"TypeName": "string",
"Property": [
{
"Category": "string",
"Key": "string",
"Value": "string",
"Color": "string"
}
]
}
]
}
}