林豪 左 3 年之前
父節點
當前提交
e1ab23fb20
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Projects/永冠OPP/WCS.Service/Log/InfoLog.cs
  2. 1 1
      Projects/永冠OPP/WCS.Service/WebApi/APICaller.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/Log/InfoLog.cs

@@ -135,7 +135,7 @@ namespace WCS.Service.Log
         }
 
         /// <summary>
-        /// 即使
+        /// 计时
         /// </summary>
         /// <param name="msg"></param>
         public static void INFO_TIMING(string msg)

+ 1 - 1
Projects/永冠OPP/WCS.Service/WebApi/APICaller.cs

@@ -102,7 +102,7 @@ namespace WCS.Service
                 var res = reader.ReadToEnd();
                 sw.Stop();
                 if (sw.ElapsedMilliseconds > 500)
-                    InfoLog.INFO_TIMING($"扫码入库接口调用,耗时{sw.ElapsedMilliseconds}---------{res}");
+                    InfoLog.INFO_TIMING($"接口{url}调用耗时{sw.ElapsedMilliseconds}---------{res}");
                 return res;
             }
         }