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