diff --git a/server/notification-providers/pushplus.js b/server/notification-providers/pushplus.js index cb062a9e0..d76d2273e 100644 --- a/server/notification-providers/pushplus.js +++ b/server/notification-providers/pushplus.js @@ -14,7 +14,7 @@ class PushPlus extends NotificationProvider { const url = `https://www.pushplus.plus/send`; try { await axios.post(url, { - "token": notification.pushPlusSendToken, + "token": notification.pushPlusSendKey, "title": this.checkStatus(heartbeatJSON, monitorJSON), "content": msg, "template": "html"