|
|
|
@ -204,28 +204,6 @@ namespace Myshipping.Application
|
|
|
|
|
}
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 获取单票运踪流程纵向详情
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 获取单票运踪流程纵向详情
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="model">查询单票运踪流程详情</param>
|
|
|
|
|
/// <returns>返回回执</returns>
|
|
|
|
|
[AllowAnonymous, HttpPost("/EmbedTraceProduct/GetTraceVerticalInfo"), ApiUser(ApiCode = "EmbedServiceTraceShow")]
|
|
|
|
|
public async Task<EmbedTraceFlowResultDto> GetTraceVerticalInfo(EmbedQueryTraceFlowDto model)
|
|
|
|
|
{
|
|
|
|
|
/*
|
|
|
|
|
1、调取运踪接口。 embed_trace_flow_url
|
|
|
|
|
2、根据返回结果组织暂时的JSON结果。
|
|
|
|
|
3、返回结果
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
EmbedTraceFlowResultDto result = null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 查询运踪
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查询运踪
|
|
|
|
|