Browse Source

调整获取腾讯地图地址日志

DuGuYang 1 year ago
parent
commit
2643c65444
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/Tencent/GetTencentAddressInfoService.cs

+ 1 - 1
AppStart/Helper/Tencent/GetTencentAddressInfoService.cs

@@ -39,7 +39,7 @@ namespace MySystem
                 }
                 catch (Exception ex)
                 {
-                    function.WriteLog(DateTime.Now.ToString() + ":" + ex.ToString(), "过期机具执行扣费异常");
+                    function.WriteLog(DateTime.Now.ToString() + ":" + ex.ToString(), "获取腾讯地图地址线程异常");
                 }
                 Thread.Sleep(100000);
             }