{
"warehouseCode": "string",
"timestamp": "string",
"request": {
"mailno": "string",
"longs": null,
"widths": null,
"heights": null,
"weight": null,
"volume": null,
"remark": "string"
}
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"warehouseCode": "string",
"timestamp": "string",
"request": {
"mailno": "string",
"longs": null,
"widths": null,
"heights": null,
"weight": null,
"volume": null,
"remark": "string"
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}