11
yanjinhui
2025-03-26 4073bcc6e43f8f72945da396915f32d9d986967c
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/PutakeController.cs
@@ -36,16 +36,10 @@
            return Service.GetNjtake(njid);
        }
        //[HttpGet, Route("seletTaskeStatus"), AllowAnonymous]
        //public WebResponseContent seletTaskeStatus(string status)
        //{
        //    return Service.seletTaskeStatus(status);
        //}
        [HttpGet, Route("GetNJandPu"), AllowAnonymous]
        public WebResponseContent GetNJandPu()
        [HttpGet, Route("PerformTasks"), AllowAnonymous]
        public WebResponseContent PerformTasks(string group)
        {
            return Service.GetNJandPu();
            return Service.PerformTasks(group);
        }
    }