lvhao 3 hónapja
szülő
commit
533012dd04
1 módosított fájl, 7 hozzáadás és 1 törlés
  1. 7 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -2546,7 +2546,13 @@ class Systemprint extends Start_Controller {
 		}
 		$fullorder_name =  $info['lv_platform'];
 		$fullorder = $this->_text($info);//获取所需信息
-	
+		$text = array('yd'=>base_url().'data/pdf/20250507/y-881069300853.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){