Browse Source

测试3pe

lvhao 4 ngày trước cách đây
mục cha
commit
ac38263133
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      core/CoreApp/controllers/Ac.php

+ 3 - 3
core/CoreApp/controllers/Ac.php

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