lvhao 5 日 前
コミット
a3f20550df

+ 2 - 1
core/CoreApp/controllers/Aatest.php

@@ -92,8 +92,9 @@ class Aatest extends Start_Controller {
     public function _remap($arg,$arg_array)
     {  
 		$info = $this->logic_order->getInfo("number = '".$arg_array[0]."'");
-		$res = $this->express_tt->get_data($info,'FBT');
 		echo "<pre>";
+		$res = $this->express_tt->get_data($info,'CBT');
+		
 		print_r($res);
 
 		die;

+ 3 - 0
core/CoreApp/models/Model_express_tt.php

@@ -30,14 +30,17 @@ class Model_express_tt extends Lin_Model {
            
            //获取快递服务信息
            $res = $this->getExpressCompany($info,$shop_info[0]);
+           print_r($res);
            if($res['x'] == 0){
                return $res;
            }
            $res1 = $this->createExpressLabel($res['data'],$shop_info[0]);
+           print_r($res1);
            if($res1['x'] == 0){
                return $res1;
            }
            $res2 = $this->downloadExpressLabel($res['data'],$shop_info[0]);
+           print_r($res2);
            if($res2['x'] == 0){
                return $res2;
            }