林豪 左 3 years ago
parent
commit
e1ab23fb20

+ 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;
             }
         }