项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs
@@ -1,6 +1,7 @@ 锘縰sing Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using SqlSugar; using System.Diagnostics.CodeAnalysis; using WIDESEAWCS_Core; using WIDESEAWCS_Core.BaseController; @@ -61,5 +62,13 @@ { return Service.RollbackTaskStatusToLast(taskNum); } [HttpPost, HttpGet, Route("text")] public WebResponseContent text(int taskNum) { return Service.text(taskNum); } } }