正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论