wxr
2024-09-23 b2f25bfca6471fe3bfa041da8e4a1d01fd00f6ed
HDL_ON/Common/AliyunLog/AliyunLogClient.cs
@@ -128,10 +128,11 @@
                            Contents = new Dictionary<string, string>
                            {
                                {"id", DateTime.Now.Ticks.ToString()},
                                {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id},
                                {"userAccount", UserInfo.Current.AccountString},
                                {"userid", UserInfo.Current.ID},
                                {"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},
                            }
                        }