作者 lyh

测试脚本

@@ -77,7 +77,7 @@ class CountAllProject extends Command @@ -77,7 +77,7 @@ class CountAllProject extends Command
77 public function httpGetProxy($url){ 77 public function httpGetProxy($url){
78 $ch1 = curl_init(); 78 $ch1 = curl_init();
79 $timeout = 0; 79 $timeout = 0;
80 - $proxy = 'http://69.90.188.183:51395'; // 替换为你的代理 IP 和端口 80 + $proxy = '69.90.188.183:51395'; // 替换为你的代理 IP 和端口
81 curl_setopt($ch1, CURLOPT_URL, $url); 81 curl_setopt($ch1, CURLOPT_URL, $url);
82 curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true); 82 curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
83 curl_setopt($ch1, CURLOPT_PROXY, $proxy); 83 curl_setopt($ch1, CURLOPT_PROXY, $proxy);