From 78df3d9006b4fa60c312cbda519096c167c1cf21 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 11 十二月 2020 10:46:43 +0800
Subject: [PATCH] 20201210

---
 HDL_ON/DAL/Server/HttpUtil.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs
index e7fa703..1cd630f 100644
--- a/HDL_ON/DAL/Server/HttpUtil.cs
+++ b/HDL_ON/DAL/Server/HttpUtil.cs
@@ -6,7 +6,6 @@
 using System.Text;
 using HDL_ON.Entity;
 using RestSharp;
-using Shared;
 
 namespace HDL_ON.DAL.Server
 {
@@ -38,9 +37,9 @@
         #endregion
 
         /// <summary>
-        /// 鍥哄畾鍩熷悕
+        /// 鍥哄畾鍩熷悕,姝e紡鐜
         /// </summary>
-        //public const string GlobalRequestHttpsHost = "https://center.hdlcontrol.com";
+        //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
         public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
 
         /// <summary>
@@ -539,7 +538,8 @@
                     //2.4 MD5杞崲+杞皬鍐�
                     var signstr = SignMD5Encrypt(str);
                     paramDictionary.Add("sign", signstr);
-                    return Newtonsoft.Json.JsonConvert.SerializeObject(paramDictionary);
+                    var signResult = Newtonsoft.Json.JsonConvert.SerializeObject(paramDictionary);
+                    return signResult;
                 }
                 else
                 {

--
Gitblit v1.8.0