{
"device_code": "H3"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosOut/getMaterialSuppByDeviceCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_code": "H3"
}'{
"code": "200",
"message": "操作成功!",
"data": {
"material_spec": "蓝钨WO2.90",
"supp_code": "zzzswzp",
"material_model": "L",
"supp_name": "株洲钻石钨制品有限公司",
"pscn": "M272J4622L",
"vehicle_code": "LT0001",
"material_name": "蓝钨WO2.90|L",
"material_code": "W10000000192"
}
}