...
|
...
|
@@ -29,7 +29,7 @@ class ShareController extends WeChatBaseController |
|
|
if(empty($my_user)){
|
|
|
$this->error('查询为空','','','');
|
|
|
}
|
|
|
if($my_user['is_pro'] != 1 && $my_user['is_pro'] != ){
|
|
|
if($my_user['is_pro'] != 1){
|
|
|
$this->error('无权限','','','');
|
|
|
}
|
|
|
if(empty($my_user['phone'])){
|
...
|
...
|
|