{
"SteamId": "string",
"BatchPurchaseType": 0,
"TradeLink": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/open/purchase/BatchPurchaseStatus' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"SteamId": "string",
"BatchPurchaseType": 0,
"TradeLink": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"IsSuccess": true,
"PurchaseIdList": [
"string"
]
}
}