Exemplo n.º 1
0
 public function weixinAction()
 {
     $weixin = new \Ucenter\Utils\WeixinApi($this->di);
     $this->response->redirect($weixin->loginUrl());
 }