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