コード例 #1
0
ファイル: WxmenuController.php プロジェクト: noikiy/wowewe
 public function actionImport()
 {
     $gh = Yii::$app->user->gh;
     MWxMenu::importFromWechat($gh->gh_id);
     return $this->redirect(['index']);
 }