Browse Source

cancel yq test

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

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

@@ -140,12 +140,12 @@ class ReadOauth
                 }
             }
         }
-        //云栖测试
+        /*//云栖测试
         $qy_test_url = $this->yqTest($request,$uid_cookie,$distribution_channel_id);
         if($qy_test_url){
             //Log::info('url is: '.$qy_test_url);
             return redirect()->to($qy_test_url);
-        }
+        }*/
 
         //只能推送的统计
         $this->smartPush($request, $uid_cookie);