seven 6 일 전
부모
커밋
adca864f10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -250,7 +250,7 @@ class BetService extends BaseService
         $username = config('services.telegram.username');
         $inlineButton = [];
         $inlineButton[] = [
-            ['text' => "查看余额", 'callback_data' => 'balanceAlert'],
+            ['text' => "查看余额1", 'callback_data' => 'balanceAlert'],
             ['text' => "✅唯一财务", 'callback_data' => 'financeAlert']
         ];
         $inlineButton[] = [