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

服务器配置

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