作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

我的分享

@@ -126,7 +126,7 @@ class Share extends WechatBase @@ -126,7 +126,7 @@ class Share extends WechatBase
126 if (file_put_contents($new_file, base64_decode(str_replace($result[1], '', $img_content)))) { 126 if (file_put_contents($new_file, base64_decode(str_replace($result[1], '', $img_content)))) {
127 //等比放大缩小二维码 127 //等比放大缩小二维码
128 $image = \think\Image::open($save_path); 128 $image = \think\Image::open($save_path);
129 - $image->thumb(60, 60,\think\Image::THUMB_SCALING)->save($save_path); 129 + $image->thumb(65, 65,\think\Image::THUMB_SCALING)->save($save_path);
130 return ['code'=>0,'file_path'=>$new_file,'save_path'=>$save_path]; 130 return ['code'=>0,'file_path'=>$new_file,'save_path'=>$save_path];
131 }else{ 131 }else{
132 return ['code'=>1,'msg'=>'图片保存失败']; 132 return ['code'=>1,'msg'=>'图片保存失败'];