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