{
"productCode": "R003250-1ml"
}
curl --location --request POST 'http://openapi.chem-site.com//openapi/rhawn/products/getProductDetail' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"productCode": "R003250-1ml"
}'
{
"data": {
"code": "string",
"cas": "string",
"chemCnName": "string",
"chemEnName": "string",
"cnName": "string",
"enName": "string",
"level": "string",
"delivery": "string",
"price": 0,
"marketPrice": 0,
"status": 0
},
"status": "string",
"code": "string",
"message": "string",
"error": {}
}