فهرست منبع

Merge branch 'wx-kw' into test

zqwang 1 سال پیش
والد
کامیت
521ce078f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/WechatPlatform/Services/WechatCommonService.php

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

@@ -85,7 +85,7 @@ class WechatCommonService extends BaseService
         }
         $back  =  WechatKeywordsService::getKeywordsByWords($content,$wechatAppId);
         $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;
     }