|
|
|
@ -55,7 +55,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="model">请求船期详情</param>
|
|
|
|
|
/// <returns>返回船期结果</returns>
|
|
|
|
|
[HttpPost("/BookingOrder/SearchShipSailingSchedule")]
|
|
|
|
|
[HttpPost("/BookingMSKAPI/SearchShipSailingSchedule")]
|
|
|
|
|
public async Task<List<SearchShipSailingScheduleResultDto>> SearchShipSailingSchedule(QueryShipSailingScheduleDto model)
|
|
|
|
|
{
|
|
|
|
|
List<SearchShipSailingScheduleResultDto> list = new List<SearchShipSailingScheduleResultDto>();
|
|
|
|
@ -224,7 +224,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="model">请求订舱详情</param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpPost("/BookingOrder/SendMSKBooking")]
|
|
|
|
|
[HttpPost("/BookingMSKAPI/SendMSKBooking")]
|
|
|
|
|
public async Task<MSKBookingResultDto> SendMSKBooking(MSKBookingDto model)
|
|
|
|
|
{
|
|
|
|
|
MSKBookingResultDto result = new MSKBookingResultDto();
|
|
|
|
@ -485,7 +485,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="model">请求详情</param>
|
|
|
|
|
/// <returns>返回检索结果</returns>
|
|
|
|
|
[HttpPost("/BookingOrder/SearchCommodities")]
|
|
|
|
|
[HttpPost("/BookingMSKAPI/SearchCommodities")]
|
|
|
|
|
public async Task<List<SearchCommodityResultDto>> SearchCommodities(QueryCommoditiesDto model)
|
|
|
|
|
{
|
|
|
|
|
List<SearchCommodityResultDto> list = new List<SearchCommodityResultDto>();
|
|
|
|
@ -576,7 +576,7 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="model">请求详情</param>
|
|
|
|
|
/// <returns>返回检索结果</returns>
|
|
|
|
|
[HttpPost("/BookingOrder/SearchLocations")]
|
|
|
|
|
[HttpPost("/BookingMSKAPI/SearchLocations")]
|
|
|
|
|
public async Task<List<QueryLocationsResultDto>> SearchLocations(QueryLocationsDto model)
|
|
|
|
|
{
|
|
|
|
|
List<QueryLocationsResultDto> list = new List<QueryLocationsResultDto>();
|
|
|
|
|