浏览代码

上传线上 要测试的ttshiping的数据

lvhao 1 周之前
父节点
当前提交
57f34c5a74
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Aatest.php

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

@@ -92,9 +92,10 @@ class Aatest extends Start_Controller {
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {  
+	
 		$info = $this->logic_order->getInfo("number = 'TT-WK-251201-337'");
 		$shop = $this->shop->read($info['shop']);
-		$res = $this->apitt->getExpressCompany($info,$shop);
+		$res = $this->apitt->createLabel($info,$shop);
 		echo "<pre>";
 		print_r($res);
 		die;