From df45c740db842c123676e820fb5513fa1fb9fd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 23 Jan 2018 10:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ta=E4=BB=A3=E7=90=86=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/tripadvisor_spider/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/tripadvisor_spider/controllers/index.php b/application/third_party/tripadvisor_spider/controllers/index.php index bbffd659..e2dee812 100644 --- a/application/third_party/tripadvisor_spider/controllers/index.php +++ b/application/third_party/tripadvisor_spider/controllers/index.php @@ -37,7 +37,7 @@ class Index extends CI_Controller { if($nation_item=='www.tripadvisor.com'){//分页代码,英文站点查询前三页,反过来查询,越早的越在后面 $page_mark = array('-or20-', '-or10-', '-'); //使用代理来请求,国内直接访问会很慢 - $page_url=str_replace('https://www.tripadvisor.com', 'http://116.251.210.172:5052', $page_url); + $page_url=str_replace('https://www.tripadvisor.com', 'http://47.74.2.87:5052', $page_url); }else{ $page_mark = array('-'); }