Bläddra i källkod

Merge branch 'wx-kw' into test

zqwang 1 år sedan
förälder
incheckning
e7b7bab8c5
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      modules/WechatPlatform/Services/WechatKeywordsService.php

+ 2 - 2
modules/WechatPlatform/Services/WechatKeywordsService.php

@@ -276,8 +276,8 @@ class WechatKeywordsService extends BaseService
     public static function getKeywordsByWords($keyword, $wechatAppId)
     {
         // 匹配关键词
-        $info = WechatAccountKeywordLog::where(["
-            keyword" => $keyword,
+        $info = WechatAccountKeywordLog::where([
+            "keyword" => $keyword,
             'status' => 1,
             'wechat_authorization_info_id' => $wechatAppId,
         ])->first();