GH 增加批量更新功能

hotfix/paypal-note
LiaoYijun 3 years ago
parent bfb7e13d7e
commit 4f3c18b084

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

Loading…
Cancel
Save