适用于微信支付notify_url场景
$data= simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA);//XML转数组
$post_data = (array)$data;