From c2baa6dfec6390c1caa1532c116bbcb528c544ef Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 27 Dec 2017 17:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=A9=BA=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E7=9A=84=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/train/controllers/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/train/controllers/search.php b/application/third_party/train/controllers/search.php index 79d7311c..2fa87347 100644 --- a/application/third_party/train/controllers/search.php +++ b/application/third_party/train/controllers/search.php @@ -28,7 +28,7 @@ class search extends CI_Controller{ //特殊车次处理(贵阳 -- 重庆) if(($fromStation == 'GIW') && ($toStation == 'CQW') && (strtotime($train_date) - strtotime('2018-01-16') >= 0)){ - exit('{"httpstatus":200,"reason":"特殊车次不开车","data":""}'); + exit('{"httpstatus":200,"reason":"特殊车次不开车","data":{"result":""}}'); } $firstdata = $back_data;