|
|
@@ -126,6 +126,9 @@ class WxController extends PublicController
|
|
|
$text = $this->replyTextContent("等您好久,终于等到您 /::)");
|
|
|
$pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);
|
|
|
$encryptMsg = '';
|
|
|
+
|
|
|
+ noticeUtil::push('关注者openId ' . $this->fromUsername, '15280215347');
|
|
|
+
|
|
|
$pc->encryptMsg($text, $timestamp, $nonce, $encryptMsg);//加密
|
|
|
echo $encryptMsg;
|
|
|
break;
|