Ken 2 päivää sitten
vanhempi
commit
4ae3f41361
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/Services/QianBaoWithdrawService.php

+ 1 - 0
app/Services/QianBaoWithdrawService.php

@@ -358,6 +358,7 @@ class QianBaoWithdrawService
             [
                 ['text' => '❌取消', 'callback_data' => "message@@close"]
             ]];
+        Cache::put("{$chatId}_WITHDRAW_QB_MONEY", $amount);
         return [
             'chat_id' => $chatId,
             'text' => $text,