|
@@ -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) =>
|
|
|
{
|