소스 검색

添加cne的新渠道

lvhao 3 달 전
부모
커밋
44400ff47c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Systemprint.php
  2. 1 1
      core/CoreApp/models/Model_cne.php

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -2577,7 +2577,7 @@ class Systemprint extends Start_Controller {
 			],JSON_UNESCAPED_UNICODE);
 			die;
 		}
-		if($info['express'] != 71){
+		if(!in_array($info['express'],[71,75])){
 			echo json_encode([
 				'code'=>-1,
 				'msg'=>"快递不符合打印要求",

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