|
|
@@ -85,6 +85,7 @@ class Ac extends Start_Controller {
|
|
|
$this->load->_model("Model_zxyuntu","zxyuntu");
|
|
|
$this->load->_model("Model_customsdeclaration","customsdeclaration");
|
|
|
$this->load->_model('Model_yuntuus','yuntuus');
|
|
|
+ $this->load->_model("Model_itsxb","itsxb");
|
|
|
}
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
|
@@ -129,7 +130,6 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
|
{
|
|
|
- die;
|
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
|
if(!$fullorder)
|
|
|
{
|
|
|
@@ -235,7 +235,7 @@ class Ac extends Start_Controller {
|
|
|
//echo $fullorder['name'];
|
|
|
//$b = $this->yuntu->get_data($fullorder);
|
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
|
- $fullorder['printcode'] = 'HUALEI-ARAMEX-G';
|
|
|
+// $fullorder['printcode'] = 'HUALEI-ARAMEX-G';
|
|
|
// $fullorder['js'] = 2;
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
@@ -243,7 +243,7 @@ class Ac extends Start_Controller {
|
|
|
echo "<pre>";
|
|
|
print_r($fullorder);
|
|
|
die;
|
|
|
- $b = $this->huileiv1->get_data($fullorder);
|
|
|
+ $b = $this->itsxb->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|
|
|
|