lvhao hace 1 mes
padre
commit
04a92e2719
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      core/CoreApp/models/Model_zxyuntu.php

+ 2 - 1
core/CoreApp/models/Model_zxyuntu.php

@@ -92,7 +92,7 @@ function __construct(){
 		'Enname' => $data['sbpm'].'*'.$data['ts'],//产品英文名
 		'Price' => $data['dtsbjz'],//单价
 		'Weight' => $data['zzl'],//重量
-		'Num' => $data['ts']//数量
+		'Num' => $data['ts'],//数量
 		)),
 		'Volumes' => array(//材积明细 (OrderType 为快递制单必传)
 		0=>array(
@@ -110,6 +110,7 @@ function __construct(){
 			$count['OrderDatas'][0]['FeeInfo'] = [
 				"TermsOfShipment"=> "DDP",//
 			];
+			$count['OrderDatas'][0]['OrderItems'][0]['CustomsCode']=$data['sbbm'];
 		}
 		$start_time = time();
 		$count = json_encode($count,true);