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

调试授权登录

... ... @@ -24,7 +24,7 @@ class Goods extends WechatBase
$user_id = get_current_user_id();
if(empty($user_id)){
$target_url = rawurlencode(url('','',false,true));
echo $target_url;
echo rawurldecode($target_url);
exit();
$this->redirect('user/authorization_view',array('target_url'=>$target_url));
}
... ...