From 4cf5bc1b5f954646e006c7e491c4b20657409567 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 13 六月 2023 13:30:30 +0800
Subject: [PATCH] 本地加密秘钥写入

---
 Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs b/Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs
index cfe950a..4eb87b8 100644
--- a/Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs
+++ b/Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs
@@ -93,6 +93,6 @@
         //澶囨敞涓嶈兘涓虹┖銆�
         public readonly static string RemarksCannotBeEmpty = "Device name cannot be empty";
         //璇锋眰鏈嶅姟鍣ㄥけ璐ワ紝璇风◢鍚庡啀璇曪紒
-        public readonly static string FailedRequestServer = "Failed to request the server, please try again later!";
+        public readonly static string FailedRequestServer = "Failed to request the server, please try again later!";//Request exception, please return and try again
     }
 }

--
Gitblit v1.8.0