浏览代码

添加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