|
|
@@ -236,15 +236,15 @@ class Ac extends Start_Controller {
|
|
|
//echo $fullorder['name'];
|
|
|
//$b = $this->yuntu->get_data($fullorder);
|
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
|
-// $fullorder['printcode'] = 'HUALEI-ARAMEX-G';
|
|
|
+ $fullorder['printcode'] = 'HUALEI-UNI';
|
|
|
// $fullorder['js'] = 2;
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
|
|
|
echo "<pre>";
|
|
|
-// print_r($fullorder);
|
|
|
-// die;
|
|
|
- $b = $this->itsxb->get_data($fullorder);
|
|
|
+ print_r($fullorder);
|
|
|
+ die;
|
|
|
+ $b = $this->hualei->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|
|
|
|