{
"GameID": "string",
"NeedStyleInfo": true,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Market/GetHashNameAndPriceList' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"GameID": "string",
"NeedStyleInfo": true,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"HashName": "string",
"GoodsName": "string",
"IdNum": 0,
"StyleName": "string",
"SellingTotal": 0,
"Price": 0,
"MaxPrice": 0,
"QGMaxPrice": 0,
"QGTotal": 0,
"PreSaleBottomPrice": 0,
"PreSaleCount": 0,
"RentGoodsBottomPrice": 0,
"MarketComprePrice": 0
}
]
}