正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -39,7 +39,7 @@ class ShareController extends WeChatBaseController | @@ -39,7 +39,7 @@ class ShareController extends WeChatBaseController | ||
39 | //判断有没有生成过 | 39 | //判断有没有生成过 |
40 | // if(!file_exists('./upload/poster/poster_'.$user_id.".png")){ | 40 | // if(!file_exists('./upload/poster/poster_'.$user_id.".png")){ |
41 | $url = $this->get_url($my_user['id'],$my_user['status']); | 41 | $url = $this->get_url($my_user['id'],$my_user['status']); |
42 | - $webPath = 'qrcode/share_'.$user_id.'.png'; | 42 | + $webPath = 'qrcode/code_img'.$user_id.'.png'; |
43 | $savePath = './upload/'.$webPath; | 43 | $savePath = './upload/'.$webPath; |
44 | //生成带参二维码 | 44 | //生成带参二维码 |
45 | if(!file_exists($savePath)){ | 45 | if(!file_exists($savePath)){ |
-
请 注册 或 登录 后发表评论