...
|
...
|
@@ -32,9 +32,9 @@ class ShareController extends WeChatBaseController |
|
|
if($my_user['is_pro'] != 1){
|
|
|
$this->error('无权限','','','');
|
|
|
}
|
|
|
if(empty($my_user['phone'])){
|
|
|
/* if(empty($my_user['phone'])){
|
|
|
$this->redirect('information');
|
|
|
}
|
|
|
}*/
|
|
|
//判断有没有生成过
|
|
|
// if(!file_exists('./upload/poster/poster_'.$user_id.".png")){
|
|
|
$url = $this->get_url($my_user['id'],$my_user['status']);
|
...
|
...
|
|