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