main
黄海 2 years ago
parent 9b0c4a8f1c
commit 11d6680d6c

File diff suppressed because one or more lines are too long

Binary file not shown.

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("邮件发送失败!");

Loading…
Cancel
Save