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