HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -153,6 +153,10 @@ sdm.RefreshToken = UserInfo.Current.RefreshToken; #endif } else if (revertObj.Code == StateCode.PasswrodError) { UserInfo.Current.LastTime = DateTime.MinValue; } return revertObj.Code; } @@ -1025,10 +1029,10 @@ #endif //是否生产模式 bool isProduce = true; #if DEBUG isProduce = false; #endif if (HttpUtil.GlobalRequestHttpsHost == "https://test-gz.hdlcontrol.com") { isProduce = false; } if (string.IsNullOrEmpty(OnAppConfig.Instance.PushDeviceToken)) { Utlis.WriteLine("PushDeviceToken 为空");