标签: 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); ?>
错误。该应用程序不允许您添加源。 为什么?