curl --location --request GET 'http://api.intergo.cn/open-api/open/makeOrder/v1/getLabels/system?orderNo' \ --header 'Authorization;'
{ "code": 0, "data": { "customNo": "string", "orderNo": "string", "trackNumber": "string", "shipmentEnterprise": "string", "lableUrl": "string", "invoiceUrl": "string", "copyUrl": "string", "packages": [ { "boxNo": "string", "pkgNo": "string", "trackingNumber": "string", "expressSheetImgUrl": "string", "returnNumber": "string", "returnUrl": "string", "returnBase64": "string" } ] }, "msg": "string" }