<?php $content = $_SERVER['post_content']; $input = json_decode($content,true); refill\util::push_notify('wuchen',$input); $data['code'] = 1000; $data['message'] = '订单处理成功'; $content = json_encode($data); echo $content;