{
"erpNo": "string",
"sizeType": 1
}
curl --location --request POST '/api/inbound/printBoxLabel' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpNo": "string",
"sizeType": 1
}'
{
"code": 0,
"message": "",
"data": [
{
"inboundId": 0,
"labelUrl": ""
}
],
"requestId": ""
}