wxr
2024-09-27 acc8caee31c4be90bd38d1af18136b0e84f6fe94
HDL_ON/Common/AliyunLog/AliyunLogClient.cs
@@ -118,7 +118,6 @@
                    LogTags = new Dictionary<string, string>
                    {
                        {"tag1", DateTime.Now.ToLongTimeString()},
                    },
                    Logs = new List<LogInfo>
                    {
@@ -127,12 +126,13 @@
                            Time = DateTimeOffset.Now,
                            Contents = new Dictionary<string, string>
                            {
                                {"id", DateTime.Now.Ticks.ToString()},
                                {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id},
                                {"version", MainPage.VersionString},
                                {"userAccount", UserInfo.Current.AccountString},
                                {"userid", UserInfo.Current.ID},
                                {"userAccount", UserInfo.Current.AccountString},
                                {"userName", UserInfo.Current.userName},
                                {"server", DAL.Server.HttpUtil.GlobalRequestHttpsHost},
                                {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id},
                                {"server", Entity.DB_ResidenceData.Instance.CurrentRegion.regionUrl},
                                {"message", msg},
                            }
                        }