From 66c72ee19b9e3543537621b8dd25685c9b5c03c4 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 02 八月 2022 14:05:30 +0800
Subject: [PATCH] RGB色盘优化,第三方平台对接功能
---
HDL_ON/Common/UserInfo.cs | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/Common/UserInfo.cs b/HDL_ON/Common/UserInfo.cs
index 5ba0686..230e3b9 100644
--- a/HDL_ON/Common/UserInfo.cs
+++ b/HDL_ON/Common/UserInfo.cs
@@ -40,6 +40,20 @@
headImagePagePath = "LoginIcon/2.png",
};
}
+ else if(Language.CurrentLanguage == "russian")
+ {
+ m_Current = new UserInfo()
+ {
+ ID = "1234567890",
+ userName = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
+ AccountString = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
+ userMobileInfo = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
+ userEmailInfo = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
+ language = "russian",
+ areaCode = "86",
+ headImagePagePath = "LoginIcon/2.png",
+ };
+ }
else
{
m_Current = new UserInfo()
@@ -166,7 +180,7 @@
{
get
{
- return (DateTime.Now - LastTime).TotalMinutes > 5;
+ return (DateTime.Now - LastTimeOpenDoor).TotalMinutes > 5;
}
}
[Newtonsoft.Json.JsonIgnore]
@@ -322,5 +336,21 @@
return path + "/";
}
+
+
+ /// <summary>
+ /// 鎺ㄩ�佹秷鎭褰�
+ /// </summary>
+ public JPushMessageInfo pushMessageInfo = new JPushMessageInfo();
+ /// <summary>
+ /// 鏄惁宸茬粡鍔犺浇鍛煎彨寮圭獥
+ /// </summary>
+ public bool alreadyShowCallInDialog = false;
+
+ [Newtonsoft.Json.JsonIgnore]
+ public bool inVideo = false;
+ [Newtonsoft.Json.JsonIgnore]
+ public DateTime inCall = DateTime.MinValue;
+
}
}
\ No newline at end of file
--
Gitblit v1.8.0