|
@@ -237,12 +237,12 @@ class Ac extends Start_Controller {
|
|
|
// $fullorder['js'] = 2;
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
- $fullorder['printcode'] = 'FedEx_GD';
|
|
|
+ $fullorder['printcode'] = 'ZXDPD_BTC';
|
|
|
|
|
|
echo "<pre>";
|
|
|
- // print_r($fullorder);
|
|
|
- // die;
|
|
|
- $b = $this->cne->get_data($fullorder);
|
|
|
+ print_r($fullorder);
|
|
|
+ die;
|
|
|
+ $b = $this->zxyuntu->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|
|
|
|