Browse Source

yunqi test 6

zz 6 years ago
parent
commit
6d274f25a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -768,7 +768,7 @@ class ReadOauth
         $param = $request->except('_url');
         if (isset($param['bid']))  unset($param['bid']);
         if(isset($param['bid']))  unset($param['bid']);
-        unset($param['from_type']);
+        //unset($param['from_type']);
         $other_str = 'r=1';
         if($param){
             $other_str = http_build_query($param);