微信支付怎么获取返回结果 php

2024-12-17 04:03:06
推荐回答(1个)
回答1:

$msg = array();
$postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
$msg = (array)simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);