{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"productList": [
{
"customerProductCode": "string",
"roughWeight": null,
"vol": null
}
]
}
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"productList": [
{
"customerProductCode": "string",
"roughWeight": null,
"vol": null
}
]
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}