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