Ken 2 日 前
コミット
78f68cf0e0
1 ファイル変更2 行追加3 行削除
  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,