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