{
"point_code": "",
"vehicle_code": ""
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/jb/checkStruct' \
--header 'Content-Type: application/json' \
--data-raw '{
"point_code": "",
"vehicle_code": ""
}'{"message":"操作成功!","data":{"flag":"1","message":"该仓位可用!"}}