@ -202,7 +202,7 @@ namespace Myshipping.Application.EDI
_ => throw Oops.Oh("暂不支持的货物类型")
},
boxSize = mapCtn.MapCode,
quantity = ctn.KGS.Value,
quantity = ctn.PKGS.Value,
};
postModel.boxInfos.Add(apiBox);
}