$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');//抓包显示有数据,但是获取不了。求大神。
穿回来是JSON数据好像,你json_decode就可以了
好像还要json_decode
穿回来是JSON数据好像,你json_decode就可以了
好像还要json_decode