{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001", "trackNo": "test001", "base64Label": "JVBERi0xLjQKJ........" } }
curl --location --request POST '对接系统的域名/api/setLabel' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderData": { "orderNo": "ON2312241729000110", "customerNo": "customerNo001", "trackNo": "test001", "base64Label": "JVBERi0xLjQKJ........" } }'
{ "code": 0, "msg": "string" }