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

商户申请

... ... @@ -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);
... ...