|
@@ -217,18 +217,20 @@ 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['bx'] = 110;
|
|
|
+ $fullorder['qm'] = 1;
|
|
|
// $fullorder['printcode'] = 'usps_priority';
|
|
|
// $b = $this->cne->get_data($fullorder);
|
|
|
//$b = $this->fedexv1->get_data($fullorder);
|
|
|
//echo $fullorder['zzl'];
|
|
|
echo "<pre>";
|
|
|
- die;
|
|
|
- //$b = $this->usps->get_data_new($fullorder);
|
|
|
+ $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"));
|
|
|
+ //$this->_pdf($b['labelImage'],"test",date("Ymd"));
|
|
|
|
|
|
}
|
|
|
|