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