首頁 > 問答 > 主體
$timestamp = $_GET['timestamp'];
$nonce = $_GET["nonce"];
$msg_signOature = $_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