{
"data": [
{
"barApplyType": "3",
"docNo": "P071-DK220700001",
"cnt": [
0,
1,
3,
2
],
"banzu":"N01CZ01DA",
"barcodenum":3,
"wounit":"PCS",
"unit":5
}
],
"plant": "DK",
"userId": "00000",
"autoPrint": "Y",
"templateId":""
}curl --location --request POST 'http://172.16.60.13:9191/rest/api/openQueryBarcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"barApplyType": "3",
"docNo": "P071-DK220700001",
"cnt": [
0,
1,
3,
2
],
"banzu":"N01CZ01DA",
"barcodenum":3,
"wounit":"PCS",
"unit":5
}
],
"plant": "DK",
"userId": "00000",
"autoPrint": "Y",
"templateId":""
}'{
"success": "string",
"msg": "string",
"mess": "string",
"status": "string",
"errorMac": [
"string"
],
"errorCode": 0,
"lang": "string",
"data": [
"string"
],
"bcode": 0
}