wxr
2024-09-23 4dc8adc2bf82f1827324c4dbefbc4477202bc433
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},
                            }
                        }