Kaynağa Gözat

修改ttcbt打印回执信息

lvhao 1 gün önce
ebeveyn
işleme
e1351f1283
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      core/CoreApp/controllers/Systemprint.php

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

@@ -1780,10 +1780,10 @@ class Systemprint extends Start_Controller {
 					$pdf_width_model = 85;
 					if($fullorder['printcode'] == "TTUK"){
 						$barcode = $this->express_tt->get_data($fullorder,"FBT");
-						//$this->logic_ding->sendToDing("TTUK获取快递面单".json_encode($barcode));
+						$this->logic_ding->sendToDing($fullorder['number']."TTUK获取快递面单".json_encode($barcode));
 					}elseif($fullorder['printcode'] == "TTUS" || $fullorder['printcode'] == "TTSP" || $fullorder['printcode'] == "TTSP-Fedex"){
 						$barcode = $this->express_tt->get_data($fullorder,"CBT");
-						//$this->logic_ding->sendToDing("CBT获取快递面单".json_encode($barcode));
+						$this->logic_ding->sendToDing($fullorder['number']."CBT获取快递面单".json_encode($barcode));
 						$pdf_width_model = 90;
 					}else{
 						$barcode = [