@@ -1,4 +1,5 @@
<?php
-
-refill\util::push_notify('yibao',$_POST);
-echo ('success');
+$content = $_SERVER['post_content'];
+$input = json_decode($content,true);
+refill\util::push_notify('yibao',$input);
+echo ('success');