소스 검색

cancel yq test

zz 6 년 전
부모
커밋
9862395bba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);