{
"param_list": [
{
"vehicle_code": "string",
"site_code": "string",
"form_data_code": "string"
}
]
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosIn/zwConfirmIn' \
--header 'Content-Type: application/json' \
--data-raw '{
"param_list": [
{
"vehicle_code": "string",
"site_code": "string",
"form_data_code": "string"
}
]
}'{"code":200,"message":"操作成功!"}