shish il y a 6 ans
Parent
commit
2b728159ca

+ 1 - 4
common/services/xhWxMenuService.php

@@ -78,10 +78,7 @@ class xhWxMenuService
 		$menu['button'] = $button;
 		$info = $wxUtil->userMenuToWeiXin($menu);
 		$info = json_decode($info, true);
-		
-		print_r($info);
-		die;
-		
+
 		xhMerchantExtendService::updateByMerchantId($merchantId, ['wxMenuInit' => 1]);
 		$now = time();
 		$date = date("Y-m-d H:i:s", $now);

+ 1 - 1
console/controllers/OpenShopInitController.php

@@ -15,7 +15,7 @@ use yii\console\Controller;
 class OpenShopInitController extends Controller
 {
 
-    //开店初始化 shish 2020.6.10
+    //开店初始化 ./yii open-shop-init/init shish 2020.6.10
     public function actionInit($id = 0)
     {
         if (empty($id)) {