WeChat $data =file_get_contents('php://input') cannot get the data and capture the packet
手机用户1576494449
手机用户1576494449 2020-01-02 15:56:29
0
2
929

$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' );//The packet capture shows that there is data, but it cannot be obtained. Ask God.

手机用户1576494449
手机用户1576494449

reply all(2)
自

It seems that the JSON data that comes back is just json_decode

自

It seems we need json_decode

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template