瀏覽代碼

更新rpcForUsMachine.txt

felix 1 年之前
父節點
當前提交
79438eda6f
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 二進制
      FISLib.dll
  2. 2 1
      rpcForUSMachine.txt

二進制
FISLib.dll


+ 2 - 1
rpcForUSMachine.txt

@@ -16,6 +16,7 @@ class JsonRpcProxyForFISLib {
     this.platformHost = C_SHELL_RPC_DEFAULT_HOST,
   }) {
     _currentHost = host ?? "unknown";
+	_currentProtocol = "http";
   }
 
   /// 宿主平台代理地址
@@ -40,7 +41,7 @@ class JsonRpcProxyForFISLib {
 
   /// 设置服务主机地址
   void setServerHost(String address, [bool useSSL = false]) {
-    loggerAsyn(FISDeviceLogCategory.Error,
+    loggerAsyn(FISDeviceLogCategory.Info,
         'JsonRpcProxyForFISLib setServerHost :$address');
     _currentProtocol = useSSL ? "https" : "http";
     _currentHost = address;