浏览代码

xianshangxiugai

longyi 6 月之前
父节点
当前提交
ede52d6c36
共有 1 个文件被更改,包括 3 次插入3 次删除
  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);