Esempio n. 1
0
 /**
  * 退出微信的登录.
  */
 public function logout()
 {
     OauthWeixinUserService::after_logout();
     return $this->redirect('/index', array('exit' => true));
 }