Browse Source

提交信息

lvhao 1 month ago
parent
commit
d906d3c78f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      core/CoreApp/models/Model_zxyuntu.php

+ 7 - 0
core/CoreApp/models/Model_zxyuntu.php

@@ -104,6 +104,13 @@ function __construct(){
 		)))
 		)
 		);
+
+
+		if($data['printcode'] == 'ZXDPD_UK'){
+			$count['OrderDatas'][0]['FeeInfo'] = [
+				"TermsOfShipment"=> "DAP",//
+			];
+		}
 		$start_time = time();
 		$count = json_encode($count,true);
 		$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");