lvhao 3 mesi fa
parent
commit
c37450f4f8
1 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. 1 7
      core/CoreApp/controllers/Systemprint.php

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

@@ -2546,13 +2546,6 @@ class Systemprint extends Start_Controller {
 		}
 		$fullorder_name =  $info['lv_platform'];
 		$fullorder = $this->_text($info);//获取所需信息
-		// $text = array('yd'=>base_url().'data/pdf/20250507/y-9205590251001300057248.pdf','mode'=>100);
-		// echo json_encode([
-		// 	'code'=>1,
-		// 	'msg'=>"ok",
-		// 	'data'=>$text
-		// ],JSON_UNESCAPED_UNICODE);
-		// die;
 		$this->logic_ding->sendToDing("打印快递单,订单的信息".json_encode($fullorder,JSON_UNESCAPED_UNICODE));
 		//美仓不需要海关报关信息,
 		if($fullorder['type'] != 5){
@@ -2576,6 +2569,7 @@ class Systemprint extends Start_Controller {
 			$del = $this->cne->get_del($fullorder['waybillid']);
 		}
 		$barcode = $this->cne->get_data($fullorder);
+		$this->logic_ding->sendToDing("扫面发货单出运单".json_encode($fullorder,JSON_UNESCAPED_UNICODE));
 		if($barcode['x'] == 1)
 		{
 			$bctime = date('Ymd',$time);