Esempio n. 1
0
 protected function onLocationSelect()
 {
     $this->saveAccessLogAll();
     return Wechat::NO_RESP;
     $Content = $this->getRequest('EventKey');
     if (($resp = $this->handleKeyword($Content)) !== false) {
         return $resp;
     }
     return parent::onLocationSelect();
 }