diff --git a/application/third_party/trainsystem/controllers/innerTrainSearch.php b/application/third_party/trainsystem/controllers/innerTrainSearch.php index 61ae3989..4ea55ca5 100644 --- a/application/third_party/trainsystem/controllers/innerTrainSearch.php +++ b/application/third_party/trainsystem/controllers/innerTrainSearch.php @@ -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); diff --git a/application/third_party/trainsystem/controllers/lanhaiticket.php b/application/third_party/trainsystem/controllers/lanhaiticket.php index 3d8f465d..68e484bd 100644 --- a/application/third_party/trainsystem/controllers/lanhaiticket.php +++ b/application/third_party/trainsystem/controllers/lanhaiticket.php @@ -30,6 +30,8 @@ class LanHaiTicket extends CI_Controller //退票锁单接口: https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundorderdetail?dataId=82033 //退票回调接口: https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundorderresult/ //退款回调接口:https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundpriceresult/ + + //http://ct.tms.lhticket.com 账号: GLhaina 密码:123456 } /**