改用澜海接口

master
赵鹏 11 months ago
parent e590ae3984
commit 53bf5d6dd1

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

@ -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/refundorderdetail?dataId=82033
//退票回调接口: https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundorderresult/ //退票回调接口: https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundorderresult/
//退款回调接口https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundpriceresult/ //退款回调接口https://www.mycht.cn/info.php/apps/trainsystem/lanhaiticket/refundpriceresult/
//http://ct.tms.lhticket.com 账号: GLhaina 密码123456
} }
/** /**

Loading…
Cancel
Save