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 | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index c44e51e..8353782 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -7,6 +7,26 @@ { /// <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> + public const int NewEnergy = 706; + /// <summary> /// 璇烽�夋嫨鏈嶅姟鍣� /// </summary> public const int PlsSelectServer = 705; -- Gitblit v1.8.0