From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541  优化日志工具和bugly工具

---
 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