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