project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -20,7 +20,7 @@ /// </summary> /// <param name="ExtendedState">伸/出状态</param> /// <returns></returns> WebResponseContent automation(string ExtendedState, string account); WebResponseContent automation(string ExtendedState); /// <summary> /// 手动控制,伸缩杆的缩回和伸出速度 @@ -29,7 +29,7 @@ /// <param name="ExtendedState">伸/缩状态</param> /// <returns></returns> /// WebResponseContent ManualOperation(string position, string ExtendedState, string account); WebResponseContent ManualOperation(string position, string ExtendedState); } }