H5P.Server
H5P.Server copied to clipboard
php7无法获取$GLOBALS['HTTP_RAW_POST_DATA']
https://github.com/dcloudio/H5P.Server/blob/c032895fcaf9716e2e870f6007a8ab6f272f50bc/payment/wxpayv3/WxPay.Api.php#L429
建议改成:
$xml = file_get_contents('php://input');