正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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'=>'图片保存失败']; |
-
请 注册 或 登录 后发表评论