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