瀏覽代碼

yunqi test 6

zz 6 年之前
父節點
當前提交
6d274f25a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);