Ver Fonte

关注者

shish há 4 anos atrás
pai
commit
edbde1be5c
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      app-pt/controllers/WxController.php

+ 3 - 0
app-pt/controllers/WxController.php

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