songdb 6 years ago
parent
commit
1144932d06
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Middleware/EncryptCookies.php

+ 2 - 1
app/Http/Middleware/EncryptCookies.php

@@ -20,6 +20,7 @@ class EncryptCookies extends BaseEncrypter
         'force_subscribe_name',
         'sub_random_num',
         'reader_share_bid',
-        'reader_share_cid'
+        'reader_share_cid',
+        'force_show_qrcode'
     ];
 }