| System/HttpRequest/HttpBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/HttpRequest/HttpBehaviour.cs
@@ -122,14 +122,25 @@ if (getResult) { try { DebugEx.LogFormat("Http 数据通信 {0},请求数据结果:{1},内容:{2}", this.url, ok, message); if (callBack != null) { callBack(ok, message); } } catch (Exception ex) { Debug.Log(ex); } finally { callBack = null; DebugEx.LogFormat("Http 数据通信 {0},请求数据结果:{1},内容:{2}", this.url, ok, message); Destroy(this.gameObject); } Destroy(this.gameObject); } }