Merge branch 'master' of github.com:hainatravel/information-system into master

master
candice 11 months ago
commit 8f81abed34

@ -897,8 +897,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