lvhao vor 3 Monaten
Ursprung
Commit
fa00a1ba59
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      core/CoreApp/controllers/Systemprint.php

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

@@ -2543,6 +2543,12 @@ class Systemprint extends Start_Controller {
 		}
 		$fullorder_name =  $info['lv_platform'];
 		$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));
 		//美仓不需要海关报关信息,
 		if($fullorder['type'] != 5){