项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/PutakeController.cs
@@ -36,5 +36,17 @@ 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(); } } }