{
"point_code": "G4",
"point_status": "1"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosOut/pickUp' \
--header 'Content-Type: application/json' \
--data-raw '{
"point_code": "G4",
"point_status": "1"
}'{
"code": "200",
"message": "操作成功!",
"data": null
}