From a5cd28ab9fd03a958d0bcc697816962e26e45914 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期五, 09 五月 2025 10:36:21 +0800 Subject: [PATCH] 注释了人脸识别 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs index cc0928a..82acc4c 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs +++ b/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); } } -- Gitblit v1.9.3