Ejemplo n.º 1
0
 public function actionImport()
 {
     $gh = Yii::$app->user->gh;
     MWxMenu::importFromWechat($gh->gh_id);
     return $this->redirect(['index']);
 }