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

服务器配置

... ... @@ -39,7 +39,7 @@ class ShareController extends WeChatBaseController
//判断有没有生成过
// if(!file_exists('./upload/poster/poster_'.$user_id.".png")){
$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)){
... ...