This commit is contained in:
yuyubohh
2025-09-18 23:52:58 +08:00

View File

@@ -1065,7 +1065,7 @@ namespace RB_MES_API.Controllers
stopwatch.Stop();
// 获取执行时间
TimeSpan elapsed = stopwatch.Elapsed;
LogHelper.WriteLog($"云星空API执行时间 {formid} : {elapsed.TotalMilliseconds} 毫秒");
LogHelper.WriteLog($"云星空API执行时间 {formid} : {elapsed.TotalMilliseconds} 毫秒ResultData :{result}");
//如果访问正常
List<Dictionary<string, string>> billnos = new List<Dictionary<string, string>>();