修改为空返回的字符串

hotfix/远程访问多媒体中心
cyc 8 years ago
parent 4f7fd1363d
commit c2baa6dfec

@ -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;

Loading…
Cancel
Save