@ -63,6 +63,10 @@ class WithdrawCommand extends HyperfCommand
echo 'before balance: ' . $balance . PHP_EOL;
if ($balance == 0) {
return;
}
$bankCard = BankCard::where('user_id', $user->user_id)->first();
$requestLog = $this->createRequestLog([