materialLabelInventory_count.txt
467 Bytes
# MES2 【YJ36】查询标签库存
curl --request POST \
--url http://127.0.0.1:8889/wms/api/mes/v2/materialLabelInventory/count \
--header 'Accept: */*' \
--header 'Accept-Encoding: gzip, deflate, br' \
--header 'Connection: keep-alive' \
--header 'Content-Type: application/json' \
--header 'Cookie: JSESSIONID=b76dc718-fe80-4711-9b7a-3108e3a47c42' \
--header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0' \
--data '{
"qrCode": "MAT001"
}'