seven 1 mesiac pred
rodič
commit
6cc140f361
1 zmenil súbory, kde vykonal 15 pridanie a 1 odobranie
  1. 15 1
      app/Services/BetService.php

+ 15 - 1
app/Services/BetService.php

@@ -246,7 +246,21 @@ class BetService extends BaseService
         $groupText .= "----------- \n";
         $groupText .= "{$input} \n";
         $groupText .= "----------- \n";
-        self::bettingGroupNotice($groupText);   // 群通知
+        $button = [];
+        $button[] = [
+            ['text' => "查看余额"],['text' => "✅唯一财务"]
+        ];
+        $button[] = [
+            ['text' => "近期注单"],['text' => "今日流水"]
+        ];
+        $button[] = [
+            ['text' => "私聊下注"]
+        ];
+        $button[] = [
+            ['text' => "官方频道"]
+        ];
+         // 群通知
+        self::bettingGroupNotice($groupText,$button);   // 群通知
 
         return $msg;
     }