|
@@ -217,7 +217,7 @@ class Ac extends Start_Controller {
|
|
|
//$b = $this->yuntu->get_data($fullorder);
|
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
|
// $fullorder['printcode'] = 'HUALEI-DHL';
|
|
|
- $fullorder['js'] = 2;
|
|
|
+ //$fullorder['js'] = 2;
|
|
|
// $fullorder['printcode'] = 'usps_priority';
|
|
|
// $b = $this->cne->get_data($fullorder);
|
|
|
//$b = $this->fedexv1->get_data($fullorder);
|
|
@@ -225,7 +225,7 @@ class Ac extends Start_Controller {
|
|
|
echo "<pre>";
|
|
|
|
|
|
//$b = $this->usps->get_data_new($fullorder);
|
|
|
-
|
|
|
+ $b = $this->ups->get_data($fullorder);
|
|
|
echo "<pre>";
|
|
|
print_r($b);
|
|
|
$this->_pdf($b['labelImage'],"test",date("Ymd"));
|