...
|
...
|
@@ -23,7 +23,7 @@ class Goods extends WechatBase |
|
|
//判断是否授权
|
|
|
$user_id = get_current_user_id();
|
|
|
if(empty($user_id)){
|
|
|
$target_url = urldecode(url('','',false,true));
|
|
|
$target_url = rawurldecode(url('','',false,true));
|
|
|
echo $target_url;
|
|
|
exit();
|
|
|
$this->redirect('user/authorization_view',array('target_url'=>$target_url));
|
...
|
...
|
|