You just scanned barcode:
Create your own barcode handler to customize this page in these steps
1. Create php file and upload it to some hosting, it must output text or HTML
// Sample PHP code
<?php echo $_GET['barcode']; ?>
2. Save url to your barcode handler in our app settings, Done! Also you can write custom logic in your handler.