...
|
...
|
@@ -85,6 +85,7 @@ class Share extends WechatBase |
|
|
$image = \think\Image::open($avatar_url);
|
|
|
$image->thumb(65, 65,\think\Image::THUMB_SCALING)->save($avatar_url);
|
|
|
}
|
|
|
dump($avatar_url);
|
|
|
$savePath = "./uploads/poster$type/";
|
|
|
if(!file_exists($savePath)){
|
|
|
mkdir ($savePath,0777,true);
|
...
|
...
|
|