# Conflicts:
#	WebRoot/Logs/1702511040718.pdf
main
kgdxpr 2 years ago
commit 9ab18dab39

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -424,8 +424,7 @@ public class SyncData {
//这个暂时写死了,后面修改为发布主机的域+start_time+.html
String originalUrl = publishPath + "/1702450074590.html";
String screenshot = PropKit.get("screenshot");
SyncUtil.SendDingTalk(platform_title, t1.format(formatter) + "同步任务结果报告",
screenshot, originalUrl);
SyncUtil.SendDingTalk(t1.format(formatter) + "同步任务结果报告", platform_title, screenshot, originalUrl);
} catch (EmailException e) {
e.printStackTrace();
log("邮件发送失败!");

@ -10,7 +10,7 @@ import java.util.UUID;
public class SessionKit {
public static String JSessionId = "sessionId";//Cookie中sessionId的名称
public static long TimeoutSecond = 60 * 15;//15分钟单位秒
public static long TimeoutSecond = 60 * 60 * 8;//15分钟单位秒
/**
* CookiejSessionId

Loading…
Cancel
Save