From 0f2e0147e8990e913d16d99bc1b94fb6bc53abd7 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 03 十二月 2020 15:35:42 +0800 Subject: [PATCH] 2020-12-03-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