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

服务器配置

@@ -95,7 +95,7 @@ class ShareController extends WeChatBaseController @@ -95,7 +95,7 @@ class ShareController extends WeChatBaseController
95 $this->error('无权限','','',''); 95 $this->error('无权限','','','');
96 } 96 }
97 $url = $this->get_url($my_user['id'],$my_user['status']); 97 $url = $this->get_url($my_user['id'],$my_user['status']);
98 - $webPath = 'qrcode/share_'.$user_id.'.png'; 98 + $webPath = 'qrcode/code_img'.$user_id.'.png';
99 $savePath = './upload/'.$webPath; 99 $savePath = './upload/'.$webPath;
100 //生成带参二维码 100 //生成带参二维码
101 if(!file_exists($savePath)){ 101 if(!file_exists($savePath)){