<?php $content = $_SERVER['post_content']; $input = json_decode($content,true); refill\util::push_notify('xingzy',$input); $response = ["code" => "0"]; $body = json_encode($response); echo($body);