1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user