mark 2 năm trước cách đây
mục cha
commit
57be5fe68b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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();