System/HttpRequest/HttpRequest.cs
@@ -25,7 +25,7 @@ { if (_url == null || _url.Length == 0) { DesignDebug.LogError("PHPDataComm post 参数有错"); DebugEx.LogError("PHPDataComm post 参数有错"); if (_result != null) { _result(false, string.Empty); @@ -58,7 +58,7 @@ { if (!string.IsNullOrEmpty(PostData.text)) { DesignDebug.LogFormat("WWW 数据通信,请求数据成功:{0}", PostData.text); DebugEx.LogFormat("WWW 数据通信,请求数据成功:{0}", PostData.text); isSuccess = true; if (_result != null) {