<?php
$response1 = file_get_contents('#nodeurl/info?getqr=code&token=#token');
$response1 = file_get_contents('#nodeurl/info?getqr=image&token=#token');

echo $response1; // output {success:true/false, isonwa:true/false}
echo $response2; // output {success:true/false, isonwa:true/false}
?>