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();