Esempio n. 1
0
 /**
  * qq登录
  */
 public function actionLoginQq()
 {
     $qq = new QQ();
     $qq->qq_login();
     exit;
 }