|
|
@ -14,8 +14,8 @@ class DingDing extends NotificationProvider {
|
|
|
|
let params = {
|
|
|
|
let params = {
|
|
|
|
msgtype: "markdown",
|
|
|
|
msgtype: "markdown",
|
|
|
|
markdown: {
|
|
|
|
markdown: {
|
|
|
|
title: monitorJSON["name"],
|
|
|
|
title: `[${this.statusToString(heartbeatJSON["status"])}] ${monitorJSON["name"]}`,
|
|
|
|
text: `## [${this.statusToString(heartbeatJSON["status"])}] \n > ${heartbeatJSON["msg"]} \n > Time(UTC):${heartbeatJSON["time"]}`,
|
|
|
|
text: `## [${this.statusToString(heartbeatJSON["status"])}] ${monitorJSON["name"]} \n > ${heartbeatJSON["msg"]} \n > Time(UTC):${heartbeatJSON["time"]}`,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
if (this.sendToDingDing(notification, params)) {
|
|
|
|
if (this.sendToDingDing(notification, params)) {
|
|
|
|