作者 李铮
1 个管道 的构建 通过 耗费 1 秒

二维码重新生成

@@ -42,9 +42,9 @@ class ShareController extends WeChatBaseController @@ -42,9 +42,9 @@ class ShareController extends WeChatBaseController
42 $webPath = 'qrcode/code_img'.$user_id.$my_user['status'].'.png'; 42 $webPath = 'qrcode/code_img'.$user_id.$my_user['status'].'.png';
43 $savePath = './upload/'.$webPath; 43 $savePath = './upload/'.$webPath;
44 //生成带参二维码 44 //生成带参二维码
45 -// if(!file_exists($savePath)){ 45 + if(!file_exists($savePath)){
46 $prcode_url = $this->code_img($my_user['id'],$my_user['status']); 46 $prcode_url = $this->code_img($my_user['id'],$my_user['status']);
47 -// } 47 + }
48 $savePath = './upload/poster'; 48 $savePath = './upload/poster';
49 if(!file_exists($savePath)){ 49 if(!file_exists($savePath)){
50 mkdir ($savePath,0777,true); 50 mkdir ($savePath,0777,true);