微信公众平台接口配置问题

     在Wechat.php的构造函数中将原来的exit($_GET['echostr'])改为:
        header('content-type:text'); ---------------------重点添加的----------------------
        echo $_GET['echostr'];
        exit();
原文地址:https://www.cnblogs.com/kangshuai/p/5133454.html