コード例 #1
0
ファイル: MessageController.php プロジェクト: xswolf/baihey
 public function init()
 {
     parent::init();
     if (!$this->isLogin()) {
         return $this->redirect('/wap/user/login');
     }
 }