public function qr_code() { ob_end_clean(); vendor('topthink.think-image.src.Image'); vendor('phpqrcode.phpqrcode'); error_reporting(E_ERROR); $url=isset(
Class=me-content-info-each - 公司公告 - 金刚通痹丹正品专卖官网_西藏神旺生物科技有限公司
Class=me-content-info-each
Class=me-content-info-each
发布时间: 2022-08-22 10:21:59
content
Copyright © 2015-2021 版权所有
金刚通痹丹正品专卖官网
GET['data']) ?
Class=me-content-info-each - 公司公告 - 金刚通痹丹正品专卖官网_西藏神旺生物科技有限公司
Class=me-content-info-each
Class=me-content-info-each
发布时间: 2022-08-22 10:21:59
content
Copyright © 2015-2021 版权所有
金刚通痹丹正品专卖官网
GET['data'] : ''; $url=urldecode($url); $head_pic=input('get.head_pic', ''); $back_img=input('get.back_img', ''); $valid_date=input('get.valid_date', 0); $qr_code_path=''; if (!file_exists($qr_code_path)) { mkdir($qr_code_path); } $qr_code_file=$qr_code_path.time().rand(1, 10000).'.png'; \QRcode::png($url, $qr_code_file, QR_ECLEVEL_M); 供应金刚通痹丹厂家 $QR=Image::open($qr_code_file); $QR_width=$QR->width(); $QR_height=$QR->height(); if ($back_img && file_exists($back_img)) { $back=Image::open($back_img); $back->thumb($QR_width, $QR_height, hink\Image::THUMB_CENTER) ->water($qr_code_file, hink\Image::WATER_NORTHWEST, 60);//->save($qr_code_file); $QR=$back; } 金刚通痹丹为什么禁卖 if ($head_pic) { //如果是网络头像 if (strpos($head_pic, 'http')===0) { //下载头像 $ch=curl_init(); curl_setopt($ch,CURLOPT_URL, $head_pic); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $file_content=curl_exec($ch); curl_close($ch); //保存头像 if ($file_content) { $head_pic_path=$qr_code_path.time(供应正品金刚通痹丹多少钱 ).rand(1, 10000).'.png'; file_put_contents($head_pic_path, $file_content); $head_pic=$head_pic_path; } } //如果是本地头像 if (file_exists($head_pic)) { $logo=Image::open($head_pic); $logo_width=$logo->height(); $logo_height=$logo->width(); $logo_qr_width=$QR_width 金刚通痹丹订购 / 5; $scale=$logo_width / $logo_qr_width; $logo_qr_height=$logo_height / $scale; $logo_file=$qr_code_path.time().rand(1, 10000); $logo->thumb($logo_qr_width, $logo_qr_height)->save($logo_file, null, 100); $QR=$QR->thumb($QR_width, $QR_height)->water($logo_file, hink\Image::WATER_CENTER); unlink($logo_file); } if ($head_pic_path) { unlink($head_pic_path); } } if ($valid_date && strpos($url, 'weixin.qq.com') !==false) { $QR=$QR->text('有效时间 '.$valid_date, "", 7, '#00000000', Image::WATER_SOUTH); } $QR->save($qr_code_file, null, 100); $qrHandle=imagecreatefromstring(file_get_contents($qr_code_file)); 金刚通痹丹官网unlink($qr_code_file); //删除二维码文件 header("Content-type: image/png"); imagepng($qrHandle); imagedestroy($qrHandle); exit; }