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

海报

@@ -34,6 +34,7 @@ class ShareController extends WeChatBaseController @@ -34,6 +34,7 @@ class ShareController extends WeChatBaseController
34 // } 34 // }
35 //判断有没有生成过 35 //判断有没有生成过
36 if(!file_exists('./upload/poster/poster_'.$user_id.".png")){ 36 if(!file_exists('./upload/poster/poster_'.$user_id.".png")){
  37 + dump(123);
37 $url = $this->get_url($user_id,$my_user['status']); 38 $url = $this->get_url($user_id,$my_user['status']);
38 $webPath = 'qrcode/share_'.$user_id.'.png'; 39 $webPath = 'qrcode/share_'.$user_id.'.png';
39 $savePath = './upload/'.$webPath; 40 $savePath = './upload/'.$webPath;