yanjinhui
2025-05-20 c944d37fcf25d9c217949a171fde868078049f02
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);
        }
    }
}