浏览代码

消息日志

zqwang 1 年之前
父节点
当前提交
c30ebee66d
共有 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  =  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;
     }
     }