Browse Source

xianshangxiugai

longyi 6 tháng trước cách đây
mục cha
commit
ede52d6c36
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      core/CoreApp/controllers/Ac.php

+ 3 - 3
core/CoreApp/controllers/Ac.php

@@ -215,9 +215,9 @@ class Ac extends Start_Controller {
 		//echo $fullorder['name'];
 		//$b = $this->yuntu->get_data($fullorder);
 		//$b = $this->usps->get_logistics($fullorder);
-		$fullorder['printcode'] = 'usps_priority';
-		$fullorder['js'] = 1;
-		$b = $this->cne->get_data($fullorder);
+		$fullorder['printcode'] = 'HUALEI-DHL';
+		//$fullorder['js'] = 1;
+		$b = $this->hualei->get_data($fullorder);
 		
 		echo "<pre>";
 		print_r($b);