Browse Source

Merge branch 'wx-kw' into test

zqwang 2 years ago
parent
commit
cb79c7b0ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/WechatPlatform/Services/WechatMenuService.php

+ 1 - 1
modules/WechatPlatform/Services/WechatMenuService.php

@@ -359,7 +359,7 @@ class WechatMenuService extends BaseService
      */
      */
     public static function getClickInfoContent($wechatAppId,$key)
     public static function getClickInfoContent($wechatAppId,$key)
     {
     {
-        $info = WechatAccountMenuDetail::query()::where([
+        $info = WechatAccountMenuDetail::query()->where([
             'status' => 1,
             'status' => 1,
             'wechat_authorization_info_id' => $wechatAppId,
             'wechat_authorization_info_id' => $wechatAppId,
         ])->first();
         ])->first();