注释掉特殊车次

hotfix/远程访问多媒体中心
cyc 8 years ago
parent 17c334edb5
commit ebd4c7e22d

@ -27,9 +27,9 @@ class search extends CI_Controller{
$back_data = $this->get_http($url);
//特殊车次处理(贵阳 -- 重庆)
if(($fromStation == 'GIW') && ($toStation == 'CQW') && (strtotime($train_date) - strtotime('2018-01-16') >= 0)){
/*if(($fromStation == 'GIW') && ($toStation == 'CQW') && (strtotime($train_date) - strtotime('2018-01-16') >= 0)){
exit('{"httpstatus":200,"reason":"特殊车次不开车","data":{"result":""}}');
}
}*/
$firstdata = $back_data;
$return_data = new stdClass();

Loading…
Cancel
Save