|
|
@@ -124,7 +124,7 @@ class WxController extends PublicController
|
|
|
//关注
|
|
|
case 'subscribe':
|
|
|
|
|
|
- noticeUtil::push('花掌柜 关注者openId ' . $this->fromUsername, '15280215347');
|
|
|
+ //noticeUtil::push('花掌柜 关注者openId ' . $this->fromUsername, '15280215347');
|
|
|
|
|
|
$text = $this->replyTextContent($this->fromUsername);
|
|
|
$pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);
|
|
|
@@ -176,7 +176,7 @@ class WxController extends PublicController
|
|
|
//关注
|
|
|
case 'subscribe':
|
|
|
|
|
|
- noticeUtil::push('销花宝 关注者openId ' . $this->fromUsername, '15280215347');
|
|
|
+ //noticeUtil::push('销花宝 关注者openId ' . $this->fromUsername, '15280215347');
|
|
|
|
|
|
$text = $this->replyTextContent("{$this->fromUsername}");
|
|
|
$pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);
|