From cdf235d04f488753adb490c255580a3bcc089669 Mon Sep 17 00:00:00 2001 From: cyc Date: Tue, 22 Jan 2019 14:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E8=BD=A6=E4=B8=AD=E8=BD=AC=E6=96=B9?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctrip/controllers/ctrip_train.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/ctrip/controllers/ctrip_train.php b/application/third_party/ctrip/controllers/ctrip_train.php index 0697dca2..7f818f37 100644 --- a/application/third_party/ctrip/controllers/ctrip_train.php +++ b/application/third_party/ctrip/controllers/ctrip_train.php @@ -294,8 +294,8 @@ class ctrip_train extends CI_Controller{ $ResponseJson = post_ctrip($url,'','GET'); - $ResponseData = json_decode($ResponseJson); - print_r($ResponseData); + //$ResponseData = json_decode($ResponseJson); + print_r($ResponseJson); } } } \ No newline at end of file