From 53bf5d6dd1c3cf47993c8ff14e1692e174277b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 6 Aug 2024 09:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=94=A8=E6=BE=9C=E6=B5=B7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trainsystem/controllers/innerTrainSearch.php | 4 ++-- .../third_party/trainsystem/controllers/lanhaiticket.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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 } /**