{
"GoodsNums": [
"string"
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Market/GetViewLink' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"GoodsNums": [
"string"
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"GoodsNum": "string",
"TwoDViewLink": "string",
"ThreeDViewLink": "string"
}
]
}