|
@@ -113,7 +113,7 @@ class RedirectController extends Controller
|
|
|
//判断是否强制到服务号阅读
|
|
|
if($link->force_show_qrcode)
|
|
|
{
|
|
|
- Cookie::queue('force_show_qrcode', 1, 0.02);
|
|
|
+ Cookie::queue('force_show_qrcode', 1);
|
|
|
}
|
|
|
//
|
|
|
$redirect_path = $request->get('redirect_path');
|