yanjinhui
2025-03-07 aeb32ca2cc420266734c782df01b27be617e6943
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/RouterController.cs
文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs 修改
@@ -19,7 +19,7 @@
using WIDESEAWCS_QuartzJob.Repository;
using WIDESEAWCS_QuartzJob.Service;
namespace WIDESEAWCS_Server.Controllers.BasicInfo
namespace WIDESEAWCS_Server.Controllers.SerialPort
{
    [Route("api/Router")]
    [ApiController]
@@ -59,7 +59,8 @@
            {
                content = WebResponseContent.Instance.Error(ex.Message);
            }
            return content;        }
            return content;
        }
        [HttpPost, Route("GetBaseRouterInfo"), AllowAnonymous]
        public WebResponseContent GetBaseRouterInfo()