From b9729afc26a9bdbd9b68811fe0d3c3659404708f Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期五, 06 六月 2025 17:05:52 +0800 Subject: [PATCH] Merge branch 'qy0427' of http://115.159.85.185:8098/r/MeiXinLaiRui/ShenSuoGanKongZhi into qy0427 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs index 2a4db2d..eb8ae10 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs +++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs @@ -52,7 +52,7 @@ /// </summary> /// <param name="id">鐢ㄦ埛id</param> /// <returns></returns> - WebResponseContent StartMaintenceTask(string account); + WebResponseContent StartMaintenceTask(string account, string LocalIP); /// <summary> /// 缁撴潫妫�淇� @@ -61,6 +61,12 @@ /// <returns></returns> WebResponseContent StopMaintenanceTask(string account); + /// <summary> + /// 灞曠ず寮�濮嬫淇汉鍛� + /// </summary> + /// <param name="status">妫�淇姸鎬�</param> + /// <returns></returns> + WebResponseContent YShowStartTake(); } -- Gitblit v1.9.3