Ken hace 2 días
padre
commit
4ae3f41361
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,