|
|
@ -89,6 +89,12 @@ public class ThirdLocationJobAppService |
|
|
|
return handleDto; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 终止关闭任务
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="id"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <exception cref="UserFriendlyException"></exception>
|
|
|
|
[HttpPost("close-job/{id}")] |
|
|
|
public virtual async Task CloseJobAsync(Guid id) |
|
|
|
{ |
|
|
|