$timestamp = $_GET['timestamp'];
$nonce = $_GET["nonce"];
$msg_signature = $_GET['msg_signature'];
$encrypt_type = $_GET['encrypt_type'];
$openid=$_GET['openid'];
$xmldata =file_get_contents('php://input');//抓包显示有数据,但是获取不了。求大神。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
穿回来是JSON数据好像,你json_decode就可以了
好像还要json_decode