|
@@ -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;
|
|
@@ -110,6 +110,7 @@ namespace WingCloudServer.InteractionCenter
|
|
|
{
|
|
|
base.Load(jsonRpcClientPool);
|
|
|
_opLogDBService = GetProxy<IOpLogDBService>();
|
|
|
+ _liveConsultationService = GetProxy<ILiveConsultationService>();
|
|
|
}
|
|
|
|
|
|
/// Sychronize Receive ServiceData for slave
|