修改寄送费价格

hotfix/远程访问多媒体中心
cyc 7 years ago
parent 04870e7574
commit 4e38ee9e19

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

Loading…
Cancel
Save