|
|
@ -128,7 +128,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
userKey = App.Configuration["MSKAPIDjyUserKey"],
|
|
|
|
userKey = App.Configuration["MSKAPIDjyUserKey"],
|
|
|
|
userSecret = App.Configuration["MSKAPIDjyUserSecret"],
|
|
|
|
userSecret = App.Configuration["MSKAPIDjyUserSecret"],
|
|
|
|
operatingEnvironment = App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
operatingEnvironment = App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
mskAppKey = webAccountConfig.Account,
|
|
|
|
mskAppKey = "mVHrpEGxtXykJAo0lDm8FPGGVFUrcsrj",//webAccountConfig.Account,
|
|
|
|
cargoType = model.cargoType,
|
|
|
|
cargoType = model.cargoType,
|
|
|
|
exportServiceMode = model.exportServiceMode,
|
|
|
|
exportServiceMode = model.exportServiceMode,
|
|
|
|
importServiceMode = model.importServiceMode,
|
|
|
|
importServiceMode = model.importServiceMode,
|
|
|
@ -330,8 +330,8 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
|
|
|
|
|
|
|
MSKAPISPOTScheduleRateResultShowLegsDto leg = new MSKAPISPOTScheduleRateResultShowLegsDto
|
|
|
|
MSKAPISPOTScheduleRateResultShowLegsDto leg = new MSKAPISPOTScheduleRateResultShowLegsDto
|
|
|
|
{
|
|
|
|
{
|
|
|
|
vesselName = b.transport.vessel.vesselName,
|
|
|
|
vesselName = b.transport.vessel?.vesselName,
|
|
|
|
VoyageNo = b.transport.carrierDepartureVoyageNumber,
|
|
|
|
VoyageNo = b.transport?.carrierDepartureVoyageNumber,
|
|
|
|
From = new MSKAPISPOTScheduleRateResultShowLegsLocationDto
|
|
|
|
From = new MSKAPISPOTScheduleRateResultShowLegsLocationDto
|
|
|
|
{
|
|
|
|
{
|
|
|
|
CityName = b.facilities.startLocation.cityName,
|
|
|
|
CityName = b.facilities.startLocation.cityName,
|
|
|
|