From c6689f941359227f0b99b20b9400ccbab81b671c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 17:02:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/HttpRequest/HttpRequest.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/HttpRequest/HttpRequest.cs b/System/HttpRequest/HttpRequest.cs
index 0ce6c5c..328ce41 100644
--- a/System/HttpRequest/HttpRequest.cs
+++ b/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)
                 {

--
Gitblit v1.8.0