diff --git a/application/third_party/train/controllers/search.php b/application/third_party/train/controllers/search.php index c820ef11..ee428378 100644 --- a/application/third_party/train/controllers/search.php +++ b/application/third_party/train/controllers/search.php @@ -252,6 +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->data = array(); $return_json->endata = array();