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

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

@@ -114,8 +114,8 @@ class Aatest extends Start_Controller {
     }
 	public function _fout()
 	{
-		
-		$this->usps->get_new_logistics($number);
+		$waybill = $this->input->get('waybill');
+		$this->usps->get_new_logistics($waybill);
         //$this->fedexv1->makeAccessToken();
 		
 	}