Pārlūkot izejas kodu

Merge branch 'wx-kw' into test

zqwang 1 gadu atpakaļ
vecāks
revīzija
521ce078f4

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

@@ -85,7 +85,7 @@ class WechatCommonService extends BaseService
         }
         }
         $back  =  WechatKeywordsService::getKeywordsByWords($content,$wechatAppId);
         $back  =  WechatKeywordsService::getKeywordsByWords($content,$wechatAppId);
         $back = $back  ?: "";
         $back = $back  ?: "";
-        myLog("wx-xiaoxi")->info(['title' => "拉取用户信息",'wechatAppId' => $wechatAppId,'msg' =>  $content,'back' => $back]);
+        myLog("wx-xiaoxi")->info(['title' => "回复信息",'wechatAppId' => $wechatAppId,'msg' =>  $content,'back' => $back]);
         return  $back;
         return  $back;
     }
     }