{
"GameID": "string",
"GoodsNum": [
"string"
],
"AssetId": [
"string"
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Market/BatchSearchSellingStatus' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"GameID": "string",
"GoodsNum": [
"string"
],
"AssetId": [
"string"
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"HashName": "string",
"GoodsName": "string",
"Price": 0,
"IsSelling": true,
"AssetId": "string",
"GoodsNum": "string",
"DeliveryTime7Day": 0,
"DeliveryRate7Day": 0,
"LastVisitTime": "2019-08-24T14:15:22.123Z"
}
]
}