main
黄海 2 years ago
parent 61d5144945
commit 1d614a7cad

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

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

@ -97,4 +97,4 @@ webHook=https://oapi.dingtalk.com/robot/send?access_token=4cf17e59830115b68c269c
# DingDing的Secret
Secret=SECd1f1038b6958ab37b8ac8fd61e9e154106d72d7d4ef4dd435d10a11ffdf27215
# 日报发布的WEB服务器IP或域名
publishPath=http://10.10.21.20
publishPath=http://10.10.21.20/QingLong/Logs/
Loading…
Cancel
Save