事件和消息
==========
event 关注、取消关注
消息: 用户发送的信息
~~~
if ($tmpStr == $signature && $_GET['echostr']){
echo $_GET['echostr'];
}else{
//echo '没有Echo Str ,FALSE';
$this->response();
}
~~~
