...
|
...
|
@@ -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);
|
...
|
...
|
|