浏览代码

微信菜单

shish 6 年之前
父节点
当前提交
476d7afc5f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      console/controllers/UpgradeController.php

+ 1 - 2
console/controllers/UpgradeController.php

@@ -1011,9 +1011,8 @@ ALTER TABLE `xhMerchantCapital` MODIFY `io` TINYINT NOT NULL DEFAULT 0 COMMENT '
     }
 
     //可以重复初始化的一些东西 shish 2020.1.21
-    public function actionRepeatInit()
+    public function actionRepeatInit($id)
     {
-        $id = Yii::$app->request->get('id');
         //初始化微信菜单
         $merchant = xhMerchantService::getById($id);
         xhWxMenuService::applyInit($merchant);