|
@@ -57,7 +57,7 @@ class RedirectController extends Controller
|
|
|
//判断是否强制到服务号阅读
|
|
|
if($link && $link->force_show_qrcode)
|
|
|
{
|
|
|
- Cookie::queue('force_show_qrcode', 1, 1);
|
|
|
+ //Cookie::queue('force_show_qrcode', 1, 1);
|
|
|
}else{
|
|
|
$query_param['source'] = 'wechatmsg';
|
|
|
}
|