|
|
@@ -394,7 +394,9 @@ class WxController extends PublicController
|
|
|
} else {
|
|
|
$text = $this->replyTextContent("^_^");//没有管理员返回的信息
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ $text = $this->replyTextContent('<a data-miniprogram-appid="wx3a163add860e0a86" data-miniprogram-path="pages/page/redirect?redirect_url=pages/getGuest/shareIndex" href="">中装建材大师</a>');//没有管理员返回的信息
|
|
|
+
|
|
|
$pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);
|
|
|
$encryptMsg = '';
|
|
|
$pc->encryptMsg($text, $timestamp, $nonce, $encryptMsg);//加密
|