{
"vehicle_code": "MTP0001",
"site_code": "A4"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosIn/vehicleInConfirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicle_code": "MTP0001",
"site_code": "A4"
}'{
"code": "200",
"message": "操作成功!",
"data": null
}