Browse Source

修改打印的扫描

lvhao 3 months ago
parent
commit
860aa99922
1 changed files with 1 additions and 6 deletions
  1. 1 6
      core/CoreApp/controllers/Systemprint.php

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

@@ -2543,12 +2543,7 @@ class Systemprint extends Start_Controller {
 		}
 		}
 		$fullorder_name =  $info['lv_platform'];
 		$fullorder_name =  $info['lv_platform'];
 		$fullorder = $this->_text($info);//获取所需信息
 		$fullorder = $this->_text($info);//获取所需信息
-		echo json_encode([
-			'code'=>-1,
-			'msg'=>json_encode($fullorder),
-			'data'=>[]
-		],JSON_UNESCAPED_UNICODE);
-		die;
+	
 		$this->logic_ding->sendToDing("打印快递单,订单的信息".json_encode($fullorder,JSON_UNESCAPED_UNICODE));
 		$this->logic_ding->sendToDing("打印快递单,订单的信息".json_encode($fullorder,JSON_UNESCAPED_UNICODE));
 		//美仓不需要海关报关信息,
 		//美仓不需要海关报关信息,
 		if($fullorder['type'] != 5){
 		if($fullorder['type'] != 5){