//获取通知的数据
$xml = $GLOBALS['HTTP_RAW_POST_DATA'];
//如果接受不到,使用以下方式接受
if(!$xml){
$xml= file_get_contents("php://input");
}
//获取通知的数据
$xml = $GLOBALS['HTTP_RAW_POST_DATA'];
//如果接受不到,使用以下方式接受
if(!$xml){
$xml= file_get_contents("php://input");
}