瀏覽代碼

Merge branch 'wx-kw' into test

zqwang 2 年之前
父節點
當前提交
cb79c7b0ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
     {
-        $info = WechatAccountMenuDetail::query()::where([
+        $info = WechatAccountMenuDetail::query()->where([
             'status' => 1,
             'wechat_authorization_info_id' => $wechatAppId,
         ])->first();