|
@@ -217,19 +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['bx'] = 110;
|
|
|
+// $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>";
|
|
|
- $b = $this->usps->get_data_new($fullorder);
|
|
|
+ // var_dump($fullorder);
|
|
|
+ //$b = $this->usps->get_data_new($fullorder);
|
|
|
|
|
|
- //$b = $this->ups->get_data($fullorder);
|
|
|
- echo "<pre>";
|
|
|
- print_r($b);
|
|
|
+// $b = $this->ups->get_data($fullorder);
|
|
|
+// echo "<pre>";
|
|
|
+// print_r($b);
|
|
|
//$this->_pdf($b['labelImage'],"test",date("Ymd"));
|
|
|
|
|
|
}
|