fly 2 年之前
父節點
當前提交
7637b2988d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/InteractionCenter/MasterInteractionCenterService.cs

+ 2 - 1
src/InteractionCenter/MasterInteractionCenterService.cs

@@ -71,7 +71,7 @@ namespace WingCloudServer.InteractionCenter
 
         public void DynamicAddRemoteService(string serverID, string sourceUrl)
         {
-            
+
             var eval = CSScript.Evaluator.ReferenceDomainAssemblies(DomainAssemblies.AllStaticNonGAC);
             var str = @$"using System;
                         using System.Threading.Tasks;
@@ -109,6 +109,7 @@ namespace WingCloudServer.InteractionCenter
         {
             base.Load(jsonRpcClientPool);
             _opLogDBService = GetProxy<IOpLogDBService>();
+            _liveConsultationService = GetProxy<ILiveConsultationService>();
         }
 
         /// Sychronize Receive ServiceData for slave