hotfix/paypal-note
赵鹏 4 years ago
parent db61dde3da
commit 31499393d4

@ -791,7 +791,7 @@ class Information extends CI_Controller
function make_www_cache_ct($device, $information)
{
$data = array();
// $apiurl = "http://202.103.68.104:61/info.php"; //本地测试
//$apiurl = "http://202.103.68.104:61/info.php"; //本地测试
$apiurl = "https://ct.mycht.cn/info.php"; //网前
//先准备数据CT采用直接赋值视图然后返回视图字符串的模式不使用一次次替换视图模板内容的模式。
@ -870,8 +870,8 @@ class Information extends CI_Controller
//主样式表,内联模式
$apiweb="http://202.103.68.104"; //本地测试
//$apiweb = "https://data.chinatravel.com";
//$apiweb="http://202.103.68.104"; //本地测试
$apiweb = "https://data.chinatravel.com";
if ($device == "mobile") {
$cssUrl = $apiweb . "/css/newcss3/base.css?v=".time();
} else {

Loading…
Cancel
Save