成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

微信$data =file_get_contents(’php://input’)取不到數(shù)據(jù),抓包

瀏覽:155日期:2022-06-01 09:35:53

問(wèn)題描述

$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');//抓包顯示有數(shù)據(jù),但是獲取不了。求大神。

問(wèn)題解答

回答1:

穿回來(lái)是JSON數(shù)據(jù)好像,你json_decode就可以了

回答2:

好像還要json_decode

標(biāo)簽: 微信
相關(guān)文章: