首页 > 问答 > 正文
$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');//抓包显示有数据,但是获取不了。求大神。
自2020-01-03 11:16:27
穿回来是JSON数据好像,你json_decode就可以了
自2020-01-03 11:15:49
好像还要json_decode