PHP解析微信支付结果
- 作者: 用户43430825
- 来源: 51数据库
- 2022-08-24
$msg = array();
$postStr = file_get_contents('php://input');
$msg = (array)simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);
推荐阅读
