{
"TradeOfferId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/open/order/SellerGetOrderByTradeOfferId' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"TradeOfferId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
"string"
]
}