소스 검색

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);