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(); } } }