去掉不需要的接口 运踪查询

master
jianghaiqing 6 months ago
parent 117691fb43
commit 822b0e30d7

@ -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
2JSON
3
*/
EmbedTraceFlowResultDto result = null;
return result;
}
#endregion
#region 查询运踪
/// <summary>
/// 查询运踪

@ -18,11 +18,5 @@ namespace Myshipping.Application
/// <returns>返回回执</returns>
Task<EmbedTraceFlowResultDto> GetTraceFlowInfo(EmbedQueryTraceFlowDto model);
/// <summary>
/// 获取单票运踪流程纵向详情
/// </summary>
/// <param name="model">查询单票运踪流程详情</param>
/// <returns>返回回执</returns>
Task<EmbedTraceFlowResultDto> GetTraceVerticalInfo(EmbedQueryTraceFlowDto model);
}
}

Loading…
Cancel
Save