Commit ee19934e LN

1

1 个父辈 2f259b5a
......@@ -139,6 +139,10 @@ namespace SmartShelf.DeviceLibrary
serverConTimer.Start();
LogUtil.info("启动与服务器连接定时器完成,分隔符 " + PosId_SpiltChar + ",地址 【" + host + "】");
}
else
{
LogUtil.info("未配置 ServerPort 或 HttpServerAddr");
}
return true;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!