{
"GoodsNum": "string",
"SellPrice": 0,
"SellDescription": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location 'https://openapi.ecosteam.cn/Api/Selling/SetPackageGoodsPrice' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"GoodsNum": "string",
"SellPrice": 0,
"SellDescription": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": true
}