From 0f8f6ad183a9595a82f3229029b16cbcf62bf8ff Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 27 十一月 2020 13:35:31 +0800
Subject: [PATCH] 2020-11-27 1.更新

---
 HDL_ON/DAL/Server/IMessageCommon.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/DAL/Server/IMessageCommon.cs b/HDL_ON/DAL/Server/IMessageCommon.cs
index eae567b..5b9e64d 100644
--- a/HDL_ON/DAL/Server/IMessageCommon.cs
+++ b/HDL_ON/DAL/Server/IMessageCommon.cs
@@ -278,7 +278,7 @@
         /// <summary>
         /// StartRefreshToken
         /// </summary>
-        void StartRefreshToken()
+        public void StartRefreshToken()
         {
             if (isGetingToken) return;
 
@@ -316,14 +316,14 @@
         /// </summary>
         public const string SUCCESS = "0";
         /// <summary>
+        /// 浼氳瘽瓒呮椂锛岃鏇存柊token
+        /// </summary>
+        public const string TOKEN_EXPIRED = "10001";
+        /// <summary>
         /// 璐﹀彿涓嶅瓨鍦ㄧ殑閿欒鐮�
         /// </summary>
         public const string ACCOUNT_NOT_EXIST = "10010";
 
-        /// <summary>
-        /// 浼氳瘽瓒呮椂锛岃鏇存柊token
-        /// </summary>
-        public const string TOKEN_EXPIRED = "10001";
 
     }
 }

--
Gitblit v1.8.0