|
@@ -55,6 +55,8 @@ class CoflController extends Controller
|
|
$cid = $book_info->first_cid;
|
|
$cid = $book_info->first_cid;
|
|
}
|
|
}
|
|
$params['cid'] = $cid;
|
|
$params['cid'] = $cid;
|
|
|
|
+ if(isset($params['openid'])) unset($params['openid']);
|
|
|
|
+ if(isset($params['unionid'])) unset($params['unionid']);
|
|
$url = $this->getLink($user[1]).'reader?'.http_build_query($params);
|
|
$url = $this->getLink($user[1]).'reader?'.http_build_query($params);
|
|
Log::info('$ur is: '.$url);
|
|
Log::info('$ur is: '.$url);
|
|
return redirect()->to($url);
|
|
return redirect()->to($url);
|