yanjinhui
2025-05-27 f1a841f056fe4d7be16f39d6fe169667f743d00a
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/ParametersController.cs
@@ -74,5 +74,15 @@
        {
            return Service.PauseButton();
        }
        /// <summary>
        /// 获取当前伸缩杆的位置
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("CurrentLocation"), AllowAnonymous]
        public WebResponseContent CurrentLocation()
        {
            return Service.CurrentLocation();
        }
    }
}