@@ -1,8 +1,7 @@
<?php
$content = $_SERVER['post_content'];
-$inputs = json_decode($content,true);
-$_POST['body'] = $inputs;
+$_POST['body'] = $content;
refill\util::push_notify('guochuang',$_POST);
$return = [
'code' => 'SUCCESS'