...
|
...
|
@@ -42,9 +42,9 @@ class ShareController extends WeChatBaseController |
|
|
$webPath = 'qrcode/code_img'.$user_id.'.png';
|
|
|
$savePath = './upload/'.$webPath;
|
|
|
//生成带参二维码
|
|
|
if(!file_exists($savePath)){
|
|
|
// if(!file_exists($savePath)){
|
|
|
$prcode_url = $this->code_img($my_user['id'],$my_user['status']);
|
|
|
}
|
|
|
// }
|
|
|
//保存头像
|
|
|
$avatar=$this->getImage($user['avatar'],'avatar_'.$user['id']);
|
|
|
if($avatar['code']==1){
|
...
|
...
|
|