#echostr

php 微信公众号总是配置失败 需要返回 echostr变量 而不是true

<?php$signature=$_GET["signature"];$timestamp=$_GET["timestamp"];$nonce=$_GET["nonce"];$token='ssss';$tmpArr=array($token,$timestamp,$nonce);sort($tmpArr,SOR...