{
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/open/order/OneClickResolveOffer' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"sendOfferResults": [
{
"OrderNum": "string",
"OfferId": "string",
"NeedsMobileConfirmation": true,
"NeedsEmailConfirmation": true,
"Error": "string"
}
],
"acceptOfferResults": [
{
"OrderNum": "string",
"OfferId": "string",
"NeedMobileConfirmation": true,
"NeedEmailConfirmation": true,
"Error": "string",
"ErrorCode": 0
}
]
}
}