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

二维码重新生成

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