|
|
@@ -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);
|