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