//火车移动端数据接口 get_train 从澜海接口改为携程的数据先。

master
赵鹏 1 year ago
parent c1b18841ff
commit 4abc3b6717

@ -1111,8 +1111,8 @@ class innerTrainSearch extends CI_Controller{
exit('传参错误!');
}
//$back_json = $this->NewCtripApi($train_date,$fromStation,$toStation,true);
$back_json = $this->LanHaiApi($train_date,$fromStation,$toStation,true);
$back_json = $this->NewCtripApi($train_date,$fromStation,$toStation,true);
//$back_json = $this->LanHaiApi($train_date,$fromStation,$toStation,true);
$train_info = new stdClass();
$train_info = json_decode($back_json);

Loading…
Cancel
Save