<?php $content = $_SERVER['post_content']; $input = json_decode($content,true); $sign = $_SERVER['HTTP_SIGN']; $input['sign'] = $sign; refill\util::push_notify('tonglu',$input); echo 'ok';