|
|
|
@ -106,8 +106,8 @@ public class LogisticsUtil { |
|
|
|
packageInfo.setCargoName(String.join(",", titles)); |
|
|
|
packageInfo.setDeliveryType("4"); |
|
|
|
packageInfo.setTotalNumber(1); |
|
|
|
packageInfo.setTotalVolume(1); |
|
|
|
packageInfo.setTotalWeight(10); |
|
|
|
packageInfo.setTotalVolume(0.01); |
|
|
|
packageInfo.setTotalWeight(1); |
|
|
|
packageInfo.setPackageService("纸"); |
|
|
|
dto.setPackageInfo(packageInfo); |
|
|
|
|
|
|
|
|