Skip to content

Commit f01eb3a

Browse files
authored
Update push.php
1 parent b3529ac commit f01eb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

push/push.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ function send_notification ($tokens, $message)
3737
}
3838
}
3939
mysqli_close($conn);
40-
$message = array("body" => " Тестовое сообщение",
40+
$message = array("message" => " Тестовое сообщение",
4141
'title' => 'Заголовок',
4242
'vibrate' => 1,
4343
'sound' => 1);
4444
$message_status = send_notification($tokens, $message);
4545
echo $message_status;
46-
?>
46+
?>

0 commit comments

Comments
 (0)