From 4e38ee9e19a4a2753d41733598ce94f09fe2f4ff Mon Sep 17 00:00:00 2001 From: cyc Date: Thu, 6 Sep 2018 10:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=84=E9=80=81=E8=B4=B9?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/train/controllers/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/train/controllers/search.php b/application/third_party/train/controllers/search.php index b25747ea..ee023727 100644 --- a/application/third_party/train/controllers/search.php +++ b/application/third_party/train/controllers/search.php @@ -252,8 +252,8 @@ class search extends CI_Controller{ $return_json->status = '200'; $return_json->reason = '成功的返回'; $return_json->rate = $this->GetCurrencyRate(); - $return_json->mainland_deliver = 12; - $return_json->others_deliver = 9; + $return_json->mainland_deliver = 9; + $return_json->others_deliver = 12; $return_json->data = array(); $return_json->endata = array();