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