Ken 2 päivää sitten
vanhempi
commit
78f68cf0e0
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      app/Services/QianBaoWithdrawService.php

+ 2 - 3
app/Services/QianBaoWithdrawService.php

@@ -353,12 +353,11 @@ class QianBaoWithdrawService
         }
         $keyboard = [
             [
-                ['text' => "确认", 'callback_data' => '']
+                ['text' => "确认", 'callback_data' => 'withdraw@@qb_confirm']
             ],
             [
                 ['text' => '❌取消', 'callback_data' => "message@@close"]
-            ]
-        ];
+            ]];
         return [
             'chat_id' => $chatId,
             'text' => $text,