Ken 2 дней назад
Родитель
Сommit
4ae3f41361
1 измененных файлов с 1 добавлено и 0 удалено
  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,