curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=printOrderLabel' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"CorpBillidDatas": [{
"CorpBillid": "YQBUG3090591197SZ"
}, {
"CorpBillid": "YQBUG3090591190SZ"
}, {
"CorpBillid": "YQBUG3090591192SZ"
}],
"NumberType": "",/*单号类型:3 运单号,2客户订单号,1订单号,不填默认为订单号类型 */
"OrderType": "1",/*制单固定 2*/
"PrintPaper": "label",/*发票传 a4*/
"PrintContent": "1" /*发票传 2,tnt 其他单证传 4*/
}'