소스 검색

提交想问8441渠道

lvhao 3 달 전
부모
커밋
83c3f57c55
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Systemprint.php
  2. 8 0
      core/CoreApp/models/Model_hualeixw.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
core/CoreApp/controllers/Systemprint.php


+ 8 - 0
core/CoreApp/models/Model_hualeixw.php

@@ -61,6 +61,14 @@ function __construct(){
 			$link = 'param=';
 			$ys = 0;
 		}
+		else if ($data['printcode'] == "HUALEIXW-HC-FEDEX")
+		{
+			$product_id =  8441;
+			$link = 'param=';
+			$ys = 0;
+		}
+		
+
 		$rs = $this->curlRequest('http://123.207.33.169:8082/selectAuth.htm',"username=XW&password=292321");
 		$reData = json_decode(str_replace("'", "\"", $rs['result']));
 		$customer_id = $reData->customer_id;