mark 2 years ago
parent
commit
3113926646
1 changed files with 4 additions and 12 deletions
  1. 4 12
      app/Http/Logic/WechatLogic.php

+ 4 - 12
app/Http/Logic/WechatLogic.php

@@ -111,25 +111,17 @@ class WechatLogic extends BaseLogic
                 }
                 $instance->info("到这里里");
                 //判断EventKey是否存在
-                $msg1 = new Text('欢迎关注淘客兔!');
+                $msg1 = new Text('欢迎关注!');
                 $link = "<a data-miniprogram-appid=".'"wxde8ac0a21135c07d" '."
 data-miniprogram-path='".$val."'
 href=".'"http://www.qq.com"'.">美团超大外卖红包</a>";
 
                 $msg2 = <<<S
 $nickname
-终于等到你啦!谢谢关注ლ(╹◡╹ლ)
+终于等到你啦!谢谢关注
 
-【外卖超省钱】点击立即 [红包] $link
-
-【赚钱小窍门】
-1. 自己注册使用淘客兔账号
-2. 邀请更多好友一起注册使用、
-3. 自用省钱,分享赚钱 √get
-
-【更多福利】点击下方菜单栏,领取超多超值福利 ↓↓↓
-
-【注意】有任何问题,点击 菜单-联系客服
+【外卖超省钱】点击领取
+ [红包] $link
 S;
 
                 $msg2 = new Text($msg2);