|
@@ -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;
|
|
}
|
|
}
|
|
|
|
|