Browse Source

提交查询云尚的东西

lvhao 3 tháng trước cách đây
mục cha
commit
7748250af2
1 tập tin đã thay đổi với 3 bổ sung6 xóa
  1. 3 6
      core/CoreApp/controllers/Aatest.php

+ 3 - 6
core/CoreApp/controllers/Aatest.php

@@ -59,17 +59,13 @@ class Aatest extends Start_Controller {
 		 $this->load->_model('Model_customer','customer');
 		$this->load->_model('Model_express','express');
 		$this->load->_model('Model_weight','weight');
+		$this->load->_model('Model_cne','cne');
 
     }
 
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {
-        $str = "4201120657329200190251001300050352";
-        echo substr($str, 0,3); 
-        echo "<br>";
-        echo substr($str,12);
-		die;
 		if($arg == 'fout')
         {
              //$this->_fout();
@@ -130,7 +126,8 @@ class Aatest extends Start_Controller {
 		
 		$list = $this->fullorder->get_waybill($order_no);
  		$v = $list;
-  		@$fs = $this->usps->get_logistics_new($v);
+		$fs = $this->cne->get_logistics_yskx($v);
+  		//@$fs = $this->usps->get_logistics_new($v);
 // 		$csck[] = array($v['number'],$fs['f'],$fs['content']);
 // 		if(!isset($fs['f']))
 // 		{