$logo = file_get_contents(IMG_URL.$logo); //根据头像的路径 $logo = yuanImg1($logo); //将头像改为圆形 $data = file_get_contents(IMG_URL.$img_url);//小程序的路径.如果没有保存,可以直接用微信小程序返回的资源 $data = qrcodeWithLogo($data,$logo): /** * 在二维码的中间区域镶嵌图片 * @param $QR 二维码数据流.比如file_get…