소스 검색

no message

lvhao 18 시간 전
부모
커밋
c00438ce2b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -1744,6 +1744,7 @@ class Systemprint extends Start_Controller {
 					}
 				}elseif(($fullorder['printcode'] == "TTUK")){
 					$barcode = $this->express_tt->get_data($fullorder,"FBT");
+					$this->logic_ding->sendToDing("TTUK获取快递面单".json_encode($barcode));
 					if($barcode['x'] == 1)
 					{
 						$bctime = date('Ymd',$time);
@@ -1766,7 +1767,7 @@ class Systemprint extends Start_Controller {
 				   		 	{
 								$type = 1;
 								$pdfnum = 1;
-								$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
+								$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>85);
 							}
 						}
 					}