project/ºǫ́¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/ParametersController.cs
@@ -54,5 +54,16 @@ return Service.PauseButton(deptid); } /// <summary> /// 伸缩æå½åä½ç½® /// <param name="deptid">轨éç«å·</param> /// <returns></returns> [HttpPost, Route("CurrentLocation"), AllowAnonymous] public WebResponseContent CurrentLocation(int deptid) { return Service.CurrentLocation(deptid); } } }