php 获取微信推送的xml

helei 2021-5-24 798 5/24
1 //接收POST数据
2 $input = file_get_contents("php://input");
3 //提取POST数据为simplexml对象
4 $xml = simplexml_load_string($input);
5 var_dump($xml);
- THE END -

helei

5月24日15:27

最后修改:2021年5月24日
0

非特殊说明,本博所有文章均为博主原创。