lvhao 7 months ago
parent
commit
a043f395ca
1 changed files with 2 additions and 2 deletions
  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();
 		
 	}