mark 2 年之前
父節點
當前提交
57be5fe68b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      app/Http/Logic/WechatLogic.php

+ 6 - 0
app/Http/Logic/WechatLogic.php

@@ -284,6 +284,12 @@ S;
             $app->customer_service->message($msg1)->to($officialOpenId)->send();
             return;
         }
+        //判断是否是提现
+        if($message["Content"]=="提现"){
+            $wenti = new Text("点击公众号菜单=>个人中心=>我的=>钱包==>提现");
+            $app->customer_service->message($wenti)->to($officialOpenId)->send();
+            return;
+        }
         $wenti = new Text("稍等");
         $app->customer_service->message($wenti)->to($officialOpenId)->send();