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