Ken 1 週間 前
コミット
0cb7da82f9
1 ファイル変更0 行追加3 行削除
  1. 0 3
      app/Services/QianBaoWithdrawService.php

+ 0 - 3
app/Services/QianBaoWithdrawService.php

@@ -423,9 +423,6 @@ class QianBaoWithdrawService
             ];
         }
 
-
-
-
         $id = Cache::get("{$chatId}_QB_BANK_ID");
         $bank = Bank::where('id', $id)->first();
         $amount = Cache::get("{$chatId}_WITHDRAW_QB_MONEY");