mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 23:46:39 -04:00
Merge branch 'master' into feat-remove-multiple-monitors-at-once
This commit is contained in:
commit
08e47bf4ab
@ -17,7 +17,7 @@ class AliyunSMS extends NotificationProvider {
|
||||
if (heartbeatJSON != null) {
|
||||
let msgBody = JSON.stringify({
|
||||
name: monitorJSON["name"],
|
||||
time: heartbeatJSON["time"],
|
||||
time: heartbeatJSON["localDateTime"],
|
||||
status: this.statusToString(heartbeatJSON["status"]),
|
||||
msg: heartbeatJSON["msg"],
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user