项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/PutakeController.cs
@@ -36,17 +36,6 @@ return Service.GetNjtake(njid); } //[HttpGet, Route("seletTaskeStatus"), AllowAnonymous] //public WebResponseContent seletTaskeStatus(string status) //{ // return Service.seletTaskeStatus(status); //} [HttpGet, Route("GetNJandPu"), AllowAnonymous] public WebResponseContent GetNJandPu() { return Service.GetNJandPu(); } } }