无法将JSON数据源添加到refl.me

时间:2019-11-12 20:36:53

标签: php android json push-notification messaging

我决定尝试使用refl.me应用通过JSON创建通知。我创建了official documentation中的JSON数据源。

<?php
header('Content-Type: application/json');
$json_array =array('refl.me'=>true,'messages'=>'Hello!','refresh'=>96);
echo json_encode($json_array);
?>

错误。该应用程序不允许您添加源。 为什么?

0 个答案:

没有答案