From 38c000e2fd4705b197b5d587f081fd775667182a Mon Sep 17 00:00:00 2001
From: liuzhiwei <liuzhiwei@qq.com>
Date: Fri, 04 Dec 2020 13:57:04 +0800
Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master

---
 Assets/Scripts/UI/FinalPanel/FinalHttp.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/UI/FinalPanel/FinalHttp.cs b/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
index 4df791c..81a9370 100644
--- a/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
+++ b/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
@@ -27,7 +27,7 @@
         }
         else if (Application.platform == RuntimePlatform.WindowsEditor)
         {
-            GameConfig.Imei = "MyTestGemBattle123";
+            GameConfig.Imei = "MyTestGemBattle1233333";
         }
         Debug.Log("设置imei0:" + GameConfig.Imei);
     }
@@ -56,6 +56,11 @@
         {
             if (value != null)
                 LoadPostTxt(value.ToString());
+            else
+            {
+                Debug.LogError("连接错误");
+                callBack?.Invoke(null, 0);
+            }
 
         }, HttpHelper.DownloadHanlderType.kHttpTEXT);
 
@@ -90,6 +95,11 @@
         {
             if (value != null)
                 LoadGetTxt(value.ToString());
+            else
+            {
+                Debug.LogError("连接错误");
+                callBack?.Invoke(null, 0);
+            }
         }, HttpHelper.DownloadHanlderType.kHttpTEXT);
 
     }

--
Gitblit v1.9.1