{
"sect_code": "JN"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosOut/getPdaVehicleCodeBySectCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"sect_code": "JN"
}'{
"code": "200",
"message": "操作成功!",
"data": [
{
"text": "MTP0041",
"value": "MTP0041"
},
{
"text": "MTP0083",
"value": "MTP0083"
}
]
}