...
|
...
|
@@ -29,6 +29,9 @@ class ShareController extends WeChatBaseController |
|
|
if(empty($my_user)){
|
|
|
$this->error('查询为空','','','');
|
|
|
}
|
|
|
if($my_user['is_pro'] != 1){
|
|
|
$this->error('无权限','','','');
|
|
|
}
|
|
|
if(empty($my_user['phone'])){
|
|
|
$this->error('跳转补全信息页面','','','');
|
|
|
}
|
...
|
...
|
|