From 691dbe24f5724f153e07947c7b75bdfea5f0b6d5 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 24 九月 2024 16:15:15 +0800 Subject: [PATCH] 离线控制模式 --- HDL_ON/Common/R.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index b0e0a67..8353782 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -5,6 +5,23 @@ { public static class StringId { + + /// <summary> + /// 绂荤嚎鎺у埗 + /// </summary> + public const int OfflineControl = 710; + /// <summary> + /// 鍘荤櫥褰� + /// </summary> + public const int GoLogin = 709; + /// <summary> + /// 鎮ㄥ綋鍓嶇殑鐧诲綍鐘舵�佸凡缁忓け鏁堬紝璇烽噸鏂扮櫥褰� + /// </summary> + public const int TokenInvalidTipMsg = 708; + /// <summary> + /// 绂荤嚎鎺у埗涓紝濡傞渶鍒囨崲鑷宠繙绋嬫帶鍒讹紝鐐规鐧诲綍 + /// </summary> + public const int TokenInvalidMsg = 707; /// <summary> /// 鏂拌兘婧� /// </summary> -- Gitblit v1.8.0