yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/TemplateController .cs
@@ -15,6 +15,12 @@
    {
        public TemplateController(ITemplateServer service) : base(service)
        {
        }
        [HttpGet, Route("GetTemp"), AllowAnonymous]
        public WebResponseContent GetTemp(int id)
        {
            return Service.GetTemp(id);
        }