{
"device_code": "G1",
"struct_code": "A12",
"material_code": "105011008001001",
"vehicle_code": "123",
"storagevehicleext_id": "123",
"pcsn": "123",
"task_code": "123",
"supp_code": "123",
"supp_name": "123",
"task_type": "1"
}curl --location --request POST 'http://127.0.0.1:8011/api/mes/callMaterial' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_code": "G1",
"struct_code": "A12",
"material_code": "105011008001001",
"vehicle_code": "123",
"storagevehicleext_id": "123",
"pcsn": "123",
"task_code": "123",
"supp_code": "123",
"supp_name": "123",
"task_type": "1"
}'{
"message": "操作成功!",
"status": 200,
"data": null
}