This commit is contained in:
2025-09-22 15:08:08 +08:00
parent 68a13a0a94
commit 32549f64a1
6 changed files with 50 additions and 15 deletions
+4 -1
View File
@@ -681,6 +681,7 @@ namespace BLL
if (!string.IsNullOrWhiteSpace(timeStampStr)) { url = $"{url}&lastTimestamp={timeStampStr}"; }
if (!string.IsNullOrWhiteSpace(projectCode)) { url = $"{url}&projectCode={projectCode}"; }
ErrLogInfo.WriteLog($"{url}【Cookie】{session.name}={session.value}");
var returndata = BLL.APIGetHttpService.OutsideHttp(url, "GET", null, newToken, null);
if (!string.IsNullOrEmpty(returndata))
{
@@ -757,7 +758,7 @@ namespace BLL
}
catch (WebException ex)
{
ErrLogInfo.WriteLog($"【{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}获取IDP质量管理设计图纸】{ex.Message}");
}
}
@@ -949,6 +950,7 @@ namespace BLL
}
catch (WebException ex)
{
ErrLogInfo.WriteLog($"【{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}更新蓝图寄出信息】{ex.Message}");
return ex.Message;
}
}
@@ -1025,6 +1027,7 @@ namespace BLL
}
catch (WebException ex)
{
ErrLogInfo.WriteLog($"【{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}更新蓝图打印信息】{ex.Message}");
return ex.Message;
}
}