|
@@ -79,6 +79,7 @@ class Ac extends Start_Controller {
|
|
$this->load->_model('Model_excel','excel');
|
|
$this->load->_model('Model_excel','excel');
|
|
$this->load->_model('Model_yuntu','yuntu');
|
|
$this->load->_model('Model_yuntu','yuntu');
|
|
$this->load->_model('Model_fedex_ficp','fedex_ficp');
|
|
$this->load->_model('Model_fedex_ficp','fedex_ficp');
|
|
|
|
+ $this->load->_model('Model_fedexv1','fedexv1');
|
|
}
|
|
}
|
|
//定义方法的调用规则 获取URI第二段值
|
|
//定义方法的调用规则 获取URI第二段值
|
|
public function _remap($arg,$arg_array)
|
|
public function _remap($arg,$arg_array)
|
|
@@ -217,7 +218,8 @@ class Ac extends Start_Controller {
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
// $fullorder['printcode'] = 'HUALEI-DHL';
|
|
// $fullorder['printcode'] = 'HUALEI-DHL';
|
|
//$fullorder['js'] = 1;
|
|
//$fullorder['js'] = 1;
|
|
- $b = $this->fedex->get_data($fullorder);
|
|
|
|
|
|
+ $b = $this->cne->get_data($fullorder);
|
|
|
|
+ //$b = $this->fedexv1->get_data($fullorder);
|
|
|
|
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
print_r($b);
|
|
print_r($b);
|