mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-15 04:30:29 +03:00
Merge branch 'master' into master
This commit is contained in:
commit
41a4dbceb9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue