shish пре 6 година
родитељ
комит
f4ac18dd14
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      app/www/controllers/WxController.php

+ 3 - 1
app/www/controllers/WxController.php

@@ -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);//加密