作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

调试授权

... ... @@ -21,7 +21,7 @@ class Index extends WechatBase
//判断是否授权
$user_id = get_current_user_id();
if(empty($user_id)){
$this->redirect('user/authorization');
$this->redirect('home/user/authorization');
}
$this->user_id = $user_id;
}
... ...