项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/ProcessController.cs
@@ -45,9 +45,9 @@ [HttpGet, Route("Getcircuit"), AllowAnonymous] public WebResponseContent Getcircuit(string groups) public WebResponseContent Getcircuit(string group, string takeid) { return Service.Getcircuit(groups); return Service.Getcircuit(group,takeid); } }