Ejemplo n.º 1
0
 /**
  * [wbOauthAction 微薄认证登陆]
  */
 public function wbOauthAction()
 {
     $wb = new WbApi($this->di);
     $wb->getAuthorizeUrl();
 }