|
|
@@ -130,6 +130,7 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
|
{
|
|
|
+ die;
|
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
|
if(!$fullorder)
|
|
|
{
|
|
|
@@ -211,8 +212,7 @@ class Ac extends Start_Controller {
|
|
|
//$pt .= '<p>'.$p[1].' * '.$p[2].'</p>';
|
|
|
}
|
|
|
$fullorder['pt'] = $pt;
|
|
|
- $fullorder['printnumber'] = 0;
|
|
|
- //$fullorder['number'] = $fullorder['number'].'-CS2';
|
|
|
+ $fullorder['printnumber'] = 10;
|
|
|
// $fullorder['address'] = "221 5TH ST # APT305";
|
|
|
// $fullorder['city'] = "W SACRAMENTO";
|
|
|
// echo "<pre>";
|
|
|
@@ -236,14 +236,16 @@ class Ac extends Start_Controller {
|
|
|
//echo $fullorder['name'];
|
|
|
//$b = $this->yuntu->get_data($fullorder);
|
|
|
//$b = $this->usps->get_logistics($fullorder);
|
|
|
- $fullorder['printcode'] = 'HUALEI-GES-UK';
|
|
|
+// $fullorder['printcode'] = 'YunExpress_JFPHTKR';
|
|
|
// $fullorder['js'] = 2;
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
|
|
|
echo "<pre>";
|
|
|
-
|
|
|
- $b = $this->hualeiv1->get_data($fullorder);
|
|
|
+ print_r($fullorder);
|
|
|
+
|
|
|
+ die;
|
|
|
+ $b = $this->hualei->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|
|
|
|