From 86ac7187979cfb2b82fccd50d40348e9f759f845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 19 Jul 2024 14:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E5=9B=9E=E6=90=BA=E7=A8=8B=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trainsystem/controllers/innerTrainSearch.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/third_party/trainsystem/controllers/innerTrainSearch.php b/application/third_party/trainsystem/controllers/innerTrainSearch.php index 15899637..61ae3989 100644 --- a/application/third_party/trainsystem/controllers/innerTrainSearch.php +++ b/application/third_party/trainsystem/controllers/innerTrainSearch.php @@ -479,13 +479,13 @@ class innerTrainSearch extends CI_Controller{ $ResponseData = json_decode($ResponseJson); -// // 获取 microtime -// $microtime = microtime(true); + // // 获取 microtime + // $microtime = microtime(true); -// // 将时间戳转换为毫秒 -// $timestampInMilliseconds = round($microtime * 1000); + // // 将时间戳转换为毫秒 + // $timestampInMilliseconds = round($microtime * 1000); -// echo $timestampInMilliseconds; + // echo $timestampInMilliseconds; // echo($ResponseJson); // die(); @@ -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);