在Wechat.php的构造函数中将原来的exit($_GET[‘echostr‘])改为: header(‘content-type:text‘); ---------------------重点添加的---------------------- echo $_GET[‘echostr‘]; exit();
微信公众平台接口配置问题
原文:http://www.cnblogs.com/kangshuai/p/5133454.html