Kaynağa Gözat

提交测试

lvhao 2 hafta önce
ebeveyn
işleme
eaab2c7f14
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      core/CoreApp/controllers/Aatest.php

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

@@ -93,8 +93,9 @@ class Aatest extends Start_Controller {
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {   
-		$fullorder = $this->logic_order->getInfo("number = 'TT-WK-260125-061'");
-		$res = $this->express_tt->get_data($fullorder,"CBT");;
+		$info = $this->logic_order->getInfo("number = 'TT-WK-260125-061'");
+		$shop = $this->shop->read($info['shop']);
+		$res = $this->apitt->downloadLabel("1155684783548371851",$shop,$info);
 		echo "<pre>";
 		print_r($res);
 		die;