|
|
|
@ -1877,7 +1877,7 @@ namespace Myshipping.Application
|
|
|
|
|
/// <param name="taskPKId">任务主键</param>
|
|
|
|
|
/// <param name="toMail">指定邮件地址</param>
|
|
|
|
|
/// <returns>返回结果</returns>
|
|
|
|
|
[HttpGet("/TaskManage/AcceptCancelChangeShip")]
|
|
|
|
|
[HttpGet("/TaskManage/SendTelexEmail")]
|
|
|
|
|
public async Task<TaskManageOrderResultDto> SendTelexEmail([FromQuery] string taskPKId, [FromQuery] string toMail)
|
|
|
|
|
{
|
|
|
|
|
TaskManageOrderResultDto result = new TaskManageOrderResultDto();
|
|
|
|
|