文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs 修改 |
| | |
| | | using WIDESEAWCS_QuartzJob.Repository; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.BasicInfo |
| | | namespace WIDESEAWCS_Server.Controllers.SerialPort |
| | | { |
| | | [Route("api/Router")] |
| | | [ApiController] |
| | |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; } |
| | | return content; |
| | | } |
| | | |
| | | [HttpPost, Route("GetBaseRouterInfo"), AllowAnonymous] |
| | | public WebResponseContent GetBaseRouterInfo() |