From 4f3c18b08463ffc0ff2e91eef045ba0a4c62ea75 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 21 Mar 2022 09:47:00 +0800 Subject: [PATCH] =?UTF-8?q?GH=20=E5=A2=9E=E5=8A=A0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/information.php b/application/controllers/information.php index fea68ecb..fd9d5206 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -522,6 +522,9 @@ class Information extends CI_Controller } else if ($this->config->item('site_code') == 'chinatravel') { $this->make_www_cache_ct($information); // $this->make_www_cache_ct('mobile', $information); + } else if ($this->config->item('site_code') == 'gh') { + $this->make_www_cache_gh('pc', $information, $recommand_information); + $this->make_www_cache_gh('mobile', $information, $recommand_information); } echo json_encode(array('name' => 'yes', 'data' => '更新成功!'));