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

我的分享

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