{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001" } }
curl --location --request POST '对接系统的域名/api/getLabel' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001" } }'
{ "code": 0, "message": "string", "data": { "orderNo": "string", "customerNo": "string", "trackNo": "string", "trackStatus": 0, "costList": [ { "costName": "string", "cost": "string", "currency": "string" } ], "downLabelUrl": "string", "base64Label": "string", "childNumberList": [ "string" ], "childLabelList": [ { "boxNo": "string", "trackNo": "string", "labelUrl": "string" } ], "invoiceLabel": "string", "copyLabel": "string" } }