Explorar o código

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

DuGuYang hai 1 ano
pai
achega
8a0ab5def4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/HaoDa/Tencent/GetTencentAddressInfoService.cs

+ 1 - 1
Util/HaoDa/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);
             }