|
|
|
@ -118,7 +118,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
{
|
|
|
|
|
userKey = App.Configuration["MSKAPIDjyUserKey"],
|
|
|
|
|
userSecret = App.Configuration["MSKAPIDjyUserSecret"],
|
|
|
|
|
operatingEnvironment = "PRODUCTION",//App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
operatingEnvironment = App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
spot_api_key = webAccountConfig.Account,
|
|
|
|
|
brandScac = model.carrierCode,
|
|
|
|
|
originPrefix = model.cityName
|
|
|
|
@ -244,7 +244,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
{
|
|
|
|
|
userKey = App.Configuration["MSKAPIDjyUserKey"],
|
|
|
|
|
userSecret = App.Configuration["MSKAPIDjyUserSecret"],
|
|
|
|
|
operatingEnvironment = "PRODUCTION",//App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
operatingEnvironment = App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
spot_api_key = webAccountConfig.Account,
|
|
|
|
|
originServiceMode = model.originServiceMode,
|
|
|
|
|
destinationServiceMode = model.destinationServiceMode,
|
|
|
|
@ -1229,7 +1229,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
{
|
|
|
|
|
userKey = App.Configuration["MSKAPIDjyUserKey"],
|
|
|
|
|
userSecret = App.Configuration["MSKAPIDjyUserSecret"],
|
|
|
|
|
operatingEnvironment = "PRODUCTION",//App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
operatingEnvironment = App.Configuration["MSKAPIOPEnvironment"],
|
|
|
|
|
commodityName = model.commodityName,
|
|
|
|
|
mskAppKey = webAccountConfig.Account
|
|
|
|
|
};
|
|
|
|
|