少年修仙传客户端代码仓库
client_linchunjie
2018-09-19 0501f99c58363fa437eeba57789d9dff574bde31
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)
                {