...
|
...
|
@@ -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));
|
|
|
}
|
...
|
...
|
|