guodong пре 2 година
родитељ
комит
35f7a73a63
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      GameClient/Assets/Game/Launcher/Net/Http/HttpTool.cs

+ 2 - 0
GameClient/Assets/Game/Launcher/Net/Http/HttpTool.cs

@@ -52,6 +52,7 @@ namespace GFGGame
                         if (showWrong)
                         {
                             TryTimesDic.Remove(key);
+                            Debug.Log("get url : " + key);
                             Alert.Show("连接服务器失败:\n请检查网络和服务器状态")
                             .SetRightButton(true, "重试", (object data) =>
                             {
@@ -101,6 +102,7 @@ namespace GFGGame
                         if (showWrong)
                         {
                             TryTimesDic.Remove(key);
+                            Debug.Log(string.Format($"post {key}", url, body));
                             Alert.Show("连接服务器失败:\n请检查网络和服务器状态")
                             .SetRightButton(true, "重试", (object data) =>
                             {