修改服务器端在线客户端信息的呈现

This commit is contained in:
Richard.Hu
2018-05-07 22:26:39 +08:00
parent dc5d9fbbe3
commit c5ba15a95b
5 changed files with 132 additions and 89 deletions

View File

@@ -44,7 +44,7 @@ namespace ClientsLibrary
/// 服务器的IP地址默认为127.0.0.1,可用于单机调试,
/// 云服务器端117.48.203.204,注意,云端为最新版,客户端版本比较旧会调试失败
/// </summary>
public static string ServerIp { get; } = "117.48.203.204"; // 用于测试的云服务器地址
public static string ServerIp { get; } = "127.0.0.1"; // 用于测试的云服务器地址
/// <summary>