protected function onStart()
 {
     $this->wechatView = WechatView::init();
     $this->wechatRouter = WechatRouter::init();
 }
 /**
  * 释放当前类
  */
 public static function release()
 {
     self::$selfObject = null;
 }