亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

php - 微信開發(fā)驗證服務(wù)器有效性
怪我咯
怪我咯 2017-04-18 10:34:27
0
3
708

z

t

點擊提交 首先url是能訪問你的
我想知道有什么辦法可以檢測到 微信服務(wù)器給我發(fā)了什么 我好調(diào)試點

怪我咯
怪我咯

走同樣的路,發(fā)現(xiàn)不同的人生

reply all(3)
阿神

What the WeChat server sends you is a data stream. The code can be written like this

$postStr = file_get_contents('php://input');
$logFile = date('Y-m-d').'wechatPost.log';
file_put_contents($logFile,$postStr,8);        //去日志文件里查看
PHPzhong

Write statements in wechat.php and store all received parameters in the database
$xml = $GLOBALS['HTTP_RAW_POST_DATA'];
This can be used to receive xml data received by the server.

洪濤

Look at WeChat’s documentation https://mp.weixin.qq.com/wiki

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