소스 검색

消息日志

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 = $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;
     }