소스 검색

修复点击关键词回复

zqwang 1 년 전
부모
커밋
a3fa8d9837
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();