params['imgHost'] . $behind; if (file_exists($file) == false) { \QRcode::png($url, $file, $errorCorrectionLevel, $matrixPointSize, 1);//最后的参数1表示空白间距 } return ['shortUrl' => $behind, 'url' => $imgUrl]; } }