|
|
|
@ -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' => '更新成功!'));
|
|
|
|
|