文件地址:app\controller\admin\v1\order\OtherOrder.php $canvas->setImageUrl(public_path() . 'statics/qrcode/offlines.jpg')->setImageHeight(730)->setImageWidth(500)->pushImageValue(); 复制代码
文件地址:crmeb\utils\Canvas.php
switch (this->imageType) {
case 'jpeg':
case 'jpg':
imagejpeg(image, public_path() . image, public_path() . image, public_path() . this->imageType);
}
复制代码
免费源码下载地址:github.crmeb.net/u/defu